HomeSort by relevance Sort by last modified time
    Searched refs:log2 (Results 151 - 175 of 320) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 962 // log2
970 __tg_log2(double __x) {return log2(__x);}
976 #undef log2 macro
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 962 // log2
970 __tg_log2(double __x) {return log2(__x);}
976 #undef log2 macro
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 962 // log2
970 __tg_log2(double __x) {return log2(__x);}
976 #undef log2 macro
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 962 // log2
970 __tg_log2(double __x) {return log2(__x);}
976 #undef log2 macro
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 962 // log2
970 __tg_log2(double __x) {return log2(__x);}
976 #undef log2 macro
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 962 // log2
970 __tg_log2(double __x) {return log2(__x);}
976 #undef log2 macro
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 962 // log2
970 __tg_log2(double __x) {return log2(__x);}
976 #undef log2 macro
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 687 #define __ieee754_log2 log2
  /bionic/tests/
math_test.cpp 484 TEST(math, log2) {
485 ASSERT_DOUBLE_EQ(12.0, log2(4096.0));
    [all...]
  /ndk/sources/android/support/src/msun/
math_private.h 675 #define __ieee754_log2 log2
  /prebuilts/go/darwin-x86/src/strconv/
ftoa.go 247 // or equivalently log2(10)*(dp-nd) > exp-mantbits.
248 // It is true if 332/100*(dp-nd) >= exp-mantbits (log2(10) > 3.32).
  /prebuilts/go/linux-x86/src/strconv/
ftoa.go 247 // or equivalently log2(10)*(dp-nd) > exp-mantbits.
248 // It is true if 332/100*(dp-nd) >= exp-mantbits (log2(10) > 3.32).
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 485 static_assert((std::is_same<decltype(log2((double)0)), double>::value), "");
488 assert(log2(1) == 0);
  /external/ltrace/etc/
libm.so.conf 180 double log2(double);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 505 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(log2, ::log2)
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 526 CV_CUDEV_UNARY_FUNCTION_INST(log2, ::log2)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 237 // Mask this check to reveal/fix more seirous one: eg. lack of log2 and nettoward, etc
490 static_assert((std::is_same<decltype(log2((double)0)), double>::value), "");
493 assert(log2(1) == 0);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
natconv_test.go 28 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
natconv_test.go 25 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 137 // Get max(log2(q) / 2, 256) bits of entropy from rand.
  /prebuilts/go/darwin-x86/src/math/big/
natconv_test.go 25 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
natconv_test.go 28 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
natconv_test.go 25 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 137 // Get max(log2(q) / 2, 256) bits of entropy from rand.

Completed in 1810 milliseconds

1 2 3 4 5 67 8 91011>>