HomeSort by relevance Sort by last modified time
    Searched refs:logf (Results 176 - 192 of 192) sorted by null

1 2 3 4 5 6 78

  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 129 static_assert((std::is_same<decltype(logf(0)), float>::value), "");
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 200 TLI.setUnavailable(LibFunc::logf);
472 {"logf", "vlogf", 4},
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 127 static_assert((std::is_same<decltype(logf(0)), float>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 625 extern float __cdecl logf (float);
  /external/clang/lib/Headers/
tgmath.h 444 __tg_log(float __x) {return logf(__x);}
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 262 dst->f[0] = logf(src->f[0]) * 1.442695f;
263 dst->f[1] = logf(src->f[1]) * 1.442695f;
264 dst->f[2] = logf(src->f[2]) * 1.442695f;
265 dst->f[3] = logf(src->f[3]) * 1.442695f;
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 444 __tg_log(float __x) {return logf(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 444 __tg_log(float __x) {return logf(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 444 __tg_log(float __x) {return logf(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 444 __tg_log(float __x) {return logf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 444 __tg_log(float __x) {return logf(__x);}
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 443 data.f[c] = logf(op[0]->value.f[c]);
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 533 return logf(x);
537 SetUpForTest(true, "logF", "(F)F", reinterpret_cast<void*>(&Java_MyClassNatives_logF));
540 EXPECT_FLOAT_EQ(logf(2.0), result);
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 382 static_assert((std::is_same<decltype(std::logf(0)), float>::value), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 289 static_assert((std::is_same<decltype(std::logf(0)), float>::value), "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3631 function logf(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 1190 milliseconds

1 2 3 4 5 6 78