Home
last modified time | relevance | path

Searched refs:ldexp (Results 1 – 9 of 9) sorted by relevance

/math/
A Dtest-tgmath2.c257 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 Dtest-tgmath.c250 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 Dlibm-test-scalbn.inc100 /* ldexp uses the same test data as scalbn. */
101 ALL_RM_TEST (ldexp, 1, scalbn_test_data, RUN_TEST_LOOP_fi_f, END);
A Dlibm-test-support.c597 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 DVersions18 isinf; isinff; isinfl; isnan; isnanf; isnanl; ldexp; ldexpf; ldexpl;
69 ldexp; ldexpf; ldexpl;
A Dtgmath.h761 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro
A Ds_ldexp_template.c29 declare_mgen_alias (__ldexp, ldexp)
A DMakefile378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
/math/bits/
A Dmathcalls.h101 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));

Completed in 18 milliseconds