HomeSort by relevance Sort by last modified time
    Searched refs:approximation (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/jni/android/graphics/
Path.cpp 455 float* approximation = new float[approximationArraySize]; local
460 approximation[approximationIndex++] = lengths[i] / totalLength;
461 approximation[approximationIndex++] = point.x();
462 approximation[approximationIndex++] = point.y();
466 env->SetFloatArrayRegion(result, 0, approximationArraySize, approximation);
467 delete[] approximation;
  /external/v8/src/js/
math.js 259 // Cube root approximation, refer to: http://metamerist.com/cbrt/cbrt.htm
260 // Using initial approximation adapted from Kahan's cbrt and 4 iterations
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 57 * using this DFA (representing the covering regular approximation
  /external/v8/test/mjsunit/
sin-cos.js 70 // Test against approximation by series.
unicode-test.js     [all...]
  /external/v8/src/third_party/fdlibm/
fdlibm.js 415 // 2. Approximation of log1p(f).
421 // of this polynomial approximation is bounded by 2**-58.45. In
589 // maximum error of this polynomial approximation is bounded
    [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]
c_zblat2.f     [all...]
c_zblat3.f     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
cblat3.f     [all...]
zblat3.f     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 1449 milliseconds