Home
last modified time | relevance | path

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

1234

/external/llvm/test/Transforms/InstSimplify/
Dfloating-point-arithmetic.ll46 declare float @sqrtf(float)
49 %1 = call float @sqrtf(float %x)
50 %2 = call float @sqrtf(float %1)
51 %3 = call float @sqrtf(float %2)
52 %4 = call float @sqrtf(float %3)
53 %5 = call float @sqrtf(float %4)
54 %6 = call float @sqrtf(float %5)
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dsqrt.ll7 %sqrtf = tail call float @sqrtf(float %value) #0
8 ret float %sqrtf
11 declare float @sqrtf(float)
/external/llvm/test/Transforms/InstCombine/
Dno_cgscc_assert.ll4 ; When the call to sqrtf is replaced by an intrinsic call to fabs,
9 %call1 = call float @sqrtf(float %mul) #0
17 declare float @sqrtf(float) #0
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(
Dwin-math.ll216 ; WIN32-NOT: float @sqrtf
219 ; WIN64: float @sqrtf
222 ; MINGW32: float @sqrtf
225 ; MINGW64: float @sqrtf
277 ; win32 lacks sqrtf&fabsf, win64 lacks fabsf
280 ; WIN32-NOT: float @sqrtf
283 ; WIN64-NOT: float @sqrtf
286 ; MINGW32: float @sqrtf
290 ; MINGW64: float @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.
Dinline-intrinsic-assert.ll18 %call1 = call float @sqrtf(float %call) #0
27 declare float @sqrtf(float) #0
/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()
Dlibcalls.c15 float l0 = sqrtf(a0); in test_sqrt()
/external/webrtc/webrtc/common_audio/
Dwindow_generator.cc63 window[length - i - 1] = sqrtf(window[length - i - 1] / sum); in KaiserBesselDerived()
67 window[half - 1] = sqrtf(window[half - 1] / sum); in KaiserBesselDerived()
/external/llvm/test/CodeGen/Mips/
Doptimize-fp-math.ll14 %call = tail call float @sqrtf(float %a)
18 declare float @sqrtf(float)
/external/llvm/test/CodeGen/X86/
Dsqrt-fastmath.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse2 -recip=!sqrtf,!vec-sqrtf,!divf,!vec-div…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx -recip=sqrtf,vec-sqrtf | FileCheck %s --…
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-LABEL: sqrtf:
168 ; CHECK: bl sqrtf
/external/llvm/test/CodeGen/SystemZ/
Dfp-sqrt-01.ll6 declare float @sqrtf(float)
157 ; Check that a call to the normal sqrtf function is lowered.
166 ; CHECK: jg sqrtf@PLT
167 %res = tail call float @sqrtf(float %val)
/external/skia/samplecode/
DSampleAARects.cpp128 canvas->translate(20.0f / sqrtf(2.f), in onDrawContent()
129 20.0f / sqrtf(2.f)); in onDrawContent()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_mips.c266 tmp = sqrtf(WEBRTC_SPL_MAX(1 - lambda[PART_LEN] * lambda[PART_LEN], 0)); in WebRtcAec_ComfortNoise_mips()
286 noiseAvg += sqrtf(noisePow[i]); in WebRtcAec_ComfortNoise_mips()
296 tmpAvg += sqrtf(WEBRTC_SPL_MAX(1 - lambda[i] * lambda[i], 0)); in WebRtcAec_ComfortNoise_mips()
/external/llvm/test/CodeGen/PowerPC/
Dvsx-elementary-arith.ll56 %call = call float @sqrtf(float %0)
63 declare float @sqrtf(float)
/external/mesa3d/src/mesa/main/
Dimports.h139 #define sqrtf(f) ((float) sqrt(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf()
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf()
/external/skia/bench/
DShapesBench.cpp106 float diagonal = sqrtf(static_cast<float>(fShapesSize.width() * fShapesSize.width()) + in clampShapeSize()
153 float pad = sqrtf(static_cast<float>(fShapesSize.width() * fShapesSize.width()) + in onDelayedSetup()
/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/llvm/lib/Support/Windows/
Dexplicit_symbols.inc89 INLINE_DEF_FLOAT_SYMBOL(sqrtf, 1)
/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp86 case LibFunc::sqrtf: in runOnFunction()

1234