Home
last modified time | relevance | path

Searched refs:rintf (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/Mips/
Dmips64signextendsesf.ll9 %rintf = tail call float @rintf(float %in.0.in.0.) #1
10 store volatile float %rintf, float* %out, align 4
19 declare float @rintf(float)
Dfp16instrinsmc.ll280 %call = call float @rintf(float %0) #2
281 ;pic: lw ${{[0-9]+}}, %call16(rintf)(${{[0-9]+}})
288 declare float @rintf(float) #1
/external/llvm/test/CodeGen/Mips/
Dmips64signextendsesf.ll9 %rintf = tail call float @rintf(float %in.0.in.0.) #1
10 store volatile float %rintf, float* %out, align 4
19 declare float @rintf(float)
Dfp16instrinsmc.ll280 %call = call float @rintf(float %0) #2
281 ;pic: lw ${{[0-9]+}}, %call16(rintf)(${{[0-9]+}})
288 declare float @rintf(float) #1
/external/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll61 ; CHECK-NEXT: %rintf = call float @rintf(float %x)
62 ; CHECK-NEXT: fcmp oeq float %rintf, %y
145 ; CHECK-NEXT: %rintf = call float @rintf(float %x)
146 ; CHECK-NEXT: fcmp oeq float %rintf, %y
/external/XNNPACK/src/math/
Droundne-scalar-rint.c24 const float vy = rintf(vx); in xnn_math_f32_roundne__scalar_rint()
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Drint.ll8 declare float @rintf(float) #0
33 %x = call float @rintf(float 1.5) #0
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll83 %call = tail call float @rintf(float %x) nounwind readnone
93 declare float @rintf(float) nounwind readnone
/external/llvm/test/CodeGen/ARM/
Darm32-rounding.ll94 %call = call float @rintf(float %a) nounwind readnone
117 declare float @rintf(float) nounwind readnone
/external/llvm-project/llvm/test/CodeGen/ARM/
Darm32-rounding.ll94 %call = call float @rintf(float %a) nounwind readnone
117 declare float @rintf(float) nounwind readnone
/external/mesa3d/src/util/
Drounding.h70 return rintf(x); in _mesa_roundevenf()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfloatdp_1source.ll22 declare float @rintf(float) readonly
56 %valrint = call float @rintf(float %val1)
Darm64-rounding.ll71 %call = tail call float @rintf(float %a) nounwind readnone
75 declare float @rintf(float) nounwind readnone
/external/llvm/test/CodeGen/AArch64/
Dfloatdp_1source.ll22 declare float @rintf(float) readonly
56 %valrint = call float @rintf(float %val1)
Darm64-rounding.ll71 %call = tail call float @rintf(float %a) nounwind readnone
75 declare float @rintf(float) nounwind readnone
/external/adhd/cras/src/dsp/
Ddrc_math.h82 #define round_int rintf /* Uses frintx for arm64 and roundss for SSE4.1 */
/external/clang/test/CodeGen/
Dlibcall-declarations.c149 float rintf(float);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c149 float rintf(float);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
Dmath-libcalls.c435 rint(f); rintf(f); rintl(f); in foo()
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll164 ; SOFT: bl rintf
165 ; VFP4: b rintf
/external/OpenCL-CTS/test_common/harness/
Dcompat.h156 float rintf(float x);
/external/llvm-project/llvm/test/CodeGen/X86/
Drounding-ops.ll147 %call = tail call float @rintf(float %x) nounwind readnone
151 declare float @rintf(float) nounwind readnone
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll177 ; SOFT: bl rintf
178 ; VFP4: b rintf
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h139 float rintf(float __a);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h258 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()

123