Searched refs:ldexpf (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/lib/msun/i387/
H A Ds_scalbnf.S19 .globl CNAME(ldexpf)
20 .set CNAME(ldexpf),CNAME(scalbnf)
/freebsd-10.0-release/lib/msun/amd64/
H A Ds_scalbnf.S42 .globl CNAME(ldexpf)
43 .set CNAME(ldexpf),CNAME(scalbnf)
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invtrig.c70 (tol) * ldexpf(1.0, 1 - FLT_MANT_DIG), (excepts)); \
90 (tol) * ldexpf(1.0, 1 - FLT_MANT_DIG), (excepts)); \
157 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0);
158 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0);
159 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT);
160 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT);
161 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT);
162 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT);
163 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT);
164 test2(atan2f, ldexpf(
[all...]
H A Dtest-exponential.c126 assert(exp2f(i) == ldexpf(1.0, i));
H A Dtest-logarithm.c141 assert(log2f(ldexpf(1.0, i)) == i);
/freebsd-10.0-release/lib/msun/src/
H A Ds_scalbnf.c58 __strong_reference(scalbnf, ldexpf);
H A Dmath.h363 float ldexpf(float, int);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c299 ldexpf(float x, int exp) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map163 ldexpf;
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h181 /* Define to 1 if you have the `ldexpf' function. */
981 # define ldexpf _ldexpf macro
/freebsd-10.0-release/tools/regression/include/tgmath/
H A Dtgmath.c126 float (ldexpf)(float x, int e) { n_float++; }
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver584 ldexpf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in175 /* Define to 1 if you have the `ldexpf' function. */
963 # define ldexpf _ldexpf
H A Dconfigure15531 echo "$as_me:$LINENO: checking for ldexpf declaration" >&5
15532 echo $ECHO_N "checking for ldexpf declaration... $ECHO_C" >&6
15556 ldexpf(0, 0);
15606 for ac_func in ldexpf
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}

Completed in 369 milliseconds