Searched refs:scalblnf (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | s_scalbln.c | 42 scalblnf(float x, long n) in scalblnf() function
|
H A D | math.h | 401 float scalblnf(float, long);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 156 scalblnf;
|
H A D | Makefile | 261 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 119 using ::scalblnf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 162 return ::scalblnf(__x, __n); in scalbln() 777 using ::scalblnf;
|
H A D | __clang_cuda_cmath.h | 489 using ::scalblnf;
|
H A D | tgmath.h | 1171 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);} in __tg_scalbln()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 292 float scalblnf(float x, long ex); 488 using ::scalblnf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 120 using std::scalblnf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 150 float (scalblnf)(float x, long n) { n_float++; }
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 716 SYMBOL(scalblnf, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2555 SYMBOL(scalblnf, std::, <cmath>) 2556 SYMBOL(scalblnf, None, <cmath>) 2557 SYMBOL(scalblnf, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2784 fun:scalblnf=uninstrumented
|