HomeSort by relevance Sort by last modified time
    Searched defs:log2 (Results 101 - 125 of 220) sorted by null

1 2 3 45 6 7 8 9

  /external/v8/src/base/
ieee754.cc 2012 double log2(double x) { function in namespace:v8::base::ieee754
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 98 /* logN(x) = logN(2)*log2(x) = 0.6931*log2(x). Output in Q8. */
108 int16_t zeros, log2, frac, logN; local
112 log2 = (int16_t)(((31 - zeros) << 8) + frac); // log2(x) in Q8
113 logN = (int16_t)(log2 * 22713 >> 15); // log(2) = 0.693147 = 22713 in Q15
121 expN(x) = 2^(a*x), where a = log2(e) ~= 1.442695
126 a = log2(e) = log2(exp(1)) ~= 1.442695 ==> a = 23637 in Q14 (1.442688)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c 238 // sum of log2(i) from table index to inst->anaLen2 in Q5
239 // Note that the first table value is invalid, since log2(0) = -infinity
252 // sum of log2(i)^2 from table index to inst->anaLen2 in Q2
253 // Note that the first table value is invalid, since log2(0) = -infinity
266 // log2(table index) in Q12
267 // Note that the first table value is invalid, since log2(0) = -infinity
288 // determinant of estimation matrix in Q0 corresponding to the log2 tables above
289 // Note that the first table value is invalid, since log2(0) = -infinity
340 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
355 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i)
1198 int16_t log2 = 0; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 573 extern float __attribute__((overloadable)) log2(float v) { function
576 FN_FUNC_FN(log2)
2070 HN_FUNC_HN(log2); variable
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 85 static native float log2(float x); method in class:CoreMathVerifier
780 static private Target.Floaty log2(double d, Target t) { method in class:CoreMathVerifier
783 log2((float) in.mid()),
784 log2((float) in.min()),
785 log2((float) in.max()));
788 static private Target.Floaty log2(float f, Target t) { method in class:CoreMathVerifier
791 log2(in.mid32()),
792 log2(in.min32()),
793 log2(in.max32()));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 3164 LLVMValueRef log2 = lp_build_const_vec(bld->gallivm, bld->type, local
3180 LLVMValueRef log2 = lp_build_const_vec(bld->gallivm, bld->type, local
    [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go 460 var log2 = []float64{ var
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 460 var log2 = []float64{ var
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 367 // Logger log2 = Logger.getLogger("..");
368 // assertSame(log2.getParent(), Logger.getLogger(""));
447 Logger log2 = Logger.getLogger( local
450 assertSame(log1, log2);
467 Logger log2 = Logger.getLogger( local
470 assertSame(log1, log2);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 2138 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2>(x); } function in namespace:vkt::shaderexecutor::Functions
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 2195 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2>(x); } function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 7264 unsigned log2 = divisor.logBase2(); \/\/ floor(log_2(divisor)) local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 4458 TIntermTyped* log2 = handleUnaryMath(loc, "log2", EOpLog2, arg0); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 

Completed in 2164 milliseconds

1 2 3 45 6 7 8 9