Searched refs:exp2 (Results 1 – 15 of 15) sorted by relevance
/math/ |
A D | auto-libm-test-out-exp2 | 1 exp2 0 26 exp2 -0 51 exp2 10 76 exp2 -1 101 exp2 1e6 126 exp2 -1e6 151 exp2 max 220 exp2 -max 289 exp2 0.75 439 exp2 127 [all …]
|
A D | auto-libm-test-in | 5241 exp2 0 5242 exp2 -0 5243 exp2 10 5244 exp2 -1 5245 exp2 1e6 5246 exp2 -1e6 5247 exp2 max 5248 exp2 -max 5249 exp2 0.75 5255 exp2 127 [all …]
|
A D | libm-test-exp2.inc | 1 /* Test exp2. 23 TEST_f_f (exp2, plus_infty, plus_infty, ERRNO_UNCHANGED), 24 TEST_f_f (exp2, minus_infty, 0, ERRNO_UNCHANGED), 25 TEST_f_f (exp2, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (exp2, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (exp2, snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (exp2, -snan_value, qnan_value, INVALID_EXCEPTION), 30 AUTO_TESTS_f_f (exp2), 36 ALL_RM_TEST (exp2, 0, exp2_test_data, RUN_TEST_LOOP_f_f, END);
|
A D | test-tgmath.c | 255 a = exp2 (exp2 (x)); in F() 368 a = exp2 (y); in F() 629 (F(exp2)) (TYPE x) in TYPE() argument
|
A D | w_exp2.c | 7 versioned_symbol (libm, __exp2, exp2, GLIBC_2_29); 8 libm_alias_double_other (__exp2, exp2)
|
A D | Makefile | 265 tests-static += atest-exp atest-sincos atest-exp2 289 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \ 377 tgmath3-macros = atan2 cbrt ceil copysign erf erfc exp10 exp2 expm1 fdim \
|
A D | Versions | 100 exp2; exp2f; # exp2l; -- bug omitted this until GLIBC_2.4 (below) 580 exp; exp2; log; log2; pow;
|
A D | tgmath.h | 783 #define exp2(Val) __TGMATH_UNARY_REAL_ONLY (Val, exp2) macro
|
A D | w_exp2f.c | 8 libm_alias_float_other (__exp2, exp2)
|
A D | w_exp2_template.c | 38 declare_mgen_alias (__exp2, exp2)
|
A D | w_exp2l_compat.c | 22 libm_alias_ldouble (__exp2, exp2)
|
A D | w_exp2_compat.c | 25 compat_symbol (libm, __exp2_compat, exp2, GLIBC_2_1);
|
A D | test-math-cxx11.cc | 69 (void) exp2; in do_test()
|
A D | atest-exp2.c | 166 de2 = exp2 (i / (double) (1 << N2)); in do_test()
|
/math/bits/ |
A D | mathcalls.h | 130 __MATHCALL (exp2,, (_Mdouble_ __x));
|
Completed in 97 milliseconds