HomeSort by relevance Sort by last modified time
    Searched full:sqrtf (Results 226 - 250 of 992) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ctanhf.c 73 rho = sqrtf(1 + s * s);
e_j0f.c 71 if(ix>0x58000000) z = (invsqrtpi*cc)/sqrtf(x); /* |x|>2**49 */
74 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x);
144 if(ix>0x58000000) z = (invsqrtpi*ss)/sqrtf(x); /* |x|>2**49 */
147 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
e_j1f.c 72 if(ix>0x58000000) z = (invsqrtpi*cc)/sqrtf(y); /* |x|>2**49 */
75 z = invsqrtpi*(u*cc-v*ss)/sqrtf(y);
137 if(ix>0x58000000) z = (invsqrtpi*ss)/sqrtf(x); /* |x|>2**49 */
140 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 71 #define sqrtf(x) ml_sqrt(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 71 #define sqrtf(x) ml_sqrt(x) macro
  /external/valgrind/memcheck/tests/
vcpu_fnfns.stdout.exp 514 sqrtF( +0.0000e+00) = +0.0000e+00
515 sqrtF( +9.9900e-02) = +3.1607e-01
516 sqrtF( +1.9980e-01) = +4.4699e-01
517 sqrtF( +2.9970e-01) = +5.4745e-01
518 sqrtF( +3.9960e-01) = +6.3214e-01
519 sqrtF( +4.9950e-01) = +7.0675e-01
520 sqrtF( +5.9940e-01) = +7.7421e-01
521 sqrtF( +6.9930e-01) = +8.3624e-01
522 sqrtF( +7.9920e-01) = +8.9398e-01
523 sqrtF( +8.9910e-01) = +9.4821e-0
    [all...]
vcpu_fnfns.stdout.exp-darwin 514 sqrtF( +0.0000e+00) = +0.0000e+00
515 sqrtF( +9.9900e-02) = +3.1607e-01
516 sqrtF( +1.9980e-01) = +4.4699e-01
517 sqrtF( +2.9970e-01) = +5.4745e-01
518 sqrtF( +3.9960e-01) = +6.3214e-01
519 sqrtF( +4.9950e-01) = +7.0675e-01
520 sqrtF( +5.9940e-01) = +7.7421e-01
521 sqrtF( +6.9930e-01) = +8.3624e-01
522 sqrtF( +7.9920e-01) = +8.9398e-01
523 sqrtF( +8.9910e-01) = +9.4821e-0
    [all...]
vcpu_fnfns.stdout.exp-glibc28-amd64 514 sqrtF( +0.0000e+00) = +0.0000e+00
515 sqrtF( +9.9900e-02) = +3.1607e-01
516 sqrtF( +1.9980e-01) = +4.4699e-01
517 sqrtF( +2.9970e-01) = +5.4745e-01
518 sqrtF( +3.9960e-01) = +6.3214e-01
519 sqrtF( +4.9950e-01) = +7.0675e-01
520 sqrtF( +5.9940e-01) = +7.7421e-01
521 sqrtF( +6.9930e-01) = +8.3624e-01
522 sqrtF( +7.9920e-01) = +8.9398e-01
523 sqrtF( +8.9910e-01) = +9.4821e-0
    [all...]
vcpu_fnfns.stdout.exp-solaris 514 sqrtF( +0.0000e+00) = +0.0000e+00
515 sqrtF( +9.9900e-02) = +3.1607e-01
516 sqrtF( +1.9980e-01) = +4.4699e-01
517 sqrtF( +2.9970e-01) = +5.4745e-01
518 sqrtF( +3.9960e-01) = +6.3214e-01
519 sqrtF( +4.9950e-01) = +7.0675e-01
520 sqrtF( +5.9940e-01) = +7.7421e-01
521 sqrtF( +6.9930e-01) = +8.3624e-01
522 sqrtF( +7.9920e-01) = +8.9398e-01
523 sqrtF( +8.9910e-01) = +9.4821e-0
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
vsx-elementary-arith.ll 56 %call = call float @sqrtf(float %0)
63 declare float @sqrtf(float)
  /external/skia/samplecode/
SampleAARects.cpp 124 canvas->translate(20.0f / sqrtf(2.f),
125 20.0f / sqrtf(2.f));
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 36 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz);
42 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 47 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz);
53 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
  /external/llvm/test/Transforms/InstCombine/
pow-1.ll 74 ; CHECK-NEXT: [[SQRTF:%[a-z0-9]+]] = call float @sqrtf(float %x) [[NUW_RO]]
75 ; CHECK-NEXT: [[FABSF:%[a-z0-9]+]] = call float @fabsf(float [[SQRTF]]) [[NUW_RO]]
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 71 GLfloat scale = 1.0f / sqrtf(len);
138 GLfloat scale = 1.0f / sqrtf(len);
325 len = 1.0f / sqrtf(len);
  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 68 const GLfloat atten = (q != 0.0F) ? (1.0f / sqrtf(q)) : 1.0F;
  /external/skia/bench/
ImageFilterCollapse.cpp 84 table3[i] = static_cast<uint8_t>(sqrtf(fi) * 255);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/lib/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/libr2/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/libr6/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/libr2/
libm.so 

Completed in 865 milliseconds

1 2 3 4 5 6 7 8 91011>>