/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/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 | round-conv.ll | 248 %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
|
D | arm64-rounding.ll | 114 %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/ |
D | SampleRegion.cpp | 157 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/ |
D | rounding-ops.ll | 31 %call = tail call float @roundf(float %x) nounwind readnone 40 declare float @roundf(float) nounwind readnone
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.h | 54 ? roundf(brw->ctx.Line.Width) : brw->ctx.Line.Width, in brw_get_line_width()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | mathutil.h | 91 return static_cast<int>(roundf(x)); in convert_float_int()
|
D | Context.cpp | 1711 …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/ |
D | SkUnPreMultiply.cpp | 82 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_validate.c | 76 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/ |
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/intel/common/ |
D | gen_urb_config.c | 160 roundf(wants[i] * (((float) remaining_space) / total_wants)); in gen_get_urb_config()
|
/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/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 462 ref != roundf(testval)) { in test_unary()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-round-01.ll | 133 ; CHECK: brasl %r14, roundf@PLT
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 259 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
|