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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tgammaf.c 34 * a float-optimized version of it. The reason is that tgammaf() is
39 tgammaf(float x) function
  /ndk/sources/android/support/include/
math.h 84 float tgammaf(float);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 47 // Handle missing Gingerbread functions like tgammaf.
52 return tgammaf(x);
  /bionic/libm/include/
math.h 337 float tgammaf(float);
  /bionic/tests/
math_test.cpp 1043 TEST(math, tgammaf) {
1044 ASSERT_FLOAT_EQ(24.0f, tgammaf(5.0f));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 597 static_assert((std::is_same<decltype(tgammaf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1195 __tg_tgamma(float __x) {return tgammaf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1195 __tg_tgamma(float __x) {return tgammaf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 169 milliseconds