Searched refs:rintf (Results 1 – 25 of 73) sorted by relevance
123
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | mips64signextendsesf.ll | 9 %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)
|
D | fp16instrinsmc.ll | 280 %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/ |
D | mips64signextendsesf.ll | 9 %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)
|
D | fp16instrinsmc.ll | 280 %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/ |
D | float-shrink-compare.ll | 61 ; 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/ |
D | roundne-scalar-rint.c | 24 const float vy = rintf(vx); in xnn_math_f32_roundne__scalar_rint()
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | rint.ll | 8 declare float @rintf(float) #0 33 %x = call float @rintf(float 1.5) #0
|
/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 83 %call = tail call float @rintf(float %x) nounwind readnone 93 declare float @rintf(float) nounwind readnone
|
/external/llvm/test/CodeGen/ARM/ |
D | arm32-rounding.ll | 94 %call = call float @rintf(float %a) nounwind readnone 117 declare float @rintf(float) nounwind readnone
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm32-rounding.ll | 94 %call = call float @rintf(float %a) nounwind readnone 117 declare float @rintf(float) nounwind readnone
|
/external/mesa3d/src/util/ |
D | rounding.h | 70 return rintf(x); in _mesa_roundevenf()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | floatdp_1source.ll | 22 declare float @rintf(float) readonly 56 %valrint = call float @rintf(float %val1)
|
D | arm64-rounding.ll | 71 %call = tail call float @rintf(float %a) nounwind readnone 75 declare float @rintf(float) nounwind readnone
|
/external/llvm/test/CodeGen/AArch64/ |
D | floatdp_1source.ll | 22 declare float @rintf(float) readonly 56 %valrint = call float @rintf(float %val1)
|
D | arm64-rounding.ll | 71 %call = tail call float @rintf(float %a) nounwind readnone 75 declare float @rintf(float) nounwind readnone
|
/external/adhd/cras/src/dsp/ |
D | drc_math.h | 82 #define round_int rintf /* Uses frintx for arm64 and roundss for SSE4.1 */
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 149 float rintf(float); 291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 149 float rintf(float); 291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
|
D | math-libcalls.c | 435 rint(f); rintf(f); rintl(f); in foo()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 164 ; SOFT: bl rintf 165 ; VFP4: b rintf
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 156 float rintf(float x);
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 147 %call = tail call float @rintf(float %x) nounwind readnone 151 declare float @rintf(float) nounwind readnone
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 177 ; SOFT: bl rintf 178 ; VFP4: b rintf
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 139 float rintf(float __a);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 258 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
|
123