Home
last modified time | relevance | path

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

12

/external/u-boot/post/lib_powerpc/fpu/
D20010114-2.c18 static float rintf (float x) in rintf() function
41 if (rintf (-1.5) != -2.0) { in fpu_post_test_math2()
/external/swiftshader/third_party/llvm-7.0/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/llvm/test/CodeGen/ARM/
Darm32-rounding.ll94 %call = call float @rintf(float %a) nounwind readnone
117 declare float @rintf(float) nounwind readnone
/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/swiftshader/third_party/llvm-7.0/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.h71 return rintf(x); in _mesa_roundevenf()
/external/swiftshader/third_party/llvm-7.0/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.h78 #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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll164 ; SOFT: bl rintf
165 ; VFP4: b rintf
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll164 ; SOFT: bl rintf
165 ; VFP4: b rintf
/external/swiftshader/third_party/llvm-7.0/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/include/llvm/Analysis/
DTargetLibraryInfo.h258 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def856 /// float rintf(float x);
857 TLI_DEFINE_ENUM_INTERNAL(rintf)
858 TLI_DEFINE_STRING_INTERNAL("rintf")
/external/libcxx/include/
Dcmath277 float rintf(float x);
457 using ::rintf;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll594 ; CHECK: declare void @rintf(...)
595 declare void @rintf(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll723 ; CHECK: declare void @rintf(...)
724 declare void @rintf(...)
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp186 TLI.setUnavailable(LibFunc::rintf); in initialize()
923 case LibFunc::rintf: in isValidProtoForLibFunc()

12