Home
last modified time | relevance | path

Searched refs:lroundf (Results 1 – 25 of 57) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Ddrawpix.c61 lroundf(ctx->Current.RasterPos[0]), in _mesa_DrawPixels()
62 lroundf(ctx->Current.RasterPos[1])); in _mesa_DrawPixels()
144 GLint x = lroundf(ctx->Current.RasterPos[0]); in _mesa_DrawPixels()
145 GLint y = lroundf(ctx->Current.RasterPos[1]); in _mesa_DrawPixels()
205 lroundf(ctx->Current.RasterPos[0]), in _mesa_CopyPixels()
206 lroundf(ctx->Current.RasterPos[1])); in _mesa_CopyPixels()
278 GLint destx = lroundf(ctx->Current.RasterPos[0]); in _mesa_CopyPixels()
279 GLint desty = lroundf(ctx->Current.RasterPos[1]); in _mesa_CopyPixels()
Deval.c708 v[i] = lroundf(data[i]); in _mesa_GetnMapivARB()
732 v[0] = lroundf(map1d->u1); in _mesa_GetnMapivARB()
733 v[1] = lroundf(map1d->u2); in _mesa_GetnMapivARB()
739 v[0] = lroundf(map2d->u1); in _mesa_GetnMapivARB()
740 v[1] = lroundf(map2d->u2); in _mesa_GetnMapivARB()
741 v[2] = lroundf(map2d->v1); in _mesa_GetnMapivARB()
742 v[3] = lroundf(map2d->v2); in _mesa_GetnMapivARB()
Dpixelstore.c242 _mesa_PixelStorei(pname, lroundf(param)); in _mesa_PixelStoref()
256 _mesa_PixelStorei_no_error(pname, lroundf(param)); in _mesa_PixelStoref_no_error()
Dget.c1973 params[7] = lroundf(((GLfloat *) p)[7]); in _mesa_GetIntegerv()
1974 params[6] = lroundf(((GLfloat *) p)[6]); in _mesa_GetIntegerv()
1975 params[5] = lroundf(((GLfloat *) p)[5]); in _mesa_GetIntegerv()
1976 params[4] = lroundf(((GLfloat *) p)[4]); in _mesa_GetIntegerv()
1979 params[3] = lroundf(((GLfloat *) p)[3]); in _mesa_GetIntegerv()
1982 params[2] = lroundf(((GLfloat *) p)[2]); in _mesa_GetIntegerv()
1985 params[1] = lroundf(((GLfloat *) p)[1]); in _mesa_GetIntegerv()
1988 params[0] = lroundf(((GLfloat *) p)[0]); in _mesa_GetIntegerv()
2969 params[3] = lroundf(v.value_float_4[3]); in _mesa_GetIntegeri_v()
2973 params[2] = lroundf(v.value_float_4[2]); in _mesa_GetIntegeri_v()
[all …]
Dlight.c859 *params = lroundf( mat[MAT_ATTRIB_SHININESS(f)][0] ); in _mesa_GetMaterialiv()
862 params[0] = lroundf( mat[MAT_ATTRIB_INDEXES(f)][0] ); in _mesa_GetMaterialiv()
863 params[1] = lroundf( mat[MAT_ATTRIB_INDEXES(f)][1] ); in _mesa_GetMaterialiv()
864 params[2] = lroundf( mat[MAT_ATTRIB_INDEXES(f)][2] ); in _mesa_GetMaterialiv()
Dsamplerobj.c1431 *params = lroundf(sampObj->MinLod); in _mesa_GetSamplerParameteriv()
1437 *params = lroundf(sampObj->MaxLod); in _mesa_GetSamplerParameteriv()
1443 *params = lroundf(sampObj->LodBias); in _mesa_GetSamplerParameteriv()
1461 *params = lroundf(sampObj->MaxAnisotropy); in _mesa_GetSamplerParameteriv()
/external/llvm-project/llvm/test/CodeGen/ARM/
Dlround-conv.ll5 ; SOFTFP: bl lroundf
7 ; HARDFP: bl lroundf
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dlround-conv.ll4 ; CHECK: bl lroundf
13 ; CHECK: bl lroundf
/external/llvm-project/llvm/test/CodeGen/Mips/
Dlround-conv.ll5 ; CHECK: jal lroundf
14 ; CHECK: jal lroundf
/external/llvm-project/llvm/test/CodeGen/X86/
Dlround-conv-i32.ll9 ; CHECK-NEXT: jmp lroundf # TAILCALL
13 ; X64-NEXT: jmp lroundf@PLT # TAILCALL
Dlround-conv-i64.ll7 ; CHECK-NEXT: jmp lroundf@PLT # TAILCALL
/external/libaom/libaom/aom_ports/
Dmsvc.h38 static INLINE long lroundf(float x) { in lroundf() function
/external/webrtc/sdk/objc/components/capturer/
DRTCFileVideoCapturer.m165 int64_t presentationDifferenceRound = lroundf(presentationDifference * NSEC_PER_SEC);
189 int64_t timeStampNs = lroundf(timeStampSeconds * NSEC_PER_SEC);
/external/clang/test/CodeGen/
Dlibcall-declarations.c134 long int lroundf(float);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c134 long int lroundf(float);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
Dmath-libcalls.c381 lround(f); lroundf(f); lroundl(f); in foo()
/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c126 return (GLchan) lroundf(z); in solve_plane_chan()
Ds_context.h437 #define FloatToFixed(X) (lroundf((X) * FIXED_SCALE))
/external/webrtc/examples/objc/AppRTCMobile/common/
DARDUtilities.m125 return lroundf(cpu_usage_percentage);
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath61 __DEVICE__ long int lround(float __x) { return ::lroundf(__x); }
/external/OpenCL-CTS/test_common/harness/
Dcompat.h204 long lroundf(float x);
Dmsvc9.c459 long lroundf(float x) in lroundf() function
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h107 long lroundf(float __a);
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h187 __DEVICE__ long lroundf(float __a) { return llroundf(__a); } in lroundf() function
192 __DEVICE__ long lroundf(float __a) { return roundf(__a); } in lroundf() function
/external/libcxx/include/
Dcmath249 long lroundf(float x);
441 using ::lroundf;

123