/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 61 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()
|
D | eval.c | 708 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()
|
D | pixelstore.c | 242 _mesa_PixelStorei(pname, lroundf(param)); in _mesa_PixelStoref() 256 _mesa_PixelStorei_no_error(pname, lroundf(param)); in _mesa_PixelStoref_no_error()
|
D | get.c | 1973 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 …]
|
D | light.c | 859 *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()
|
D | samplerobj.c | 1431 *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/ |
D | lround-conv.ll | 5 ; SOFTFP: bl lroundf 7 ; HARDFP: bl lroundf
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | lround-conv.ll | 4 ; CHECK: bl lroundf 13 ; CHECK: bl lroundf
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | lround-conv.ll | 5 ; CHECK: jal lroundf 14 ; CHECK: jal lroundf
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | lround-conv-i32.ll | 9 ; CHECK-NEXT: jmp lroundf # TAILCALL 13 ; X64-NEXT: jmp lroundf@PLT # TAILCALL
|
D | lround-conv-i64.ll | 7 ; CHECK-NEXT: jmp lroundf@PLT # TAILCALL
|
/external/libaom/libaom/aom_ports/ |
D | msvc.h | 38 static INLINE long lroundf(float x) { in lroundf() function
|
/external/webrtc/sdk/objc/components/capturer/ |
D | RTCFileVideoCapturer.m | 165 int64_t presentationDifferenceRound = lroundf(presentationDifference * NSEC_PER_SEC); 189 int64_t timeStampNs = lroundf(timeStampSeconds * NSEC_PER_SEC);
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 134 long int lroundf(float); 288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 134 long int lroundf(float); 288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
|
D | math-libcalls.c | 381 lround(f); lroundf(f); lroundl(f); in foo()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aatriangle.c | 126 return (GLchan) lroundf(z); in solve_plane_chan()
|
D | s_context.h | 437 #define FloatToFixed(X) (lroundf((X) * FIXED_SCALE))
|
/external/webrtc/examples/objc/AppRTCMobile/common/ |
D | ARDUtilities.m | 125 return lroundf(cpu_usage_percentage);
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | cmath | 61 __DEVICE__ long int lround(float __x) { return ::lroundf(__x); }
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 204 long lroundf(float x);
|
D | msvc9.c | 459 long lroundf(float x) in lroundf() function
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 107 long lroundf(float __a);
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 187 __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/ |
D | cmath | 249 long lroundf(float x); 441 using ::lroundf;
|