Home
last modified time | relevance | path

Searched refs:scalbnl (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/tests/lib/libm/
H A Dt_scalbn.c386 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 Ds_scalbnl.c45 scalbnl(long double x, int n) in scalbnl() function
53 __weak_alias(scalbnl, _scalbnl) in __strong_alias()
H A Ds_scalbn.c36 __weak_alias(scalbnl, _scalbnl)
H A Dnamespace.h89 #define scalbnl _scalbnl macro
/netbsd-src/lib/libm/arch/i387/
H A Ds_scalbnl.S11 WEAK_ALIAS(scalbnl,_scalbnl)
/netbsd-src/lib/libm/arch/vax/
H A Dn_scalbn.S36 WEAK_ALIAS(scalbnl,_scalbnl)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h109 #define crt_scalbnl(x, y) scalbnl((x), (y))
/netbsd-src/lib/libm/
H A Dm.common.expsym247 scalbnl
H A DMakefile547 scalbn.3 scalbnl.3
/netbsd-src/include/
H A Dmath.h383 long double scalbnl(long double, int);
/netbsd-src/lib/libm/ld128/
H A De_powl.c434 z = scalbnl (z, n); /* subnormal output */ in powl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1848 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 Dtgmath.d277 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 Dcmath289 long double scalbnl(long double x, int ex);
527 using ::scalbnl;
H A Dmath.h1659 …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 Dcfns.gperf389 scalbnl, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf389 scalbnl, 99 keyword
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dconfigure.ac441 GCC_CHECK_MATH_FUNC([scalbnl])
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dcmath136 #undef scalbnl
291 using ::scalbnl;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcmath1056 #undef scalbnl
1201 using ::scalbnl;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dcmath136 #undef scalbnl
291 using ::scalbnl;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcmath1056 #undef scalbnl
1201 using ::scalbnl;
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dconfigure.ac469 GCC_CHECK_MATH_FUNC([scalbnl])
H A Dconfig.h.in684 /* Define to 1 if you have the `scalbnl' function. */

12