Home
last modified time | relevance | path

Searched refs:lroundf (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Ddrawpix.c64 lroundf(ctx->Current.RasterPos[0]), in _mesa_DrawPixels()
65 lroundf(ctx->Current.RasterPos[1])); in _mesa_DrawPixels()
152 GLint x = lroundf(ctx->Current.RasterPos[0]); in _mesa_DrawPixels()
153 GLint y = lroundf(ctx->Current.RasterPos[1]); in _mesa_DrawPixels()
213 lroundf(ctx->Current.RasterPos[0]), in _mesa_CopyPixels()
214 lroundf(ctx->Current.RasterPos[1])); in _mesa_CopyPixels()
291 GLint destx = lroundf(ctx->Current.RasterPos[0]); in _mesa_CopyPixels()
292 GLint desty = lroundf(ctx->Current.RasterPos[1]); in _mesa_CopyPixels()
H A Deval.c709 v[i] = lroundf(data[i]); in _mesa_GetnMapivARB()
733 v[0] = lroundf(map1d->u1); in _mesa_GetnMapivARB()
734 v[1] = lroundf(map1d->u2); in _mesa_GetnMapivARB()
740 v[0] = lroundf(map2d->u1); in _mesa_GetnMapivARB()
741 v[1] = lroundf(map2d->u2); in _mesa_GetnMapivARB()
742 v[2] = lroundf(map2d->v1); in _mesa_GetnMapivARB()
743 v[3] = lroundf(map2d->v2); in _mesa_GetnMapivARB()
H A Dpixelstore.c243 _mesa_PixelStorei(pname, lroundf(param)); in _mesa_PixelStoref()
257 _mesa_PixelStorei_no_error(pname, lroundf(param)); in _mesa_PixelStoref_no_error()
H A Dget.c2006 params[7] = lroundf(((GLfloat *) p)[7]); in _mesa_GetIntegerv()
2007 params[6] = lroundf(((GLfloat *) p)[6]); in _mesa_GetIntegerv()
2008 params[5] = lroundf(((GLfloat *) p)[5]); in _mesa_GetIntegerv()
2009 params[4] = lroundf(((GLfloat *) p)[4]); in _mesa_GetIntegerv()
2012 params[3] = lroundf(((GLfloat *) p)[3]); in _mesa_GetIntegerv()
2015 params[2] = lroundf(((GLfloat *) p)[2]); in _mesa_GetIntegerv()
2018 params[1] = lroundf(((GLfloat *) p)[1]); in _mesa_GetIntegerv()
2021 params[0] = lroundf(((GLfloat *) p)[0]); in _mesa_GetIntegerv()
3023 params[3] = lroundf(v.value_float_4[3]); in _mesa_GetIntegeri_v()
3027 params[2] = lroundf( in _mesa_GetIntegeri_v()
[all...]
H A Dlight.c921 *params = lroundf( mat[MAT_ATTRIB_SHININESS(f)][0] ); in _mesa_GetMaterialiv()
924 params[0] = lroundf( mat[MAT_ATTRIB_INDEXES(f)][0] ); in _mesa_GetMaterialiv()
925 params[1] = lroundf( mat[MAT_ATTRIB_INDEXES(f)][1] ); in _mesa_GetMaterialiv()
926 params[2] = lroundf( mat[MAT_ATTRIB_INDEXES(f)][2] ); in _mesa_GetMaterialiv()
H A Dsamplerobj.c1452 *params = lroundf(sampObj->Attrib.MinLod); in _mesa_GetSamplerParameteriv()
1458 *params = lroundf(sampObj->Attrib.MaxLod); in _mesa_GetSamplerParameteriv()
1464 *params = lroundf(sampObj->Attrib.LodBias); in _mesa_GetSamplerParameteriv()
1482 *params = lroundf(sampObj->Attrib.MaxAnisotropy); in _mesa_GetSamplerParameteriv()
H A Dtexparam.c55 * Use macro to resolve undefined clamping behaviour when using lroundf
57 #define LCLAMPF(a, lmin, lmax) ((a) > (lmin) ? ( (a) >= (lmax) ? (lmax) : (lroundf(a)) ) : (lmin))
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlroundf.c3 long lroundf(float x) in lroundf() function
/third_party/musl/src/math/
H A Dlroundf.c3 long lroundf(float x) in lroundf() function
/third_party/musl/src/math/powerpc64/
H A Dlroundf.c5 long lroundf(float x) in lroundf() function
16 #include "../lroundf.c"
/third_party/musl/src/math/aarch64/
H A Dlroundf.c3 long lroundf(float x) in lroundf() function
/third_party/musl/libc-test/src/math/
H A Dlroundf.c6 #include "sanity/lroundf.h"
7 #include "special/lroundf.h"
25 yi = lroundf(p->x); in main()
29 printf("%s:%d: bad fp exception: %s lroundf(%a)=%lld, want %s", in main()
35 printf("%s:%d: %s lroundf(%a) want %lld got %lld\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h284 long lroundf(float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h284 long lroundf(float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h284 long lroundf(float);
/third_party/musl/include/
H A Dmath.h284 long lroundf(float);
/third_party/musl/libc-test/src/api/
H A Dmath.c171 {long(*p)(float) = lroundf;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c336 mp_f_i(lroundf) in mp_f_i()
H A Dmp.c799 mp_f_i(lroundf) in mp_f_i()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_clear.c607 const uint32_t zmin = lroundf(depth * max_z_value); in si_get_htile_clear_value()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c737 zmin = lroundf(value.depth * max_zval); in radv_get_htile_fast_clear_value()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34043 extern long int lroundf (float __x) throw (); extern long int __lroundf (float __x) throw ();
35302 using ::lroundf;
[all...]

Completed in 48 milliseconds