Searched refs:rintf (Results 1 – 25 of 47) sorted by relevance
12
/external/u-boot/post/lib_powerpc/fpu/ |
D | 20010114-2.c | 18 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/ |
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/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/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/swiftshader/third_party/llvm-7.0/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 | 71 return rintf(x); in _mesa_roundevenf()
|
/external/swiftshader/third_party/llvm-7.0/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 | 78 #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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 164 ; SOFT: bl rintf 165 ; VFP4: b rintf
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 164 ; SOFT: bl rintf 165 ; VFP4: b rintf
|
/external/swiftshader/third_party/llvm-7.0/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/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 258 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 856 /// float rintf(float x); 857 TLI_DEFINE_ENUM_INTERNAL(rintf) 858 TLI_DEFINE_STRING_INTERNAL("rintf")
|
/external/libcxx/include/ |
D | cmath | 277 float rintf(float x); 457 using ::rintf;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 594 ; CHECK: declare void @rintf(...) 595 declare void @rintf(...)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 723 ; CHECK: declare void @rintf(...) 724 declare void @rintf(...)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 186 TLI.setUnavailable(LibFunc::rintf); in initialize() 923 case LibFunc::rintf: in isValidProtoForLibFunc()
|
12