Searched refs:logb (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/lib/msun/i387/
H A Ds_logb.S39 ENTRY(logb)
44 END(logb)
/freebsd-11.0-release/lib/msun/src/
H A Ds_logb.c17 * double logb(x)
18 * IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
31 logb(double x) function
48 __weak_reference(logb, logbl);
H A Dmath.h279 double logb(double);
/freebsd-11.0-release/lib/msun/bsdsrc/
H A Db_log.c382 m = logb(x);
385 j = logb(g), m += j;
443 m = logb(x);
446 j = logb(g), m += j;
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h76 using std::tr1::logb;
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dint_math.h95 #define crt_logb(x) logb((x))
/freebsd-11.0-release/include/
H A Dtgmath.h187 #define logb(x) __tg_simple(x, logb) macro
/freebsd-11.0-release/tools/regression/include/tgmath/
H A Dtgmath.c135 TGMACRO_REAL(logb)
552 PRINT("logb",
553 PASS_REAL_ARG_REAL_RET(logb));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h979 // logb
987 __tg_logb(double __x) {return logb(__x);}
993 #undef logb macro
994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h233 floating_point logb (arithmetic x);
1237 // logb
1239 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return logbf(__lcpp_x);}
1240 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return logbl(__lcpp_x);}
1245 logb(_A1 __lcpp_x) _NOEXCEPT {return logb((double)__lcpp_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.cpp175 TLI.setUnavailable(LibFunc::logb);
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h655 extern double logb(double);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2316 case LibFunc::logb:
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31029 logb(0.0);
[all...]

Completed in 307 milliseconds