HomeSort by relevance Sort by last modified time
    Searched full:lgammal (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /bionic/libm/
fake_long_double.c 51 long double lgammal(long double a1) { return lgamma(a1); } function
  /cts/tests/tests/bionic/
bionic-unit-tests-cts_list.txt 411 lgammal
  /ndk/sources/android/support/include/
math.h 67 long double lgammal(long double);
  /bionic/tests/
math_test.cpp 1023 TEST(math, lgammal) {
1024 ASSERT_FLOAT_EQ(logl(24.0), lgammal(5.0));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 79 #undef lgammal
213 using ::lgammal;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 79 #undef lgammal
213 using ::lgammal;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 79 #undef lgammal
213 using ::lgammal;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 79 #undef lgammal
213 using ::lgammal;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 79 #undef lgammal
213 using ::lgammal;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 218 long double lgammal(long double x);
    [all...]
  /bionic/libm/include/
math.h 466 long double lgammal(long double);
  /development/ndk/platforms/android-3/include/
math.h 442 long double lgammal(long double);
  /development/ndk/platforms/android-9/include/
math.h 442 long double lgammal(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 442 long double lgammal(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 442 long double lgammal(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 442 long double lgammal(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 442 long double lgammal(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 442 long double lgammal(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 442 long double lgammal(long double);

Completed in 2744 milliseconds

1 2 3 4