/freebsd/lib/msun/src/ |
H A D | e_scalbf.c | 28 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 D | s_scalbnf.c | 12 float scalbnf(float x, int n) in scalbnf() function 41 __strong_reference(scalbnf, ldexpf);
|
H A D | s_scalbln.c | 45 return (scalbnf(x, (n > NMAX) ? NMAX : (n < NMIN) ? NMIN : (int)n)); in scalblnf()
|
H A D | e_powf.c | 250 if((j>>23)<=0) z = scalbnf(z,n); /* subnormal output */
|
H A D | math.h | 403 float scalbnf(float, int);
|
/freebsd/lib/msun/i387/ |
H A D | s_scalbnf.S | 9 ENTRY(scalbnf) 15 END(scalbnf) 18 .set CNAME(ldexpf),CNAME(scalbnf)
|
/freebsd/lib/msun/amd64/ |
H A D | s_scalbnf.S | 28 ENTRY(scalbnf) 38 END(scalbnf) 41 .set CNAME(ldexpf),CNAME(scalbnf)
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_scalbn.c | 241 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 D | Symbol.map | 160 scalbnf;
|
H A D | Makefile | 262 MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 115 using ::scalbnf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 296 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.h | 490 using ::scalbnf;
|
H A D | __clang_hip_cmath.h | 778 using ::scalbnf;
|
H A D | tgmath.h | 1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 116 using std::scalbnf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 147 float (scalbnf)(float x, int n) { n_float++; } in TGMACRO_REAL()
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.c | 560 #define scalbn_f scalbnf
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 719 SYMBOL(scalbnf, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2564 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 D | libc_ubuntu1404_abilist.txt | 2787 fun:scalbnf=uninstrumented
|