Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 28) sorted by relevance

12

/math/
A Dtest-tgmath.c248 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 Ddivtc3.c36 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 Dmultc3.c24 __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 Dtst-CMPLX2.c40 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 Dmul_split.h53 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 Dtest-misc.c926 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 Dtest-signgam-main.c36 volatile TYPE a, b, c __attribute__ ((unused)); \
38 b = -0.5; \
49 c = FUNC (b); \
A Dlibm-test-driver.c1070 #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 Dauto-libm-test-in4852 # 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 Dtest-nan-const.c28 float b = nanf (buf); in do_test() local
29 return memcmp (&a, &b, sizeof (float)) == 0; in do_test()
A Dtest-nearbyint-except-2.c32 volatile FLOAT a, b __attribute__ ((unused)); \
35 b = nearbyint ## SUFFIX (a); \
A Dtest-nearbyint-except.c40 volatile FLOAT a, b __attribute__ ((unused)); \
44 b = nearbyint ## SUFFIX (a); \
A Dtest-math-vector.h25 #define CONCAT(a, b) CNCT (a, b) argument
A Dlibm-test-support.h72 #define __CONCATX(a,b) __CONCAT(a,b) argument
A Dgen-tgmath-tests.py287 return list_product_initial([a + [b] for a in initial for b in lists[0]],
A Dw_exp.c5 #define declare_mgen_alias(a, b) argument
A Dw_exp2.c5 #define declare_mgen_alias(a, b) argument
A Dw_exp2f.c5 #define declare_mgen_alias(a, b) argument
A Dw_expf.c5 #define declare_mgen_alias(a, b) argument
A Dw_hypotf.c5 #define declare_mgen_alias(a, b) argument
A Dw_log.c5 #define declare_mgen_alias(a, b) argument
A Dw_log2.c5 #define declare_mgen_alias(a, b) argument
A Dw_log2f.c5 #define declare_mgen_alias(a, b) argument
A Dw_logf.c5 #define declare_mgen_alias(a, b) argument
A Dw_pow.c5 #define declare_mgen_alias(a, b) argument

Completed in 34 milliseconds

12