/netbsd-src/tests/lib/libm/ |
H A D | t_scalbn.c | 386 rv = scalbnl(tests[i].inval, tests[i].exp); in ATF_TC_BODY() 414 y = scalbnl(x, exps[i]); in ATF_TC_BODY() 431 ATF_CHECK(scalbnl(x, exps[i]) == x); in ATF_TC_BODY() 446 ATF_CHECK(scalbnl(x, exps[i]) == x); in ATF_TC_BODY() 464 y = scalbnl(x, exps[i]); in ATF_TC_BODY() 485 y = scalbnl(x, exps[i]); in ATF_TC_BODY()
|
/netbsd-src/lib/libm/src/ |
H A D | s_scalbnl.c | 45 scalbnl(long double x, int n) in scalbnl() function 53 __weak_alias(scalbnl, _scalbnl) in __strong_alias()
|
H A D | s_scalbn.c | 36 __weak_alias(scalbnl, _scalbnl)
|
H A D | namespace.h | 89 #define scalbnl _scalbnl macro
|
/netbsd-src/lib/libm/arch/i387/ |
H A D | s_scalbnl.S | 11 WEAK_ALIAS(scalbnl,_scalbnl)
|
/netbsd-src/lib/libm/arch/vax/ |
H A D | n_scalbn.S | 36 WEAK_ALIAS(scalbnl,_scalbnl)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | int_math.h | 109 #define crt_scalbnl(x, y) scalbnl((x), (y))
|
/netbsd-src/lib/libm/ |
H A D | m.common.expsym | 247 scalbnl
|
H A D | Makefile | 547 scalbn.3 scalbnl.3
|
/netbsd-src/include/ |
H A D | math.h | 383 long double scalbnl(long double, int);
|
/netbsd-src/lib/libm/ld128/ |
H A D | e_powl.c | 434 z = scalbnl (z, n); /* subnormal output */ in powl()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | math.d | 1848 extern(D) real scalbnl()(real x, int n) { return scalbn(cast(double) x, n); } in version() 2249 real scalbnl(real x, int n); // since 6.0 in version() 2498 real scalbnl(real x, int n); in version() 3253 real scalbnl(real x, int y); in version() 3521 real scalbnl(real x, int y); in version() 3743 real scalbnl(real x, int n); in version() 4146 extern(D) real scalbnl(real x, int n) { return scalbln(cast(double) x, n); } in version() 4547 real scalbnl(real x, int n);
|
H A D | tgmath.d | 277 alias core.stdc.math.scalbnl scalbn; in version() 778 alias core.stdc.math.scalbnl scalbn; in version() 1268 alias core.stdc.math.scalbnl scalbn;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cmath | 289 long double scalbnl(long double x, int ex); 527 using ::scalbnl;
|
H A D | math.h | 1659 …ng double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbnl(__lcpp_x, __lcpp_… in scalbn()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 389 scalbnl, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 389 scalbnl, 99 keyword
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | tgmath.h | 1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | configure.ac | 441 GCC_CHECK_MATH_FUNC([scalbnl])
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | cmath | 136 #undef scalbnl 291 using ::scalbnl;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cmath | 1056 #undef scalbnl 1201 using ::scalbnl;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | cmath | 136 #undef scalbnl 291 using ::scalbnl;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cmath | 1056 #undef scalbnl 1201 using ::scalbnl;
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | configure.ac | 469 GCC_CHECK_MATH_FUNC([scalbnl])
|
H A D | config.h.in | 684 /* Define to 1 if you have the `scalbnl' function. */
|