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

/openbsd-current/lib/libm/arch/i387/
H A Ds_scalbnf.S9 .global ldexpf
10 ldexpf = scalbnf define
/openbsd-current/lib/libm/arch/amd64/
H A Ds_scalbnf.S11 .global ldexpf
12 ldexpf = scalbnf define
/openbsd-current/regress/lib/libm/msun/
H A Dinvtrig_test.c68 (tol) * ldexpf(1.0, 1 - FLT_MANT_DIG), (excepts)); \
98 (tol) * ldexpf(1.0, 1 - FLT_MANT_DIG), (excepts)); \
173 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0);
174 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0);
175 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT);
176 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT);
177 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT);
178 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT);
179 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT);
180 test2(atan2f, ldexpf(
[all...]
H A Dexponential_test.c137 ATF_CHECK_EQ(exp2f(i), ldexpf(1.0, i));
H A Dlogarithm_test.c135 ATF_CHECK_EQ(i, log2f(ldexpf(1.0, i)));
/openbsd-current/lib/libm/src/
H A Ds_scalbnf.c54 ldexpf(float x, int n) function
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c299 ldexpf(float x, int exp) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h318 # define ldexpf _ldexpf macro
H A Dconfigure15837 echo $ac_n "checking for ldexpf declaration""... $ac_c" 1>&6
15838 echo "configure:15839: checking for ldexpf declaration" >&5
15857 ldexpf(0, 0);
15884 for ac_func in ldexpf
/openbsd-current/gnu/lib/libstdc++-v3/
H A Dconfig.h177 /* Define to 1 if you have the `ldexpf' function. */
967 # define ldexpf _ldexpf macro
/openbsd-current/include/
H A Dmath.h308 float ldexpf(float, int);
/openbsd-current/lib/libm/hidden/
H A Dmath.h117 PROTO_STD_DEPRECATED(ldexpf); variable
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h156 return ::ldexpf(__arg, __exp);
470 using ::ldexpf;
H A D__clang_cuda_math.h155 __DEVICE__ float ldexpf(float __a, int __b) { return __nv_ldexpf(__a, __b); } function
H A Dtgmath.h857 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
H A D__clang_hip_cmath.h757 using ::ldexpf;
H A D__clang_hip_math.h314 float ldexpf(float __x, int __e) { return __ocml_ldexp_f32(__x, __e); } function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h97 extern "C" float (ldexpf)(float, int);
138 using ::ldexpf;
450 ldexp(float __x, int __exp) { return __gnu_cxx::__c99_binding::ldexpf(__x, __exp); }
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc709 image = ldexpf (image, exp);

Completed in 318 milliseconds