Home
last modified time | relevance | path

Searched refs:scalblnf (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/lib/libm/src/
H A Ds_scalbnf.c29 __weak_alias(scalblnf, _scalblnf)
42 return scalblnf(x, n); in scalbnf()
47 scalblnf(float x, long n) in scalblnf() function
H A Dnamespace.h85 #define scalblnf _scalblnf macro
/netbsd-src/lib/libm/arch/i387/
H A Ds_scalbnf.S12 WEAK_ALIAS(scalblnf,_scalblnf)
/netbsd-src/lib/libm/
H A Dm.ieee754.expsym161 scalblnf
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcmath69 return ::scalblnf(__x, __y);
/netbsd-src/include/
H A Dmath.h369 float scalblnf(float, long);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h110 return ::scalblnf(__x, __n); in scalbln()
717 using ::scalblnf;
H A D__clang_cuda_cmath.h489 using ::scalblnf;
H A D__clang_cuda_math.h286 __DEVICE__ float scalblnf(float __a, long __b) { in scalblnf() function
H A Dtgmath.h1171 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);} in __tg_scalbln()
H A D__clang_hip_math.h459 float scalblnf(float __x, long int __n) {
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1853 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 Dtgmath.d282 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 Dcmath284 float scalblnf(float x, long ex);
462 using ::scalblnf;
H A Dmath.h1648 … 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 Dcfns.gperf391 scalblnf, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf391 scalblnf, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dcmath132 #undef scalblnf
286 using ::scalblnf;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcmath1052 #undef scalblnf
1196 using ::scalblnf;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dcmath132 #undef scalblnf
286 using ::scalblnf;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcmath1052 #undef scalblnf
1196 using ::scalblnf;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.def570 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 Dbuiltins.def574 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 DBuiltins.def1372 LIBBUILTIN(scalblnf, "ffLi", "fne", "math.h", ALL_LANGUAGES)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dacinclude.m41956 scalblnf(0.0f, 0l);

12