HomeSort by relevance Sort by last modified time
    Searched refs:log2l (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /ndk/sources/android/support/include/
math.h 73 long double log2l(long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 73 long double log2l(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log2.c 116 __weak_reference(log2, log2l);
  /ndk/sources/android/support/src/msun/
e_log2.c 119 __weak_reference(log2, log2l);
  /ndk/tests/device/math/jni/
math.c 57 ld = log2l(ld);
math.cpp 57 ld = log2l(ld);
  /ndk/sources/android/support/src/
math_support.c 80 __attribute__((weak)) long double log2l(long double x) { return log2((double)x); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 392 /// double long double log2l(long double x);
393 log2l, enumerator in enum:llvm::LibFunc::Func
743 case LibFunc::log2: case LibFunc::log2f: case LibFunc::log2l:
  /external/bison/darwin-lib/
math.h 1783 # undef log2l macro
    [all...]
  /external/bison/lib/
math.in.h 1458 # undef log2l macro
1459 # define log2l macro
1469 _GL_CXXALIASWARN (log2l); variable
1471 # undef log2l macro
    [all...]
  /external/bison/linux-lib/
math.h 1783 # undef log2l macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 126 long double log2l(long double);
287 F(log2f), F(log2l), F(logb), F(logbf), F(logbl),
425 // CHECK-NOERRNO: declare x86_fp80 @log2l(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 150 case LibFunc::log2l:
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 449 long double log2l(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 449 long double log2l(long double);

Completed in 1544 milliseconds

1 2 3 4 5