HomeSort by relevance Sort by last modified time
    Searched full:tgamma (Results 176 - 200 of 447) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cmath 137 #undef tgamma
291 using ::tgamma;
948 tgamma(float __x)
952 tgamma(long double __x)
958 tgamma(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cmath 1025 #undef tgamma
1173 using ::tgamma;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
cmath 137 #undef tgamma
291 using ::tgamma;
948 tgamma(float __x)
952 tgamma(long double __x)
958 tgamma(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath 1025 #undef tgamma
1173 using ::tgamma;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cmath 137 #undef tgamma
291 using ::tgamma;
948 tgamma(float __x)
952 tgamma(long double __x)
958 tgamma(_Tp __x)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath 1026 #undef tgamma
1174 using ::tgamma;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cmath 137 #undef tgamma
291 using ::tgamma;
944 tgamma(float __x)
948 tgamma(long double __x)
954 tgamma(_Tp __x)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 372 typename tools::promote_args<RT>::type tgamma(RT z);
381 typename tools::promote_args<RT1, RT2>::type tgamma(RT1 a, RT2 z);
384 typename tools::promote_args<RT1, RT2>::type tgamma(RT1 a, RT2 z, const Policy& pol);
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 100 Ambiguous tgamma(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 175 double tgamma(double);
297 F(tgamma), F(tgammaf), F(tgammal), F(trunc), F(truncf),
474 // CHECK-NOERRNO: declare double @tgamma(double) [[NUW]]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libm-2.15.so 
libm.so 
libm.so.6 
  /bionic/libm/include/
math.h 232 double tgamma(double);
  /external/libdrm/tests/modeprint/
modeprint.c 236 printf("\tgamma size : %d\n", crtc->gamma_size);
  /external/ltrace/etc/
libm.so.conf 216 double tgamma(double);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 878 f = tgamma(f);
879 f2 = tgamma(f2);
880 f3 = tgamma(f3);
881 f4 = tgamma(f4);
    [all...]
math.rs 326 TEST_FN_FUNC_FN(tgamma);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 876 f = tgamma(f);
877 f2 = tgamma(f2);
878 f3 = tgamma(f3);
879 f4 = tgamma(f4);
    [all...]
math.rs 326 TEST_FN_FUNC_FN(tgamma);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 335 TEST_FN_FUNC_FN(tgamma);
math_fp16.rs 241 TEST_HN_FUNC_HN(tgamma);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 326 TEST_FN_FUNC_FN(tgamma);
math.rs.orig 326 TEST_FN_FUNC_FN(tgamma);

Completed in 1141 milliseconds

1 2 3 4 5 6 78 91011>>