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

1 23 4 5 6 7 8 91011

  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 188 /// float sqrtf(float x);
189 sqrtf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 110 "sqrtf",
231 TLI.setUnavailable(LibFunc::sqrtf);
  /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/valgrind/main/memcheck/tests/
vcpu_fnfns.c 100 printf(" sqrtF(%+20.4e) = %+20.4e\n", (double)f, (double)sqrtf(f));
  /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/native/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/skia/src/effects/
SkBlurImageFilter.cpp 124 int d = static_cast<int>(floorf(SkScalarToFloat(s) * 3.0f * sqrtf(2.0f * pi) / 4.0f + 0.5f));
  /external/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /external/webkit/Source/WebCore/platform/graphics/
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...]
  /frameworks/base/voip/jni/rtp/
EchoSuppressor.cpp 185 int factor = (corr2 > 1.0f) ? 0 : (1.0f - sqrtf(corr2)) * 4096;
  /frameworks/native/opengl/libagl/
fp.h 187 return 1.0f / sqrtf(v);
  /gdk/samples/PhotoEditor/jni/
grain.cpp 163 uint32_t energy_mask = 28 - static_cast<uint32_t>(sqrtf(energy_level));
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /external/llvm/test/CodeGen/X86/
avx-arith.ll 120 %conv1 = tail call float @sqrtf(float %a) nounwind readnone
133 declare float @sqrtf(float) readnone

Completed in 1739 milliseconds

1 23 4 5 6 7 8 91011