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

12 3 4 5 6 7 8 91011

  /external/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.cpp 42 return sqrtf(diagonalLengthSquared());
ContextShadow.cpp 196 const float xAxisScale = sqrtf(xUnitChange.width() * xUnitChange.width()
201 const float yAxisScale = sqrtf(yUnitChange.width() * yUnitChange.width()
205 const float scale = sqrtf(xAxisScale * yAxisScale);
FloatPoint.cpp 55 return sqrtf(lengthSquared());
  /external/llvm/test/CodeGen/XCore/
float-intrinsics.ll 166 define float @sqrtf(float %F) {
167 ; CHECK: sqrtf:
168 ; CHECK: bl sqrtf
  /gdk/samples/PhotoEditor/jni/
fisheye.cpp 125 (M_PI_2 - atan(alpha * sqrtf(r2 - far_point * far_point) / far_point));
135 float s_xy2 = sqrtf(xy2);
136 float r_scale = linear_scale * (M_PI_2 - atan(alpha * sqrtf(r2 - xy2) / s_xy2)) / s_xy2;
  /external/mesa3d/src/mesa/main/
imports.h 100 *** SQRTF: single-precision square root
103 # define SQRTF(X) _mesa_sqrtf(X)
105 # define SQRTF(X) (float) sqrt((float) (X))
115 #define INV_SQRTF(X) (1.0F / SQRTF(X)) /* this is faster on a P4 */
141 #define sqrtf(f) ((float) sqrt(f))
153 static INLINE float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
154 static INLINE float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
  /external/llvm/test/Transforms/ConstProp/
calls.ll 92 ; FNOBUILTIN: %1 = call float @sqrtf(float 3.000000e+00)
93 %1 = call float @sqrtf(float 3.000000e+00)
96 declare float @sqrtf(float)
  /external/llvm/test/Transforms/SimplifyLibCalls/
win-math.ll 216 ; WIN32-NOT: float @sqrtf
219 ; WIN64: float @sqrtf
222 ; MINGW32: float @sqrtf
225 ; MINGW64: float @sqrtf
  /external/skia/include/core/
SkFloatingPoint.h 48 #define sk_float_sqrt(x) sqrtf(x)
  /external/webkit/Source/WebCore/svg/
ColorDistance.cpp 88 return sqrtf(m_redDiff * m_redDiff + m_blueDiff * m_blueDiff + m_greenDiff * m_greenDiff);
  /external/valgrind/main/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...]
  /external/skia/samplecode/
SampleAARects.cpp 129 canvas->translate(SkFloatToScalar(20.0f / sqrtf(2.f)),
130 SkFloatToScalar(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);
  /bionic/libm/src/
e_j0f.c 67 if(((uint32_t)hx)>0x80000000) z = (invsqrtpi*cc)/sqrtf(x);
70 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x);
141 if(((uint32_t)hx)>0x80000000) z = (invsqrtpi*ss)/sqrtf(x);
144 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
e_j1f.c 68 if(((uint32_t)hx)>0x80000000) z = (invsqrtpi*cc)/sqrtf(y);
71 z = invsqrtpi*(u*cc-v*ss)/sqrtf(y);
134 if(ix>0x48000000) z = (invsqrtpi*ss)/sqrtf(x);
137 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
  /external/skia/gm/
tablecolorfilter.cpp 69 table[i] = sqrtf(fi) * 255;
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 83 #define sqrtf(x) ml_sqrt(x) macro

Completed in 1823 milliseconds

12 3 4 5 6 7 8 91011