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

/freebsd-11-stable/lib/msun/amd64/
H A Ds_logbl.S39 ENTRY(logbl)
/freebsd-11-stable/lib/msun/i387/
H A Ds_logbl.S39 ENTRY(logbl)
/freebsd-11-stable/lib/msun/src/
H A Ds_logb.c48 __weak_reference(logb, logbl);
H A Ds_logbl.c23 logbl(long double x) function
H A Dmath.h479 long double logbl(long double);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h91 #define crt_logbl(x) logbl((x))
/freebsd-11-stable/lib/msun/
H A DMakefile219 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h984 __tg_logb(long double __x) {return logbl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h234 long double logbl(long double x);
1388 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return ::logbl(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31031 logbl(0.0l);
[all...]

Completed in 165 milliseconds