Searched refs:log2 (Results 1 – 17 of 17) sorted by relevance
/ndk/build/tools/ |
D | ndk-common.sh | 148 log2 () function 273 log2 "HOST_OS=$HOST_OS" 274 log2 "HOST_EXE=$HOST_EXE" 320 log2 "Detected 32-bit userland on 64-bit kernel system!" 326 log2 "HOST_ARCH=$HOST_ARCH" 367 log2 "HOST_TAG=$HOST_TAG" 388 log2 "HOST_NUM_CPUS=$HOST_NUM_CPUS" 398 log2 "BUILD_NUM_CPUS=$BUILD_NUM_CPUS" 410 log2 "Forcing generation of 32-bit host binaries on $HOST_ARCH" 413 log2 "HOST_ARCH=$HOST_ARCH" [all …]
|
D | dev-platform-compress.sh | 95 log2 "Comparing $CFILE with $PFILE" 100 log2 "Removing obsolete $DFILE" 103 log2 "Skipping $CFILE" 110 log2 "Copying $SFILE --> $DFILE"
|
D | cleanup-headers.sh | 107 log2 "API: $API"
|
D | prebuilt-common.sh | 964 log2 $CC $HOST_CFLAGS -c -o $TMPO $TMPC
|
D | gen-platforms.sh | 308 log2 "Link \$DST/$2/$file --> $rev/$1/$file"
|
/ndk/sources/android/support/include/ |
D | math.h | 91 double log2(double);
|
/ndk/tests/device/math/jni/ |
D | math.cpp | 60 d = log2(d); in main()
|
D | math.c | 60 d = log2(d); in main()
|
/ndk/sources/android/support/src/msun/ |
D | e_log2.c | 119 __weak_reference(log2, log2l);
|
D | math_private.h | 675 #define __ieee754_log2 log2
|
/ndk/sources/android/support/src/ |
D | math_support.c | 80 __attribute__((weak)) long double log2l(long double x) { return log2((double)x); } in log2l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 1013 static_assert((std::is_same<decltype(std::log2((float)0)), float>::value), ""); in test_log2() 1014 static_assert((std::is_same<decltype(std::log2((bool)0)), double>::value), ""); in test_log2() 1015 static_assert((std::is_same<decltype(std::log2((unsigned short)0)), double>::value), ""); in test_log2() 1016 static_assert((std::is_same<decltype(std::log2((int)0)), double>::value), ""); in test_log2() 1017 static_assert((std::is_same<decltype(std::log2((unsigned int)0)), double>::value), ""); in test_log2() 1018 static_assert((std::is_same<decltype(std::log2((long)0)), double>::value), ""); in test_log2() 1019 static_assert((std::is_same<decltype(std::log2((unsigned long)0)), double>::value), ""); in test_log2() 1020 static_assert((std::is_same<decltype(std::log2((long long)0)), double>::value), ""); in test_log2() 1021 static_assert((std::is_same<decltype(std::log2((unsigned long long)0)), double>::value), ""); in test_log2() 1022 static_assert((std::is_same<decltype(std::log2((double)0)), double>::value), ""); in test_log2() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 232 floating_point log2 (arithmetic x); 1374 // log2 1376 using ::log2; 1379 inline _LIBCPP_INLINE_VISIBILITY float log2(float __x) _NOEXCEPT {return log2f(__x);} 1380 inline _LIBCPP_INLINE_VISIBILITY long double log2(long double __x) _NOEXCEPT {return log2l(__x);} 1385 log2(_A1 __x) _NOEXCEPT {return log2((double)__x);}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 490 static_assert((std::is_same<decltype(log2((double)0)), double>::value), ""); in test_log2() 493 assert(log2(1) == 0); in test_log2()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 116 + // Mask this check to reveal/fix more seirous one: eg. lack of log2 and nettoward, etc 363 + // Mask this check to reveal/fix more seirous one: eg. lack of log2 and nettoward, etc
|
/ndk/tests/ |
D | run-tests.sh | 949 log2 "ADB online devices (sorted): $ADB_DEVICES"
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 2268 log2;
|