| /freebsd-10-stable/lib/msun/tests/ |
| D | invtrig_test.c | 68 (tol) * ldexpf(1.0, 1 - FLT_MANT_DIG), (excepts)); \ 97 (tol) * ldexpf(1.0, 1 - FLT_MANT_DIG), (excepts)); \ 173 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0); in test_special_atan2() 174 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0); in test_special_atan2() 175 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT); in test_special_atan2() 176 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT); in test_special_atan2() 177 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT); in test_special_atan2() 178 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT); in test_special_atan2() 179 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT); in test_special_atan2() 180 test2(atan2f, ldexpf(-z, e), -0.0, (float)-pi / 2, FE_INEXACT); in test_special_atan2() [all …]
|
| D | exponential_test.c | 137 assert(exp2f(i) == ldexpf(1.0, i)); in run_exp2_tests()
|
| D | logarithm_test.c | 141 assert(log2f(ldexpf(1.0, i)) == i); in run_log2_tests()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libm/ |
| D | t_ldexp.c | 330 y = ldexpf(x, n[i]); in ATF_TC_BODY() 354 y = ldexpf(x, exps[i]); in ATF_TC_BODY() 371 ATF_CHECK(ldexpf(x, exps[i]) == x); in ATF_TC_BODY() 386 ATF_CHECK(ldexpf(x, exps[i]) == x); in ATF_TC_BODY() 404 y = ldexpf(x, exps[i]); in ATF_TC_BODY() 425 y = ldexpf(x, exps[i]); in ATF_TC_BODY()
|
| D | t_scalbn.c | 302 ATF_CHECK_MSG(y == ldexpf(x, exps[i]), in ATF_TC_BODY() 304 i, exps[i], y, ldexpf(x, exps[i]), y-ldexpf(x, exps[i])); in ATF_TC_BODY()
|
| /freebsd-10-stable/lib/msun/i387/ |
| D | s_scalbnf.S | 19 .globl CNAME(ldexpf) 20 .set CNAME(ldexpf),CNAME(scalbnf)
|
| /freebsd-10-stable/lib/msun/amd64/ |
| D | s_scalbnf.S | 42 .globl CNAME(ldexpf) 43 .set CNAME(ldexpf),CNAME(scalbnf)
|
| /freebsd-10-stable/lib/msun/src/ |
| D | s_scalbnf.c | 58 __strong_reference(scalbnf, ldexpf);
|
| D | math.h | 369 float ldexpf(float, int);
|
| /freebsd-10-stable/lib/msun/ |
| D | Symbol.map | 163 ldexpf;
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_fpclassify.c | 76 d2 = ldexpf(d0, -i); in ATF_TC_BODY()
|
| /freebsd-10-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 299 ldexpf(float x, int exp) in ldexpf() function
|
| /freebsd-10-stable/gnu/lib/libstdc++/ |
| D | config.h | 981 # define ldexpf _ldexpf macro
|
| /freebsd-10-stable/lib/libc/gen/ |
| D | Makefile.inc | 422 MLINKS+=ldexp.3 ldexpf.3 \
|
| /freebsd-10-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 126 float (ldexpf)(float x, int e) { n_float++; } in TGMACRO_REAL_FIXED_RET()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | DataExtractor.cpp | 1403 return u.f * ldexpf(1, 125); in half2float() 1408 return u.f * ldexpf(1, -112); in half2float()
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | cmath | 99 float ldexpf(float value, int exp); 885 using ::ldexpf; 888 … float ldexp(float __lcpp_x, int __lcpp_e) _NOEXCEPT {return ldexpf(__lcpp_x, __lcpp_e…
|
| /freebsd-10-stable/contrib/libstdc++/ |
| D | config.h.in | 175 /* Define to 1 if you have the `ldexpf' function. */ 963 # define ldexpf _ldexpf macro
|
| D | linkage.m4 | 450 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2(ldexpf)
|
| D | configure | 15556 ldexpf(0, 0); 15606 for ac_func in ldexpf 39596 ldexpf(0, 0); 39646 for ac_func in ldexpf 61466 ldexpf(0, 0); 61516 for ac_func in ldexpf 85840 ldexpf(0, 0); 85890 for ac_func in ldexpf
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 584 ldexpf;
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);} in __tg_ldexp()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | builtins.def | 289 DEF_C99_C90RES_BUILTIN (BUILT_IN_LDEXPF, "ldexpf", BT_FN_FLOAT_FLOAT_INT, ATTR_MATHFN_FPROUNDING_ER…
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 849 LIBBUILTIN(ldexpf, "ffi", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | extend.texi | 5574 @findex ldexpf 5822 @code{fmodf}, @code{fmodl}, @code{frexpf}, @code{frexpl}, @code{ldexpf},
|