HomeSort by relevance Sort by last modified time
    Searched full:math_log (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/src/js/
math.js 77 if (x > 0) return %math_log(x + %math_sqrt(x * x + 1));
79 return -%math_log(-x + %math_sqrt(x * x + 1));
88 return %math_log(x + %math_sqrt(x + 1) * %math_sqrt(x - 1));
  /external/v8/test/mjsunit/wasm/
asm-wasm-f64.js 23 var Math_log = stdlib.Math.log;
68 const Math_log = Math.log;
220 return +Math_log(+a, +b);
  /libcore/ojluni/src/main/native/
Math.c 66 Math_log(JNIEnv *env, jclass unused, jdouble d) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
math.so 
  /external/v8/src/
contexts.h 91 V(MATH_LOG_INDEX, JSFunction, math_log) \
bootstrapper.cc 1690 Handle<JSFunction> math_log = local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 2863 math_log (float arg1, float ignore ATTRIBUTE_UNUSED) function
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
memops.js     [all...]
primes.js     [all...]
lua_binarytrees.js     [all...]
box2d.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
zlib.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
lua_binarytrees.js     [all...]
box2d.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
zlib.js     [all...]

Completed in 2109 milliseconds

1 2