Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 17 of 17) sorted by relevance

/ndk/build/tools/
Dndk-common.sh148 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 …]
Ddev-platform-compress.sh95 log2 "Comparing $CFILE with $PFILE"
100 log2 "Removing obsolete $DFILE"
103 log2 "Skipping $CFILE"
110 log2 "Copying $SFILE --> $DFILE"
Dcleanup-headers.sh107 log2 "API: $API"
Dprebuilt-common.sh964 log2 $CC $HOST_CFLAGS -c -o $TMPO $TMPC
Dgen-platforms.sh308 log2 "Link \$DST/$2/$file --> $rev/$1/$file"
/ndk/sources/android/support/include/
Dmath.h91 double log2(double);
/ndk/tests/device/math/jni/
Dmath.cpp60 d = log2(d); in main()
Dmath.c60 d = log2(d); in main()
/ndk/sources/android/support/src/msun/
De_log2.c119 __weak_reference(log2, log2l);
Dmath_private.h675 #define __ieee754_log2 log2
/ndk/sources/android/support/src/
Dmath_support.c80 __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/
Dcmath.pass.cpp1013 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/
Dcmath232 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/
Dmath_h.pass.cpp490 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/
D0011-Fix-tests-for-Android.patch116 + // 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/
Drun-tests.sh949 log2 "ADB online devices (sorted): $ADB_DEVICES"
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2268 log2;