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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
cgen.go 1119 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1283 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1449 Thearch.Ginscon(Thearch.Optoas(OLSH, t), int64(log2(w)), &n2)
1470 // log2 returns the logarithm base 2 of n. n must be a power of 2.
1471 func log2(n uint64) int { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
cgen.go 1119 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1283 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1449 Thearch.Ginscon(Thearch.Optoas(OLSH, t), int64(log2(w)), &n2)
1470 // log2 returns the logarithm base 2 of n. n must be a power of 2.
1471 func log2(n uint64) int { func
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2501 LLVMValueRef log2 = lp_build_const_vec(bld->gallivm, bld->type, local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 216 // is 7/8, so todo + shift - nprimes * log2(7/8) ~= bits - 1/2
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 216 // is 7/8, so todo + shift - nprimes * log2(7/8) ~= bits - 1/2
  /external/deqp/modules/gles2/scripts/
genutil.py 150 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in class:GenMath
  /external/elfutils/libcpu/
i386_parse.y 1127 lrint (ceil (log2 (NMNES))));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 62 using tcu::log2;
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 396 friend const mpreal log2 (const mpreal& v, mp_rnd_t rnd_mode);
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 570 extern float __attribute__((overloadable)) log2(float v) { function
573 FN_FUNC_FN(log2)
2067 HN_FUNC_HN(log2); variable
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
cgen.go 1122 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1286 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1452 Thearch.Ginscon(Thearch.Optoas(OLSH, t), int64(log2(w)), &n2)
1473 // log2 returns the logarithm base 2 of n. n must be a power of 2.
1474 func log2(n uint64) int { func
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
cgen.go 1122 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1286 Thearch.Ginscon(Thearch.Optoas(OLSH, Types[TUINT32]), int64(log2(uint64(w))), &n2)
1452 Thearch.Ginscon(Thearch.Optoas(OLSH, t), int64(log2(w)), &n2)
1473 // log2 returns the logarithm base 2 of n. n must be a power of 2.
1474 func log2(n uint64) int { func
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]
  /external/deqp/modules/gles3/scripts/
genutil.py 160 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in class:GenMath
  /external/deqp/modules/gles31/scripts/
genutil.py 160 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in class:GenMath
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 404 /// Detect pattern log2(Y * 0.5) with corresponding fast math flags.
405 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) {
412 if (II->getIntrinsicID() != Intrinsic::log2 || !II->hasUnsafeAlgebra())
414 Log2 = II;
622 // X * log2(0.5*Y) = X*log2(Y) - X
626 IntrinsicInst *Log2;
627 detectLog2OfHalf(Op0, OpY, Log2);
631 detectLog2OfHalf(Op1, OpY, Log2);
639 Builder->SetFastMathFlags(Log2->getFastMathFlags())
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 6370 unsigned log2 = divisor.logBase2(); \/\/ floor(log_2(divisor)) local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 56 using tcu::log2;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 69 using tcu::log2;
    [all...]
  /external/libdrm/
xf86drm.c     [all...]
  /external/valgrind/coregrind/
m_mallocfree.c     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 2129 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2>(x); } function in namespace:vkt::shaderexecutor::Functions
    [all...]

Completed in 2493 milliseconds

1 2 3 4 5 6 7 8 91011>>