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

/freebsd-11.0-release/lib/msun/i387/
H A Ds_logbf.S11 ENTRY(logbf)
16 END(logbf)
/freebsd-11.0-release/lib/msun/src/
H A Ds_logbf.c26 logbf(float x) function
H A Dmath.h385 float logbf(float);
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dint_math.h96 #define crt_logbf(x) logbf((x))
/freebsd-11.0-release/lib/msun/
H A DMakefile192 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp176 TLI.setUnavailable(LibFunc::logbf);
518 {"logbf", "vlogbf", 4},
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h983 __tg_logb(float __x) {return logbf(__x);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h234 float logbf(float x);
1239 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return logbf(__lcpp_x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31030 logbf(0.0f);
[all...]

Completed in 321 milliseconds