| /src/lib/libm/src/ |
| e_scalbf.c | 34 return scalbnf(x,fn); 42 if ( fn > (float)65000.0) return scalbnf(x, 65000); 43 if (-fn > (float)65000.0) return scalbnf(x,-65000); 44 return scalbnf(x,(int)fn);
|
| s_scalbnf.c | 28 __weak_alias(scalbnf, _scalbnf) 40 scalbnf(float x, int n) function
|
| k_rem_pio2f.c | 91 z = scalbnf(z,q0); /* actual value of z */ 124 if(carry!=0) z -= scalbnf(one,q0); 150 z = scalbnf(z,-q0); 160 fw = scalbnf(one,q0);
|
| namespace.h | 88 #define scalbnf _scalbnf macro
|
| e_powf.c | 249 if((j>>23)<=0) z = scalbnf(z,n); /* subnormal output */
|
| /src/lib/libm/arch/i387/ |
| s_scalbnf.S | 11 WEAK_ALIAS(scalbnf,_scalbnf)
|
| /src/lib/libm/arch/vax/ |
| n_scalbn.S | 37 WEAK_ALIAS(scalbnf,_scalbnf)
|
| /src/tests/lib/libm/ |
| t_scalbn.c | 224 * scalbnf(3) 229 atf_tc_set_md_var(tc, "descr", "Test scalbnf() for a few values"); 241 rv = scalbnf(tests[i].inval, tests[i].exp); 257 atf_tc_set_md_var(tc, "descr", "Test scalbnf(NaN, n) == NaN"); 269 y = scalbnf(x, exps[i]); 277 atf_tc_set_md_var(tc, "descr", "Test scalbnf(-Inf, n) == -Inf"); 286 ATF_CHECK(scalbnf(x, exps[i]) == x); 292 atf_tc_set_md_var(tc, "descr", "Test scalbnf(+Inf, n) == +Inf"); 301 ATF_CHECK(scalbnf(x, exps[i]) == x); 307 atf_tc_set_md_var(tc, "descr", "Test scalbnf(x, n) == ldexpf(x, n)") [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 71 __DEVICE__ float scalbn(float __x, int __y) { return ::scalbnf(__x, __y); }
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| int_math.h | 108 #define crt_scalbnf(x, y) scalbnf((x), (y))
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math.h | 278 __DEVICE__ float scalbnf(float __a, int __b) { return __nv_scalbnf(__a, __b); } function 291 return scalbnf(__a, (int)__b);
|
| __clang_cuda_cmath.h | 490 using ::scalbnf;
|
| __clang_hip_cmath.h | 718 using ::scalbnf;
|
| tgmath.h | 1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);}
|
| __clang_hip_math.h | 465 float scalbnf(float __x, int __n) { return __ocml_scalbn_f32(__x, __n); } function
|
| /src/include/ |
| math.h | 368 float scalbnf(float, int);
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| c99_protos.h | 161 extern float scalbnf(float, int);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 161 extern float scalbnf(float, int);
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 414 float scalbnf (float x, int y); 417 scalbnf (float x, int y) function 546 delta = scalbnf (0.5f, exp); 549 have been able to combine this with scalbnf, but some targets don't
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 414 float scalbnf (float x, int y); 417 scalbnf (float x, int y) function 546 delta = scalbnf (0.5f, exp); 549 have been able to combine this with scalbnf, but some targets don't
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| math.d | 1846 float scalbnf(float x, int n); 2247 float scalbnf(float x, int n); 2747 float scalbnf(float x, int n); 3107 float scalbnf(float x, int y); 3436 float scalbnf(float x, int y); 3741 float scalbnf(float x, int n); 4144 float scalbnf(float x, int n); 4545 float scalbnf(float x, int n);
|
| tgmath.d | 275 alias core.stdc.math.scalbnf scalbn; 776 alias core.stdc.math.scalbnf scalbn; 1266 alias core.stdc.math.scalbnf scalbn;
|
| /src/lib/libm/ |
| Makefile | 546 MLINKS+=scalbn.3 scalbnf.3 \
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 415 {"scalbnf", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 415 {"scalbnf", 99},
|