Searched refs:ldexp (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | test-tgmath2.c | 257 TEST (ldexp (vfloat1, 6), float, ldexp); in test_ldexp() 258 TEST (ldexp (vdouble1, 6), double, ldexp); in test_ldexp() 259 TEST (ldexp (vldouble1, 6), ldouble, ldexp); in test_ldexp() 260 TEST (ldexp (vint1, 6), double, ldexp); in test_ldexp() 261 TEST (ldexp (vllong1, 6), double, ldexp); in test_ldexp() 262 TEST (ldexp (Vfloat1, 6), float, ldexp); in test_ldexp() 263 TEST (ldexp (Vdouble1, 6), double, ldexp); in test_ldexp() 264 TEST (ldexp (Vldouble1, 6), ldouble, ldexp); in test_ldexp() 265 TEST (ldexp (Vint1, 6), double, ldexp); in test_ldexp() 266 TEST (ldexp (Vllong1, 6), double, ldexp); in test_ldexp() [all …]
|
A D | test-tgmath.c | 250 b = ldexp (ldexp (a, 1), 5); in F() 363 a = ldexp (y, 5); in F() 581 (F(ldexp)) (TYPE x, int y) in TYPE() argument
|
A D | libm-test-scalbn.inc | 100 /* ldexp uses the same test data as scalbn. */ 101 ALL_RM_TEST (ldexp, 1, scalbn_test_data, RUN_TEST_LOOP_fi_f, END);
|
A D | libm-test-support.c | 597 ulp = FUNC(ldexp) (1.0, MIN_EXP - MANT_DIG); in ulp() 601 ulp = FUNC(ldexp) (1.0, FUNC(ilogb) (value) - MANT_DIG + 1); in ulp()
|
A D | Versions | 18 isinf; isinff; isinfl; isnan; isnanf; isnanl; ldexp; ldexpf; ldexpl; 69 ldexp; ldexpf; ldexpl;
|
A D | tgmath.h | 761 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro
|
A D | s_ldexp_template.c | 29 declare_mgen_alias (__ldexp, ldexp)
|
A D | Makefile | 378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
|
/math/bits/ |
A D | mathcalls.h | 101 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
|
Completed in 18 milliseconds