/netbsd-src/lib/libm/src/ |
H A D | s_scalbnf.c | 29 __weak_alias(scalblnf, _scalblnf) 42 return scalblnf(x, n); in scalbnf() 47 scalblnf(float x, long n) in scalblnf() function
|
H A D | namespace.h | 85 #define scalblnf _scalblnf macro
|
/netbsd-src/lib/libm/arch/i387/ |
H A D | s_scalbnf.S | 12 WEAK_ALIAS(scalblnf,_scalblnf)
|
/netbsd-src/lib/libm/ |
H A D | m.ieee754.expsym | 161 scalblnf
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | cmath | 69 return ::scalblnf(__x, __y);
|
/netbsd-src/include/ |
H A D | math.h | 369 float scalblnf(float, long);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 110 return ::scalblnf(__x, __n); in scalbln() 717 using ::scalblnf;
|
H A D | __clang_cuda_cmath.h | 489 using ::scalblnf;
|
H A D | __clang_cuda_math.h | 286 __DEVICE__ float scalblnf(float __a, long __b) { in scalblnf() function
|
H A D | tgmath.h | 1171 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);} in __tg_scalbln()
|
H A D | __clang_hip_math.h | 459 float scalblnf(float __x, long int __n) {
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | math.d | 1853 float scalblnf(float x, c_long n); in version() 2254 float scalblnf(float x, c_long n); in version() 2752 float scalblnf(float x, c_long n); in version() 3109 float scalblnf(float x, c_long y); in version() 3437 float scalblnf(float x, c_long y); in version() 3748 float scalblnf(float x, c_long n); in version() 4151 float scalblnf(float x, c_long n); in version() 4552 float scalblnf(float x, c_long n);
|
H A D | tgmath.d | 282 alias core.stdc.math.scalblnf scalbln; in version() 783 alias core.stdc.math.scalblnf scalbln; in version() 1273 alias core.stdc.math.scalblnf scalbln;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cmath | 284 float scalblnf(float x, long ex); 462 using ::scalblnf;
|
H A D | math.h | 1648 … scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnf(__lcpp_x, __lcpp_… in scalbln()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 391 scalblnf, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 391 scalblnf, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | cmath | 132 #undef scalblnf 286 using ::scalblnf;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cmath | 1052 #undef scalblnf 1196 using ::scalblnf;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | cmath | 132 #undef scalblnf 286 using ::scalblnf;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cmath | 1052 #undef scalblnf 1196 using ::scalblnf;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.def | 570 DEF_C99_BUILTIN (BUILT_IN_SCALBLNF, "scalblnf", BT_FN_FLOAT_FLOAT_LONG, ATTR_MATHFN_FPROUNDI…
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.def | 574 DEF_C99_BUILTIN (BUILT_IN_SCALBLNF, "scalblnf", BT_FN_FLOAT_FLOAT_LONG, ATTR_MATHFN_FPROUNDI…
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Builtins.def | 1372 LIBBUILTIN(scalblnf, "ffLi", "fne", "math.h", ALL_LANGUAGES)
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
H A D | acinclude.m4 | 1956 scalblnf(0.0f, 0l);
|