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

/freebsd-13-stable/lib/msun/i387/
H A Ds_logbf.S11 ENTRY(logbf)
16 END(logbf)
/freebsd-13-stable/lib/msun/src/
H A Ds_logbf.c26 logbf(float x) function
H A Dmath.h390 float logbf(float);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h435 using ::logbf;
H A D__clang_cuda_math.h179 __DEVICE__ float logbf(float __a) { return __nv_logbf(__a); } function
H A Dtgmath.h976 __tg_logb(float __x) {return logbf(__x);}
H A D__clang_hip_math.h227 inline float logbf(float __x) { return __ocml_logb_f32(__x); } function
/freebsd-13-stable/lib/msun/
H A DMakefile219 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h233 float logbf(float x);
1336 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return ::logbf(__lcpp_x);}

Completed in 84 milliseconds