HomeSort by relevance Sort by last modified time
    Searched refs:log2f (Results 1 - 19 of 19) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 70 float log2f(float);
  /external/clang/test/CodeGen/
libcall-declarations.c 52 float log2f(float);
84 logf, log2, log2l, log2f, nearbyint, nearbyintl, nearbyintf, pow, powl, powf,
136 // CHECK-NOERRNO: declare float @log2f(float) [[NUW]]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 337 /// float log2f(float x);
338 log2f, enumerator in enum:llvm::LibFunc::Func
685 case LibFunc::log2: case LibFunc::log2f: case LibFunc::log2l:
  /external/bison/darwin-lib/
math.h 1736 # undef log2f macro
    [all...]
  /external/bison/lib/
math.in.h 1410 # undef log2f macro
1411 # define log2f macro
1417 # undef log2f macro
1422 _GL_CXXALIASWARN (log2f); variable
1424 # undef log2f macro
    [all...]
  /external/bison/linux-lib/
math.h 1736 # undef log2f macro
    [all...]
  /bionic/libm/include/
math.h 320 float log2f(float);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 422 #define __ieee754_log2f log2f
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 184 "log2f",
420 TLI.setUnavailable(LibFunc::log2f);
  /bionic/tests/
math_test.cpp 404 TEST(math, log2f) {
405 ASSERT_FLOAT_EQ(12.0f, log2f(4096.0f));
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 484 static_assert((std::is_same<decltype(log2f(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 966 __tg_log2(float __x) {return log2f(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 966 __tg_log2(float __x) {return log2f(__x);}
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 1693 #define log2f macro
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 691 milliseconds