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

  /external/eigen/lapack/
dlapy2.f 33 *> DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
87 INTRINSIC ABS, MAX, MIN, SQRT
98 DLAPY2 = W*SQRT( ONE+( Z / W )**2 )
dlapy3.f 33 *> DLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
90 INTRINSIC ABS, MAX, SQRT
104 DLAPY3 = W*SQRT( ( XABS / W )**2+( YABS / W )**2+
slapy2.f 33 *> SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
87 INTRINSIC ABS, MAX, MIN, SQRT
98 SLAPY2 = W*SQRT( ONE+( Z / W )**2 )
slapy3.f 33 *> SLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
90 INTRINSIC ABS, MAX, SQRT
104 SLAPY3 = W*SQRT( ( XABS / W )**2+( YABS / W )**2+
  /external/eigen/blas/
srotmg.f 13 * THE SECOND COMPONENT OF THE 2-VECTOR (SQRT(SD1)*SX1,SQRT(SD2)*
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 8 @ Output: r0 = INT (SQRT (r0)), precision is 16 bits
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 611 DEF_RTL_EXPR(SQRT, "sqrt", "e", RTX_UNARY)
    [all...]
genrtl.h 1081 gen_rtx_fmt_e (SQRT, (MODE), (ARG0))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js     [all...]
math_semantic_tree.js 431 cvox.SemanticAttr.Type.SQRT, [this.processRow_(children)], []);
    [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...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 774 milliseconds