| /src/lib/libm/src/ |
| s_scalbnf.c | 29 __weak_alias(scalblnf, _scalblnf) 42 return scalblnf(x, n); 47 scalblnf(float x, long n) function
|
| namespace.h | 85 #define scalblnf _scalblnf macro
|
| /src/lib/libm/arch/i387/ |
| s_scalbnf.S | 12 WEAK_ALIAS(scalblnf,_scalblnf)
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 69 return ::scalblnf(__x, __y);
|
| /src/include/ |
| math.h | 369 float scalblnf(float, long);
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_hip_cmath.h | 110 return ::scalblnf(__x, __n); 717 using ::scalblnf;
|
| __clang_cuda_cmath.h | 489 using ::scalblnf;
|
| __clang_cuda_math.h | 286 __DEVICE__ float scalblnf(float __a, long __b) { function
|
| tgmath.h | 1171 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);}
|
| __clang_hip_math.h | 459 float scalblnf(float __x, long int __n) { function
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| math.d | 1853 float scalblnf(float x, c_long n); 2254 float scalblnf(float x, c_long n); 2752 float scalblnf(float x, c_long n); 3109 float scalblnf(float x, c_long y); 3437 float scalblnf(float x, c_long y); 3748 float scalblnf(float x, c_long n); 4151 float scalblnf(float x, c_long n); 4552 float scalblnf(float x, c_long n);
|
| tgmath.d | 282 alias core.stdc.math.scalblnf scalbln; 783 alias core.stdc.math.scalblnf scalbln; 1273 alias core.stdc.math.scalblnf scalbln;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 387 {"scalblnf", 99},
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 277 float scalblnf(float x, long ex); 1648 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnf(__lcpp_x, __lcpp_y);}
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 20117 scalblnf(0.0f, 0l); [all...] |