/math/ |
A D | test-tgmath.c | 248 b = log (log (a)); in F() 265 b = fmod (fmod (a, b), fmod (c, x)); in F() 270 b = remquo (remquo (a, b, &i), remquo (c, x, &i), &i); in F() 280 b = nextafter (nextafter (a, b), nextafter (c, x)); in F() 284 b = remainder (remainder (a, b), remainder (c, x)); in F() 290 b = fmax (fmax (a, x), fmax (c, b)); in F() 292 b = fmaxmag (fmaxmag (a, x), fmaxmag (c, b)); in F() 294 b = fmaximum (fmaximum (a, x), fmaximum (c, b)); in F() 296 b = fmaximum_num (fmaximum_num (a, x), fmaximum_num (c, b)); in F() 298 b = fmaximum_mag (fmaximum_mag (a, x), fmaximum_mag (c, b)); in F() [all …]
|
A D | divtc3.c | 36 x = ((a * ratio) + b) / denom; in __divtc3() 37 y = ((b * ratio) - a) / denom; in __divtc3() 43 x = ((b * ratio) + a) / denom; in __divtc3() 44 y = (b - (a * ratio)) / denom; in __divtc3() 54 y = copysignl (INFINITY, c) * b; in __divtc3() 56 else if ((isinf (a) || isinf (b)) in __divtc3() 60 b = copysignl (isinf (b) ? 1 : 0, b); in __divtc3() 61 x = INFINITY * (a * c + b * d); in __divtc3() 62 y = INFINITY * (b * c - a * d); in __divtc3() 69 x = 0.0 * (a * c + b * d); in __divtc3() [all …]
|
A D | multc3.c | 24 __multc3 (long double a, long double b, long double c, long double d) in __multc3() argument 29 bd = b * d; in __multc3() 31 bc = b * c; in __multc3() 40 if (isinf (a) || isinf (b)) in __multc3() 45 b = copysignl (isinf (b) ? 1 : 0, b); in __multc3() 57 if (isnan (b)) b = copysignl (0, b); in __multc3() 66 if (isnan (b)) b = copysignl (0, b); in __multc3() 73 x = INFINITY * (a * c - b * d); in __multc3() 74 y = INFINITY * (a * d + b * c); in __multc3()
|
A D | tst-CMPLX2.c | 40 comparef (float a, float b) in comparef() argument 42 COMPARE_BODY (a, b, float, __builtin_copysignf); in comparef() 46 compare (double a, double b) in compare() argument 48 COMPARE_BODY (a, b, double, __builtin_copysign); in compare() 52 comparel (long double a, long double b) in comparel() argument 54 COMPARE_BODY (a, b, long double, __builtin_copysignl); in comparel() 81 TYPE b = B; \ 82 _Complex TYPE cr = CL (a, b); \
|
A D | mul_split.h | 53 fast_two_sum (double *hi, double *lo, double a, double b) in fast_two_sum() argument 57 *hi = a + b; in fast_two_sum() 59 *lo = b - e; /* exact */ in fast_two_sum() 85 double a, b; in div_split() local 88 mul_split (&a, &b, *hi, y); in div_split() 91 a = a - b; in div_split()
|
A D | test-misc.c | 926 char b[10]; in do_test() member 929 { .b = { 0, 0, 0, 0, 0, 0, 0, 0x80, 0, 0 } }; in do_test() 943 char b[10]; in do_test() member 946 { .b = { 0, 1, 0, 0, 0, 0, 0, 0xc0, 0xff, 0x7f } }; in do_test()
|
A D | test-signgam-main.c | 36 volatile TYPE a, b, c __attribute__ ((unused)); \ 38 b = -0.5; \ 49 c = FUNC (b); \
|
A D | libm-test-driver.c | 1070 #define STR_CONCAT(a, b, c) __STRING (a##b##c) argument 1071 #define STR_CON3(a, b, c) STR_CONCAT (a, b, c) argument
|
A D | auto-libm-test-in | 4852 # b = w - a; these examples are of the form 4853 # (1 + 2^-a + 2^-b + 2^(1-w)) / (1 + 2^-b). These examples have 6682 # (2^a + 1)(2^b + 1)/2^(a+b), where a is the width of the narrower 6683 # format, b is greater than the width of the wider format and factors 6686 # a = 24, b = 54 6688 # a = 24, b = 65 6690 # a = 24, b = 114 6692 # a = 53, b = 65 6694 # a = 53, b = 114 6696 # a = 64, b = 114
|
A D | test-nan-const.c | 28 float b = nanf (buf); in do_test() local 29 return memcmp (&a, &b, sizeof (float)) == 0; in do_test()
|
A D | test-nearbyint-except-2.c | 32 volatile FLOAT a, b __attribute__ ((unused)); \ 35 b = nearbyint ## SUFFIX (a); \
|
A D | test-nearbyint-except.c | 40 volatile FLOAT a, b __attribute__ ((unused)); \ 44 b = nearbyint ## SUFFIX (a); \
|
A D | test-math-vector.h | 25 #define CONCAT(a, b) CNCT (a, b) argument
|
A D | libm-test-support.h | 72 #define __CONCATX(a,b) __CONCAT(a,b) argument
|
A D | gen-tgmath-tests.py | 287 return list_product_initial([a + [b] for a in initial for b in lists[0]],
|
A D | w_exp.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_exp2.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_exp2f.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_expf.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_hypotf.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_log.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_log2.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_log2f.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_logf.c | 5 #define declare_mgen_alias(a, b) argument
|
A D | w_pow.c | 5 #define declare_mgen_alias(a, b) argument
|