Home
last modified time | relevance | path

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

123

/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/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/
Dround-conv.ll248 %call = call float @roundf(float %a) nounwind readnone
258 %call = call float @roundf(float %a) nounwind readnone
288 %call = call float @roundf(float %a) nounwind readnone
298 %call = call float @roundf(float %a) nounwind readnone
329 declare float @roundf(float) nounwind readnone
Darm64-rounding.ll114 %call = tail call float @roundf(float %a) nounwind readnone
118 declare float @roundf(float %a) nounwind readnone
190 %call = tail call float @roundf(float %a) nounwind readnone
/external/skia/samplecode/
DSampleRegion.cpp157 dst->fLeft = (int)::roundf(src.fLeft * scale); in scale_rect()
158 dst->fTop = (int)::roundf(src.fTop * scale); in scale_rect()
159 dst->fRight = (int)::roundf(src.fRight * scale); in scale_rect()
160 dst->fBottom = (int)::roundf(src.fBottom * scale); in scale_rect()
/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/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.h54 ? roundf(brw->ctx.Line.Width) : brw->ctx.Line.Width, in brw_get_line_width()
/external/swiftshader/src/OpenGL/libGLESv2/
Dmathutil.h91 return static_cast<int>(roundf(x)); in convert_float_int()
DContext.cpp1711 …case GL_TEXTURE_MIN_FILTER: samplerObject->setMinFilter(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
1712 …case GL_TEXTURE_MAG_FILTER: samplerObject->setMagFilter(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
1713 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
1714 …case GL_TEXTURE_WRAP_T: samplerObject->setWrapT(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
1715 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
1718 …case GL_TEXTURE_COMPARE_MODE: samplerObject->setComparisonMode(static_cast<GLenum>(roundf(param))… in samplerParameterf()
1719 …case GL_TEXTURE_COMPARE_FUNC: samplerObject->setComparisonFunc(static_cast<GLenum>(roundf(param))… in samplerParameterf()
1738 case GL_TEXTURE_MIN_LOD: return static_cast<GLint>(roundf(samplerObject->getMinLod())); in getSamplerParameteri()
1739 case GL_TEXTURE_MAX_LOD: return static_cast<GLint>(roundf(samplerObject->getMaxLod())); in getSamplerParameteri()
/external/skia/src/core/
DSkUnPreMultiply.cpp82 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c76 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold) in draw_need_pipeline()
160 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold in validate_pipeline()
/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/intel/common/
Dgen_urb_config.c160 roundf(wants[i] * (((float) remaining_space) / total_wants)); in gen_get_urb_config()
/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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c462 ref != roundf(testval)) { in test_unary()
/external/llvm/test/CodeGen/SystemZ/
Dfp-round-01.ll133 ; CHECK: brasl %r14, roundf@PLT
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h259 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()

123