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

/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.c87 test(log2f, x, result, exceptmask, excepts); \
141 assert(log2f(ldexpf(1.0, i)) == i);
173 test(log2f, 1.0, 0.0, ALL_STD_EXCEPT, 0);
226 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h337 /// float log2f(float x);
338 log2f, enumerator in enum:llvm::LibFunc::Func
685 case LibFunc::log2: case LibFunc::log2f: case LibFunc::log2l:
/freebsd-10.0-release/lib/msun/
H A DSymbol.map229 log2f;
H A DMakefile194 log.3 log2.3 log.3 log2f.3 log.3 log2l.3
/freebsd-10.0-release/lib/msun/src/
H A Dmath.h366 float log2f(float);
H A Dmath_private.h714 #define __ieee754_log2f log2f
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp184 "log2f",
420 TLI.setUnavailable(LibFunc::log2f);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h966 __tg_log2(float __x) {return log2f(__x);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1601 case LibFunc::log2f:
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5624 case LibFunc::log2f:
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31027 log2f(0.0f);
[all...]

Completed in 207 milliseconds