Home
last modified time | relevance | path

Searched refs:sqrtf (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm/test/Transforms/InstCombine/
Dsqrt.ll8 ; CHECK: sqrtf(
23 ; CHECK: sqrtf(
33 ; Can't fold (fptrunc (sqrt (fpext x))) -> (sqrtf x) since there is another
39 ; CHECK-NOT: sqrtf(
Dfold-sqrt-sqrtf.ll4 ; Instcombine tries to fold (fptrunc (sqrt (fpext x))) -> (sqrtf x), but this
5 ; shouldn't fold when sqrtf isn't available.
/external/clang/test/CodeGen/
D2005-07-20-SqrtNoErrno.c4 float sqrtf(float x);
9 return sqrtf(X); in foo()
D2009-09-24-SqrtErrno.c5 float sqrtf(float x);
11 return sqrtf(X); in foo()
Dlibcall-declarations.c70 float sqrtf(float);
86 sqrtf, tan, tanl, tanf, trunc, truncl, truncf
Dlibcalls.c13 float l0 = sqrtf(a0); in test_sqrt()
/external/webkit/Source/WebCore/platform/graphics/
DContextShadow.cpp196 const float xAxisScale = sqrtf(xUnitChange.width() * xUnitChange.width() in adjustBlurDistance()
201 const float yAxisScale = sqrtf(yUnitChange.width() * yUnitChange.width() in adjustBlurDistance()
205 const float scale = sqrtf(xAxisScale * yAxisScale); in adjustBlurDistance()
DFloatSize.cpp42 return sqrtf(diagonalLengthSquared()); in diagonalLength()
DFloatPoint.cpp55 return sqrtf(lengthSquared()); in length()
/external/llvm/test/CodeGen/X86/
D2012-10-02-DAGCycle.ll35 %call.i.i.i = tail call float @sqrtf(float 0.000000e+00) nounwind readnone
52 declare float @sqrtf(float) nounwind readnone
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll166 define float @sqrtf(float %F) {
167 ; CHECK: sqrtf:
168 ; CHECK: bl sqrtf
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnTextureCoords.cpp55 …float t1 = sqrtf(9.0f * classification.d2 * classification.d2 - 12 * classification.d1 * classific… in compute()
80 …float t1 = sqrtf(4.0f * classification.d1 * classification.d3 - 3.0f * classification.d2 * classif… in compute()
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll216 ; WIN32-NOT: float @sqrtf
219 ; WIN64: float @sqrtf
222 ; MINGW32: float @sqrtf
225 ; MINGW64: float @sqrtf
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll92 ; FNOBUILTIN: %1 = call float @sqrtf(float 3.000000e+00)
93 %1 = call float @sqrtf(float 3.000000e+00)
96 declare float @sqrtf(float)
/external/webkit/Source/WebCore/svg/
DSVGAnimateTransformElement.cpp228 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height()); in calculateDistance()
234 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height()); in calculateDistance()
DSVGPathParser.cpp422 rx *= sqrtf(radiiScale); in decomposeArcToCubic()
423 ry *= sqrtf(radiiScale); in decomposeArcToCubic()
437 float scaleFactor = sqrtf(scaleFactorSquared); in decomposeArcToCubic()
DColorDistance.cpp88 return sqrtf(m_redDiff * m_redDiff + m_blueDiff * m_blueDiff + m_greenDiff * m_greenDiff); in distance()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp201 float p1p0_length = sqrtf(p1p0.x() * p1p0.x() + p1p0.y() * p1p0.y()); in addArcTo()
202 float p1p2_length = sqrtf(p1p2.x() * p1p2.x() + p1p2.y() * p1p2.y()); in addArcTo()
241 float orth_p1p2_length = sqrtf(orth_p1p2.x() * orth_p1p2.x() + orth_p1p2.y() * orth_p1p2.y()); in addArcTo()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp199 float p1p0_length = sqrtf(p1p0.x() * p1p0.x() + p1p0.y() * p1p0.y()); in addArcTo()
200 float p1p2_length = sqrtf(p1p2.x() * p1p2.x() + p1p2.y() * p1p2.y()); in addArcTo()
244 float orth_p1p2_length = sqrtf(orth_p1p2.x() * orth_p1p2.x() + orth_p1p2.y() * orth_p1p2.y()); in addArcTo()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h491 sqrtf, enumerator
679 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl: in hasOptimizedCodeGen()
/external/webkit/Source/WebCore/platform/graphics/win/
DWebTiledLayer.cpp164 const float cSqrtMaxTileCount = sqrtf(cMaxTileCount); in constrainedSize()
182 tileRows = ceilf(sqrtf(cMaxTileCount * constrainedSize.height / constrainedSize.width)); in constrainedSize()
/external/stlport/stlport/stl/config/
D_como.h127 # define sqrtf sqrt macro
/external/llvm/test/CodeGen/ARM/
D2009-11-13-VRRewriterCrash.ll44 %19 = call arm_aapcs_vfpcc float @sqrtf(float %18) readnone ; <float> [#uses=2]
113 declare arm_aapcs_vfpcc float @sqrtf(float) readnone
D2009-11-13-ScavengerAssert2.ll54 %29 = call arm_aapcs_vfpcc float @sqrtf(float %28) readnone ; <float> [#uses=1]
123 declare arm_aapcs_vfpcc float @sqrtf(float) readnone
/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c271 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignal()
707 abs_far_spectrum[i] = sqrtf(far_spectrum); in ProcessBlock()
712 abs_near_spectrum[i] = sqrtf(near_spectrum); in ProcessBlock()
1228 noise = sqrtf(noisePow[i]); in ComfortNoise()
1236 tmp = sqrtf(WEBRTC_SPL_MAX(1 - lambda[i] * lambda[i], 0)); in ComfortNoise()
1254 noiseAvg += sqrtf(noisePow[i]); in ComfortNoise()
1264 tmpAvg += sqrtf(WEBRTC_SPL_MAX(1 - lambda[i] * lambda[i], 0)); in ComfortNoise()

123