Home
last modified time | relevance | path

Searched refs:scalbnf (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/msun/src/
H A De_scalbf.c28 return scalbnf(x,fn); in scalbf()
36 if ( fn > (float)65000.0) return scalbnf(x, 65000); in scalbf()
37 if (-fn > (float)65000.0) return scalbnf(x,-65000); in scalbf()
38 return scalbnf(x,(int)fn); in scalbf()
H A Ds_scalbnf.c12 float scalbnf(float x, int n) in scalbnf() function
41 __strong_reference(scalbnf, ldexpf);
H A Ds_scalbln.c45 return (scalbnf(x, (n > NMAX) ? NMAX : (n < NMIN) ? NMIN : (int)n)); in scalblnf()
H A De_powf.c250 if((j>>23)<=0) z = scalbnf(z,n); /* subnormal output */
H A Dmath.h403 float scalbnf(float, int);
/freebsd/lib/msun/i387/
H A Ds_scalbnf.S9 ENTRY(scalbnf)
15 END(scalbnf)
18 .set CNAME(ldexpf),CNAME(scalbnf)
/freebsd/lib/msun/amd64/
H A Ds_scalbnf.S28 ENTRY(scalbnf)
38 END(scalbnf)
41 .set CNAME(ldexpf),CNAME(scalbnf)
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_scalbn.c241 rv = scalbnf(tests[i].inval, tests[i].exp); in ATF_TC_BODY()
269 y = scalbnf(x, exps[i]); in ATF_TC_BODY()
286 ATF_CHECK(scalbnf(x, exps[i]) == x); in ATF_TC_BODY()
301 ATF_CHECK(scalbnf(x, exps[i]) == x); in ATF_TC_BODY()
318 y = scalbnf(x, exps[i]); in ATF_TC_BODY()
341 y = scalbnf(x, exps[i]); in ATF_TC_BODY()
362 y = scalbnf(x, exps[i]); in ATF_TC_BODY()
/freebsd/lib/msun/
H A DSymbol.map160 scalbnf;
H A DMakefile262 MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc115 using ::scalbnf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath296 float scalbnf(float x, int ex);
490 using ::scalbnf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h490 using ::scalbnf;
H A D__clang_hip_cmath.h778 using ::scalbnf;
H A Dtgmath.h1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc116 using std::scalbnf _LIBCPP_USING_IF_EXISTS;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c147 float (scalbnf)(float x, int n) { n_float++; } in TGMACRO_REAL()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c560 #define scalbn_f scalbnf
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc719 SYMBOL(scalbnf, None, <math.h>)
H A DStdSymbolMap.inc2564 SYMBOL(scalbnf, std::, <cmath>)
2565 SYMBOL(scalbnf, None, <cmath>)
2566 SYMBOL(scalbnf, None, <math.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2787 fun:scalbnf=uninstrumented