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

/freebsd-9.3-release/lib/msun/i387/
H A Ds_logb.S39 ENTRY(logb) function
44 END(logb)
/freebsd-9.3-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.h240 double logb(double);
/freebsd-9.3-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-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h76 using std::tr1::logb;
/freebsd-9.3-release/lib/msun/
H A DSymbol.map133 logb;
H A DMakefile178 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
/freebsd-9.3-release/include/
H A Dtgmath.h186 #define logb(x) __tg_simple(x, logb) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c135 TGMACRO_REAL(logb)
552 PRINT("logb",
553 PASS_REAL_ARG_REAL_RET(logb));
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h365 /// double logb(double x);
366 logb, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp198 "logb",
464 TLI.setUnavailable(LibFunc::logb);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h655 extern double logb(double);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2138 case LibFunc::logb:
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure31029 logb(0.0);
[all...]

Completed in 261 milliseconds