Home
last modified time | relevance | path

Searched refs:v_floor (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/algorithm/
H A Dresize_image.cpp66 int v_floor, v_floor2; in resize_image() local
75 v_floor = (int)std::floor(v); in resize_image()
86 if (v_floor > src->height()-1) { in resize_image()
87 v_floor = src->height()-1; in resize_image()
90 else if (v_floor == src->height()-1) in resize_image()
91 v_floor2 = v_floor; in resize_image()
93 v_floor2 = v_floor+1; in resize_image()
96 color[0] = src->getPixel(u_floor, v_floor); in resize_image()
97 color[1] = src->getPixel(u_floor2, v_floor); in resize_image()
103 double v1 = v - v_floor; in resize_image()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/glsl_tests/
H A Dfract.glsl5 ; Only SI has buggy v_fract and must use v_floor.
/dports/math/py-libpoly/libpoly-0.1.11/include/
H A Dvalue.h161 void lp_value_floor(const lp_value_t* v, lp_integer_t* v_floor);
/dports/math/libpoly/libpoly-0.1.11/include/
H A Dvalue.h161 void lp_value_floor(const lp_value_t* v, lp_integer_t* v_floor);
/dports/math/py-libpoly/libpoly-0.1.11/src/number/
H A Dvalue.c458 void lp_value_floor(const lp_value_t* v, lp_integer_t* v_floor) { in lp_value_floor() argument
461 lp_integer_assign(lp_Z, v_floor, &v->value.z); in lp_value_floor()
464 lp_dyadic_rational_floor(&v->value.dy_q, v_floor); in lp_value_floor()
467 lp_rational_floor(&v->value.q, v_floor); in lp_value_floor()
470 lp_algebraic_number_floor(&v->value.a, v_floor); in lp_value_floor()
/dports/math/libpoly/libpoly-0.1.11/src/number/
H A Dvalue.c458 void lp_value_floor(const lp_value_t* v, lp_integer_t* v_floor) { in lp_value_floor() argument
461 lp_integer_assign(lp_Z, v_floor, &v->value.z); in lp_value_floor()
464 lp_dyadic_rational_floor(&v->value.dy_q, v_floor); in lp_value_floor()
467 lp_rational_floor(&v->value.q, v_floor); in lp_value_floor()
470 lp_algebraic_number_floor(&v->value.a, v_floor); in lp_value_floor()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Dcolored_tsdf.cpp191 v_int32x4 ip = v_floor(p); in interpolateVoxel()
281 v_int32x4 ip = v_floor(p); in getNormalVoxel()
432 v_int32x4 ip = v_floor(p); in getColorVoxel()
455 v_int32x4 iptVox = v_floor(ptVox); in getColorVoxel()
H A Dtsdf_functions.cpp262 v_int32x4 ip = v_floor(pt); in integrateVolumeUnit()
527 v_int32x4 ip = v_floor(pt); in integrateRGBVolumeUnit()
H A Dtsdf.cpp148 v_int32x4 ip = v_floor(p); in interpolateVoxel()
238 v_int32x4 ip = v_floor(p); in getNormalVoxel()
H A Dfast_icp.cpp249 v_int32x4 ixy = v_floor(oldCoords); in operator ()()
/dports/math/yices/yices-2.6.2/src/mcsat/nra/
H A Dnra_plugin.c1331 lp_integer_t v_floor; in nra_plugin_get_int_conflict() local
1332 lp_integer_construct(&v_floor); in nra_plugin_get_int_conflict()
1333 lp_value_floor(&v, &v_floor); in nra_plugin_get_int_conflict()
1337 rational_construct_from_lp_integer(&v_floor_rat, &v_floor); in nra_plugin_get_int_conflict()
1341 lp_integer_destruct(&v_floor); in nra_plugin_get_int_conflict()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dsift.simd.hpp798 v_int32 r0 = v_floor(rbin); in calcSIFTDescriptor()
799 v_int32 c0 = v_floor(cbin); in calcSIFTDescriptor()
800 v_int32 o0 = v_floor(obin); in calcSIFTDescriptor()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_vsx.hpp1117 inline v_int32x4 v_floor(const v_float32x4& a) in v_floor() function
1120 inline v_int32x4 v_floor(const v_float64x2& a) in v_floor() function
H A Dintrin_avx512.hpp1531 inline v_int32x16 v_floor(const v_float32x16& a) in v_floor() function
1534 inline v_int32x16 v_floor(const v_float64x8& a) in v_floor() function
1543 inline v_int32x16 v_floor(const v_float32x16& a) in v_floor() function
1546 inline v_int32x16 v_floor(const v_float64x8& a) in v_floor() function
H A Dintrin_cpp.hpp2452 template<int n> inline v_reg<int, n> v_floor(const v_reg<float, n>& a) in v_floor() function
2499 template<int n> inline v_reg<int, n*2> v_floor(const v_reg<double, n>& a) in v_floor() function

12