HomeSort by relevance Sort by last modified time
    Searched full:hypot (Results 26 - 50 of 720) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/
stubs_ppc64x.s 51 TEXT ·Hypot(SB),NOSPLIT,$0
52 BR ·hypot(SB)
hypot_386.s 7 // func Hypot(p, q float64) float64
8 TEXT ·Hypot(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 51 TEXT ·Hypot(SB),NOSPLIT,$0
52 B ·hypot(SB)
stubs_ppc64x.s 51 TEXT ·Hypot(SB),NOSPLIT,$0
52 BR ·hypot(SB)
hypot_386.s 7 // func Hypot(p, q float64) float64
8 TEXT ·Hypot(SB),NOSPLIT,$0
  /art/test/123-inline-execute2/
expected.txt 96 Math.hypot(-3.0, -2.0) = 3.605551275464
104 Math.hypot(-2.0, -1.0) = 2.236067977500
112 Math.hypot(-1.0, 0.0) = 1.000000000000
120 Math.hypot(0.0, 1.0) = 1.000000000000
128 Math.hypot(1.0, 2.0) = 2.236067977500
136 Math.hypot(2.0, 3.0) = 3.605551275464
144 Math.hypot(3.0, 4.0) = 5.000000000000
247 StrictMath.hypot(-3.0, -2.0) = 3.605551275463989
255 StrictMath.hypot(-2.0, -1.0) = 2.23606797749979
263 StrictMath.hypot(-1.0, 0.0) = 1.
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp     [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
GestureUtils.java 72 final float firstMagnitude = (float) Math.hypot(firstDeltaX, firstDeltaY);
85 final float secondMagnitude = (float) Math.hypot(secondDeltaX, secondDeltaY);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/lib/
libm.so 

Completed in 253 milliseconds

12 3 4 5 6 7 8 91011>>