Home
last modified time | relevance | path

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

/openbsd/lib/libm/src/
H A Ds_scalbln.c22 scalblnf(float x, long n) in scalblnf() function
/openbsd/lib/libm/
H A DSymbols.map249 scalblnf;
/openbsd/lib/libm/hidden/
H A Dmath.h183 PROTO_STD_DEPRECATED(scalblnf);
/openbsd/include/
H A Dmath.h316 float scalblnf(float, long int);
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_cmath.h162 return ::scalblnf(__x, __n); in scalbln()
777 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.h477 float scalblnf(float __x, long int __n) {
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcmath69 return ::scalblnf(__x, __y);
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath137 #undef scalblnf
288 using ::scalblnf;
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath284 float scalblnf(float x, long ex);
477 using ::scalblnf _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def376 DEF_C99_BUILTIN (BUILT_IN_SCALBLNF, "scalblnf", BT_FN_FLOAT_FLOAT_LONG, ATTR_MATHFN_FPROUNDI…
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc716 SYMBOL(scalblnf, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1419 LIBBUILTIN(scalblnf, "ffLi", "fne", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2779 fun:scalblnf=uninstrumented
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5539 @findex scalblnf
5540 @findex scalblnf
5697 @code{roundf}, @code{roundl}, @code{round}, @code{scalblnf},
H A Dgcc.info20362 `scalblnf', `scalblnl', `scalbln', `scalbnf', `scalbnl', `scalbn',