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

12 3 4 5 6 7 8 9

  /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...]
vcpu_fnfns.c 100 printf(" sqrtF(%+20.4e) = %+20.4e\n", (double)f, (double)sqrtf(f));
  /external/skia/samplecode/
SampleAARects.cpp 122 canvas->translate(SkFloatToScalar(20.0f / sqrtf(2.f)),
123 SkFloatToScalar(20.0f / sqrtf(2.f)));
  /frameworks/base/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/base/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/webkit/Source/WebCore/platform/graphics/
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());
FloatPoint3D.h 122 float length() const { return sqrtf(lengthSquared()); }
PathTraversalState.cpp 40 return sqrtf((end.x() - start.x()) * (end.x() - start.x()) + (end.y() - start.y()) * (end.y() - start.y()));
ShadowBlur.cpp 209 const float gaussianKernelFactor = 3 / 4.f * sqrtf(2 * piFloat);
328 const float xAxisScale = sqrtf(xUnitChange.width() * xUnitChange.width()
333 const float yAxisScale = sqrtf(yUnitChange.width() * yUnitChange.width()
338 const float scale = sqrtf(xAxisScale * yAxisScale);
    [all...]
  /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);
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 83 #define sqrtf(x) ml_sqrt(x) macro
  /external/llvm/test/CodeGen/ARM/
2009-11-13-VRRewriterCrash.ll 44 %19 = call arm_aapcs_vfpcc float @sqrtf(float %18) readnone ; <float> [#uses=2]
113 declare arm_aapcs_vfpcc float @sqrtf(float) readnone
2009-11-13-ScavengerAssert2.ll 54 %29 = call arm_aapcs_vfpcc float @sqrtf(float %28) readnone ; <float> [#uses=1]
123 declare arm_aapcs_vfpcc float @sqrtf(float) readnone
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnTextureCoords.cpp 55 float t1 = sqrtf(9.0f * classification.d2 * classification.d2 - 12 * classification.d1 * classification.d3);
80 float t1 = sqrtf(4.0f * classification.d1 * classification.d3 - 3.0f * classification.d2 * classification.d2);
  /external/webkit/Source/WebCore/svg/
SVGAnimateTransformElement.cpp 228 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height());
234 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height());
SVGPathParser.cpp 422 rx *= sqrtf(radiiScale);
423 ry *= sqrtf(radiiScale);
437 float scaleFactor = sqrtf(scaleFactorSquared);
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 50 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz);
56 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 199 float p1p0_length = sqrtf(p1p0.x() * p1p0.x() + p1p0.y() * p1p0.y());
200 float p1p2_length = sqrtf(p1p2.x() * p1p2.x() + p1p2.y() * p1p2.y());
244 float orth_p1p2_length = sqrtf(orth_p1p2.x() * orth_p1p2.x() + orth_p1p2.y() * orth_p1p2.y());
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 201 float p1p0_length = sqrtf(p1p0.x() * p1p0.x() + p1p0.y() * p1p0.y());
202 float p1p2_length = sqrtf(p1p2.x() * p1p2.x() + p1p2.y() * p1p2.y());
241 float orth_p1p2_length = sqrtf(orth_p1p2.x() * orth_p1p2.x() + orth_p1p2.y() * orth_p1p2.y());
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 164 const float cSqrtMaxTileCount = sqrtf(cMaxTileCount);
182 tileRows = ceilf(sqrtf(cMaxTileCount * constrainedSize.height / constrainedSize.width));
  /external/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro

Completed in 1105 milliseconds

12 3 4 5 6 7 8 9