Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 15 of 15) sorted by relevance

/math/
A Dauto-libm-test-out-exp21 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 Dauto-libm-test-in5241 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 Dlibm-test-exp2.inc1 /* 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 Dtest-tgmath.c255 a = exp2 (exp2 (x)); in F()
368 a = exp2 (y); in F()
629 (F(exp2)) (TYPE x) in TYPE() argument
A Dw_exp2.c7 versioned_symbol (libm, __exp2, exp2, GLIBC_2_29);
8 libm_alias_double_other (__exp2, exp2)
A DMakefile265 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 DVersions100 exp2; exp2f; # exp2l; -- bug omitted this until GLIBC_2.4 (below)
580 exp; exp2; log; log2; pow;
A Dtgmath.h783 #define exp2(Val) __TGMATH_UNARY_REAL_ONLY (Val, exp2) macro
A Dw_exp2f.c8 libm_alias_float_other (__exp2, exp2)
A Dw_exp2_template.c38 declare_mgen_alias (__exp2, exp2)
A Dw_exp2l_compat.c22 libm_alias_ldouble (__exp2, exp2)
A Dw_exp2_compat.c25 compat_symbol (libm, __exp2_compat, exp2, GLIBC_2_1);
A Dtest-math-cxx11.cc69 (void) exp2; in do_test()
A Datest-exp2.c166 de2 = exp2 (i / (double) (1 << N2)); in do_test()
/math/bits/
A Dmathcalls.h130 __MATHCALL (exp2,, (_Mdouble_ __x));

Completed in 97 milliseconds