Searched refs:logbl (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/lib/msun/amd64/
H A Ds_logbl.S39 ENTRY(logbl)
/freebsd-11.0-release/lib/msun/i387/
H A Ds_logbl.S39 ENTRY(logbl)
/freebsd-11.0-release/lib/msun/src/
H A Ds_logb.c48 __weak_reference(logb, logbl);
H A Ds_logbl.c24 logbl(long double x) function
H A Dmath.h474 long double logbl(long double);
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dint_math.h97 #define crt_logbl(x) logbl((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.cpp177 TLI.setUnavailable(LibFunc::logbl);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h991 __tg_logb(long double __x) {return logbl(__x);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h235 long double logbl(long double x);
1240 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return logbl(__lcpp_x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31031 logbl(0.0l);
[all...]

Completed in 288 milliseconds