/external/valgrind/none/tests/mips64/ |
D | fpu_arithmetic.c | 40 flt_art_op_names[op], roundf(fd_f), fs_f[i], ft_f[i]); in arithmeticOperations() 50 flt_art_op_names[op], roundf(fd_f), fs_f[i], ft_f[i]); in arithmeticOperations() 68 flt_art_op_names[op], roundf(fd_f), fs_f[i]); in arithmeticOperations() 88 flt_art_op_names[op], roundf(fd_f), fs_f[i]); in arithmeticOperations() 99 flt_art_op_names[op], roundf(fd_f), fs_f[i]); in arithmeticOperations() 111 printf("%s %f %f %f %f\n",flt_art_op_names[op], roundf(fd_f), in arithmeticOperations() 121 printf("%s %f %f %f %f\n", flt_art_op_names[op], roundf(fd_f), in arithmeticOperations() 131 printf("%s %f %f %f %f\n", flt_art_op_names[op], roundf(fd_f), in arithmeticOperations() 141 printf("%s %f %f %f %f\n", flt_art_op_names[op], roundf(fd_f), in arithmeticOperations()
|
/external/skia/samplecode/ |
D | SampleRegion.cpp | 120 inline float roundf(float x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); } in roundf() function 164 dst->fLeft = (int)::roundf(src.fLeft * scale); in scale_rect() 165 dst->fTop = (int)::roundf(src.fTop * scale); in scale_rect() 166 dst->fRight = (int)::roundf(src.fRight * scale); in scale_rect() 167 dst->fBottom = (int)::roundf(src.fBottom * scale); in scale_rect()
|
/external/llvm/test/CodeGen/ARM/ |
D | arm32-round-conv.ll | 80 %call = call float @roundf(float %a) nounwind readnone 89 %call = call float @roundf(float %a) nounwind readnone 116 declare float @roundf(float) nounwind readnone
|
D | arm32-rounding.ll | 43 %call = call float @roundf(float %a) nounwind readnone 111 declare float @roundf(float) nounwind readnone
|
/external/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 73 ; CHECK-NEXT: %roundf = call float @roundf(float %x) 74 ; CHECK-NEXT: fcmp oeq float %roundf, %y 157 ; CHECK-NEXT: %roundf = call float @roundf(float %x) 158 ; CHECK-NEXT: fcmp oeq float %roundf, %y
|
D | double-float-shrink-2.ll | 10 ; DO-SIMPLIFY: call float @roundf( 52 ; --> roundf
|
D | win-math.ll | 259 ; WIN32-NOT: float @roundf 262 ; WIN64-NOT: float @roundf 265 ; MINGW32: float @roundf 268 ; MINGW64: float @roundf
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-rounding.ll | 116 %call = tail call float @roundf(float %a) nounwind readnone 120 declare float @roundf(float %a) nounwind readnone 192 %call = tail call float @roundf(float %a) nounwind readnone
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rounding-ops.ll | 31 %call = tail call float @roundf(float %x) nounwind readnone 40 declare float @roundf(float) nounwind readnone
|
/external/skia/src/core/ |
D | SkUnPreMultiply.cpp | 83 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable()
|
/external/bison/linux-lib/ |
D | math.h | 2065 # undef roundf 2066 # define roundf rpl_roundf 2068 _GL_FUNCDECL_RPL (roundf, float, (float x)); 2069 _GL_CXXALIAS_RPL (roundf, float, (float x)); 2072 _GL_FUNCDECL_SYS (roundf, float, (float x)); 2074 _GL_CXXALIAS_SYS (roundf, float, (float x)); 2076 _GL_CXXALIASWARN (roundf); 2078 # undef roundf 2080 _GL_WARN_ON_USE (roundf, "roundf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1753 # undef roundf 1754 # define roundf rpl_roundf macro 1756 _GL_FUNCDECL_RPL (roundf, float, (float x)); 1757 _GL_CXXALIAS_RPL (roundf, float, (float x)); 1760 _GL_FUNCDECL_SYS (roundf, float, (float x)); 1762 _GL_CXXALIAS_SYS (roundf, float, (float x)); 1764 _GL_CXXALIASWARN (roundf); 1766 # undef roundf 1768 _GL_WARN_ON_USE (roundf, "roundf is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 2065 # undef roundf 2066 # define roundf rpl_roundf 2068 _GL_FUNCDECL_RPL (roundf, float, (float x)); 2069 _GL_CXXALIAS_RPL (roundf, float, (float x)); 2072 _GL_FUNCDECL_SYS (roundf, float, (float x)); 2074 _GL_CXXALIAS_SYS (roundf, float, (float x)); 2076 _GL_CXXALIASWARN (roundf); 2078 # undef roundf 2080 _GL_WARN_ON_USE (roundf, "roundf is unportable - "
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_validate.c | 90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold) in draw_need_pipeline() 173 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold in validate_pipeline()
|
D | draw_context.c | 418 draw->pipeline.wide_line_threshold = roundf(threshold); in draw_wide_line_threshold()
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64signextendsesf.ll | 24 %call = tail call float @roundf(float %0) #2 33 declare float @roundf(float) #1
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 152 float roundf(float); 292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 184 ; SOFT: bl roundf 185 ; VFP4: b roundf
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | VectorUtils.h | 191 case LibFunc::roundf: in getIntrinsicIDForCall()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 238 {"round", &lp_build_round, &roundf, round_values, Elements(round_values), 24.0 },
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 243 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 773 /// float roundf(float x); 774 TLI_DEFINE_ENUM_INTERNAL(roundf) 775 TLI_DEFINE_STRING_INTERNAL("roundf")
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-round-01.ll | 133 ; CHECK: brasl %r14, roundf@PLT
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.h | 132 roundf(float x) in roundf() function
|
/external/ltrace/etc/ |
D | libm.so.conf | 125 float roundf(float);
|