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

/external/dropbear/libtommath/demo/
H A Dtiming.c84 FILE *log, *logb, *logc, *logd; local
239 logb = fopen("logs/expt_dr.log", "w");
274 fprintf(n < 4 ? logd : (n < 9) ? logc : (n < 16) ? logb : log,
279 fclose(logb);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h201 /// double logb(double x);
202 logb, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp116 "logb",
272 TLI.setUnavailable(LibFunc::logb);
/external/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
/external/clang/lib/include/
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
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1715 AddOpt(LibFunc::logb, LibFunc::logbf, &UnsafeUnaryDoubleFP);

Completed in 814 milliseconds