Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 25 of 39) sorted by relevance

12

/external/valgrind/none/tests/mips64/
Dfpu_arithmetic.c40 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/
DSampleRegion.cpp120 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/
Darm32-round-conv.ll80 %call = call float @roundf(float %a) nounwind readnone
89 %call = call float @roundf(float %a) nounwind readnone
116 declare float @roundf(float) nounwind readnone
Darm32-rounding.ll43 %call = call float @roundf(float %a) nounwind readnone
111 declare float @roundf(float) nounwind readnone
/external/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll73 ; 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
Ddouble-float-shrink-2.ll10 ; DO-SIMPLIFY: call float @roundf(
52 ; --> roundf
Dwin-math.ll259 ; WIN32-NOT: float @roundf
262 ; WIN64-NOT: float @roundf
265 ; MINGW32: float @roundf
268 ; MINGW64: float @roundf
/external/llvm/test/CodeGen/AArch64/
Darm64-rounding.ll116 %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/
Drounding-ops.ll31 %call = tail call float @roundf(float %x) nounwind readnone
40 declare float @roundf(float) nounwind readnone
/external/skia/src/core/
DSkUnPreMultiply.cpp83 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable()
/external/bison/linux-lib/
Dmath.h2065 # 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/
Dmath.in.h1753 # 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/
Dmath.h2065 # 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/
Ddraw_pipe_validate.c90 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()
Ddraw_context.c418 draw->pipeline.wide_line_threshold = roundf(threshold); in draw_wide_line_threshold()
/external/llvm/test/CodeGen/Mips/
Dmips64signextendsesf.ll24 %call = tail call float @roundf(float %0) #2
33 declare float @roundf(float) #1
/external/clang/test/CodeGen/
Dlibcall-declarations.c152 float roundf(float);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll184 ; SOFT: bl roundf
185 ; VFP4: b roundf
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h191 case LibFunc::roundf: in getIntrinsicIDForCall()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c238 {"round", &lp_build_round, &roundf, round_values, Elements(round_values), 24.0 },
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h243 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def773 /// float roundf(float x);
774 TLI_DEFINE_ENUM_INTERNAL(roundf)
775 TLI_DEFINE_STRING_INTERNAL("roundf")
/external/llvm/test/CodeGen/SystemZ/
Dfp-round-01.ll133 ; CHECK: brasl %r14, roundf@PLT
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h132 roundf(float x) in roundf() function
/external/ltrace/etc/
Dlibm.so.conf125 float roundf(float);

12