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

1 2

  /external/v8/src/third_party/fdlibm/
fdlibm.js 72 if (ax < LOG_MAXD) return h * %math_exp(ax);
76 var w = %math_exp(0.5 * ax);
122 var t = %math_exp(MathAbs(x));
126 if (ix < 0x40862e42) return 0.5 * %math_exp(MathAbs(x));
129 var w = %math_exp(0.5 * MathAbs(x));
  /external/v8/test/mjsunit/wasm/
asm-wasm-f64.js 22 var Math_exp = stdlib.Math.exp;
67 const Math_exp = Math.exp;
214 return +Math_exp(+a, +b);
  /libcore/ojluni/src/main/native/
Math.c 61 Math_exp(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 89 V(MATH_EXP_INDEX, JSFunction, math_exp) \
bootstrapper.cc 1682 Handle<JSFunction> math_exp = local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 2837 math_exp (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 4981 milliseconds

1 2