Searched refs:scalblnf (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A Ds_scalbln.c45 scalblnf(float x, long n) function
H A Dmath.h402 float scalblnf(float, long);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h462 using ::scalblnf;
H A Dtgmath.h1171 __tg_scalbln(float __x, long __y) {return scalblnf(__x, __y);}
H A D__clang_cuda_device_functions.h1731 __DEVICE__ float scalblnf(float __a, long __b) { function
/freebsd-12-stable/tools/regression/include/tgmath/
H A Dtgmath.c152 float (scalblnf)(float x, long n) { n_float++; } function
/freebsd-12-stable/lib/msun/
H A DMakefile242 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h277 float scalblnf(float x, long ex);
1522 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnf(__lcpp_x, __lcpp_y);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31063 scalblnf(0.0f, 0l);
[all...]

Completed in 359 milliseconds