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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/big/
arith.go 103 // log2 computes the integer binary logarithm of x.
106 func log2(x Word) int { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
arith.go 103 // log2 computes the integer binary logarithm of x.
106 func log2(x Word) int { func
  /prebuilts/go/linux-x86/src/math/big/
arith.go 103 // log2 computes the integer binary logarithm of x.
106 func log2(x Word) int { func
  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 32 def log2(value): function
78 bits = log2(opcode)
  /external/valgrind/cachegrind/
cg_arch.c 48 (-1 == VG_(log2)(cache->size/cache->line_size/cache->assoc)))
54 if (-1 == VG_(log2)(cache->line_size)) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
Android.mk 27 src/log2.c \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 147 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 158 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 158 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 147 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 147 #define log2(x) __TGMATH_REAL(x, log2) macro
  /external/bison/darwin-lib/
math.h 1760 # undef log2 macro
    [all...]
  /external/bison/lib/
math.in.h 1434 # undef log2 macro
1435 # define log2 macro
1441 # undef log2 macro
1446 _GL_CXXALIASWARN (log2); variable
1448 # undef log2 macro
    [all...]
  /external/bison/linux-lib/
math.h 1760 # undef log2 macro
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp 256 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uchar, float)
257 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, char, float)
258 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, ushort, float)
259 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, short, float)
260 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, int, float)
261 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uint, float)
262 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, float, float)
263 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2, double, double)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp 267 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uchar, float)
268 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, char, float)
269 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, ushort, float)
270 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, short, float)
271 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, int, float)
272 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uint, float)
273 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, float, float)
274 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2, double, double)
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 42 case Intrinsic::log2:
175 case LibFunc::log2:
178 return checkUnaryFloatSignature(*CI, Intrinsic::log2);
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 140 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
157 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i))
167 // log2(magn(i))
168 log2 = (int16_t)(((31 - zeros) << 8)
170 // log2(magn(i))*log(2)
171 lmagn[i] = (int16_t)((log2 * log2_const) >> 15);
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 27 func log2(x int) int { func
130 paddedSize := log2(len(p)) // Size of Global Color Table: 2^(1+n).
237 paddedSize := log2(len(pm.Palette)) // Size of Local Color Table: 2^(1+n).
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 27 func log2(x int) int { func
130 paddedSize := log2(len(p)) // Size of Global Color Table: 2^(1+n).
237 paddedSize := log2(len(pm.Palette)) // Size of Local Color Table: 2^(1+n).
  /external/clang/test/CodeGen/
libcall-declarations.c 124 double log2(double);
286 F(log10l), F(log1p), F(log1pf), F(log1pl), F(log2),
423 // CHECK-NOERRNO: declare double @log2(double) [[NUW]]
  /external/guava/guava/src/com/google/common/math/
LongMath.java 85 public static int log2(long x, RoundingMode mode) { method in class:LongMath
102 // Since sqrt(2) is irrational, log2(x) - logFloor cannot be exactly 0.5
156 * The key idea is that based on the number of leading zeros (equivalently, floor(log2(x))),
157 * we can narrow the possible floor(log10(x)) values to two. For example, if floor(log2(x))
674 int nBits = LongMath.log2(n, RoundingMode.CEILING);
681 // This is an upper bound on log2(numerator, ceiling).
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 119 static INLINE double log2( double x ) function
143 double log2(double d) function
236 const float k = 1.44269f; /* = log2(e) */
248 * Fast approximation to log2(x).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 145 __MATHCALL (log2,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 322 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro

Completed in 1772 milliseconds

1 2 34 5 6 7 8 91011>>