Home
last modified time | relevance | path

Searched refs:max3 (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/numerics/predicates/
H A Dside3.h162 if( (max4 < max3) ) in side3_2d_filter()
164 max4 = max3; in side3_2d_filter()
169 max5 = max3; in side3_2d_filter()
174 max6 = max3; in side3_2d_filter()
454 max4 = max3; in side3_3d_filter()
792 max5 = max3; in side3_4d_filter()
797 max7 = max3; in side3_4d_filter()
817 max4 = max3; in side3_4d_filter()
1150 max4 = max3; in side3_6d_filter()
1184 max6 = max3; in side3_6d_filter()
[all …]
H A Ddet3d.h31 double max3 = fabs(p1[1]); in det_3d_filter() local
32 if( (max3 < fabs(p1[2])) ) in det_3d_filter()
34 max3 = fabs(p1[2]); in det_3d_filter()
36 if( (max3 < fabs(p2[1])) ) in det_3d_filter()
38 max3 = fabs(p2[1]); in det_3d_filter()
40 if( (max3 < fabs(p2[2])) ) in det_3d_filter()
42 max3 = fabs(p2[2]); in det_3d_filter()
59 if( (max3 < lower_bound_1) ) in det_3d_filter()
61 lower_bound_1 = max3; in det_3d_filter()
65 if( (max3 > upper_bound_1) ) in det_3d_filter()
[all …]
H A Dorient3d.h49 double max3 = fabs(a22); in orient_3d_filter() local
50 if((max3 < fabs(a23))) in orient_3d_filter()
52 max3 = fabs(a23); in orient_3d_filter()
54 if((max3 < fabs(a32))) in orient_3d_filter()
56 max3 = fabs(a32); in orient_3d_filter()
58 if((max3 < fabs(a33))) in orient_3d_filter()
60 max3 = fabs(a33); in orient_3d_filter()
77 if((max3 < lower_bound_1)) in orient_3d_filter()
79 lower_bound_1 = max3; in orient_3d_filter()
83 if((max3 > upper_bound_1)) in orient_3d_filter()
[all …]
H A Daligned3d.h79 double max3 = fabs(a11); in aligned_3d_filter() local
80 if( (max3 < fabs(a21)) ) in aligned_3d_filter()
82 max3 = fabs(a21); in aligned_3d_filter()
84 lower_bound_1 = max3; in aligned_3d_filter()
85 upper_bound_1 = max3; in aligned_3d_filter()
107 eps = (8.88720573725927976811e-16 * (max2 * max3)); in aligned_3d_filter()
126 if( (max3 < lower_bound_1) ) in aligned_3d_filter()
128 lower_bound_1 = max3; in aligned_3d_filter()
132 if( (max3 > upper_bound_1) ) in aligned_3d_filter()
134 upper_bound_1 = max3; in aligned_3d_filter()
[all …]
H A Ddet4d.h55 double max3 = fabs(p0[2]); in det_4d_filter() local
56 if( (max3 < fabs(p1[2])) ) in det_4d_filter()
58 max3 = fabs(p1[2]); in det_4d_filter()
60 if( (max3 < fabs(p2[2])) ) in det_4d_filter()
62 max3 = fabs(p2[2]); in det_4d_filter()
64 if( (max3 < fabs(p3[2])) ) in det_4d_filter()
66 max3 = fabs(p3[2]); in det_4d_filter()
96 if( (max3 < lower_bound_1) ) in det_4d_filter()
98 lower_bound_1 = max3; in det_4d_filter()
102 if( (max3 > upper_bound_1) ) in det_4d_filter()
[all …]
H A Dside4h.h70 double max3 = fabs(a22); in side4h_3d_filter() local
71 if( (max3 < fabs(a23)) ) in side4h_3d_filter()
73 max3 = fabs(a23); in side4h_3d_filter()
75 if( (max3 < fabs(a32)) ) in side4h_3d_filter()
77 max3 = fabs(a32); in side4h_3d_filter()
79 if( (max3 < fabs(a33)) ) in side4h_3d_filter()
81 max3 = fabs(a33); in side4h_3d_filter()
102 lower_bound_1 = max3; in side4h_3d_filter()
146 if( (max5 < max3) ) in side4h_3d_filter()
148 max5 = max3; in side4h_3d_filter()
[all …]
H A Ddet_compare_4d.h63 double max3 = fabs(p0[2]); in det_compare_4d_filter() local
64 if( (max3 < fabs(p1[2])) ) in det_compare_4d_filter()
66 max3 = fabs(p1[2]); in det_compare_4d_filter()
68 if( (max3 < fabs(p2[2])) ) in det_compare_4d_filter()
70 max3 = fabs(p2[2]); in det_compare_4d_filter()
72 if( (max3 < fabs(a3_2)) ) in det_compare_4d_filter()
74 max3 = fabs(a3_2); in det_compare_4d_filter()
104 if( (max3 < lower_bound_1) ) in det_compare_4d_filter()
106 lower_bound_1 = max3; in det_compare_4d_filter()
110 if( (max3 > upper_bound_1) ) in det_compare_4d_filter()
[all …]
H A Dside2.h113 double max3 = max1; in side2_3d_filter() local
114 if( (max3 < max2) ) in side2_3d_filter()
116 max3 = max2; in side2_3d_filter()
131 if( (max3 < max4) ) in side2_3d_filter()
133 max3 = max4; in side2_3d_filter()
314 max3 = max2; in side2_4d_filter()
335 max3 = max4; in side2_4d_filter()
541 max3 = max2; in side2_6d_filter()
570 max3 = max4; in side2_6d_filter()
799 max3 = max2; in side2_7d_filter()
[all …]
H A Dorient4d.h87 double max3 = fabs(a02); in orienth_3d_filter() local
88 if( (max3 < fabs(a12)) ) in orienth_3d_filter()
90 max3 = fabs(a12); in orienth_3d_filter()
92 if( (max3 < fabs(a22)) ) in orienth_3d_filter()
94 max3 = fabs(a22); in orienth_3d_filter()
96 if( (max3 < fabs(a32)) ) in orienth_3d_filter()
98 max3 = fabs(a32); in orienth_3d_filter()
128 if( (max3 < lower_bound_1) ) in orienth_3d_filter()
130 lower_bound_1 = max3; in orienth_3d_filter()
134 if( (max3 > upper_bound_1) ) in orienth_3d_filter()
[all …]
H A Dside4.h85 max3 = fabs(a23); in side4_3d_filter()
89 max3 = fabs(a32); in side4_3d_filter()
93 max3 = fabs(a33); in side4_3d_filter()
157 double max5 = max3; in side4_3d_filter()
162 double max6 = max3; in side4_3d_filter()
621 if( (max7 < max3) ) in side4_4d_filter()
623 max7 = max3; in side4_4d_filter()
1187 if( (max7 < max3) ) in side4_6d_filter()
1189 max7 = max3; in side4_6d_filter()
1236 max10 = max3; in side4_6d_filter()
[all …]
H A Dside3h.h118 double max3 = fabs(p1_0_p0_0); in side3h_3d_filter() local
119 if( (max3 < fabs(p1_1_p0_1)) ) in side3h_3d_filter()
121 max3 = fabs(p1_1_p0_1); in side3h_3d_filter()
123 if( (max3 < fabs(p1_2_p0_2)) ) in side3h_3d_filter()
125 max3 = fabs(p1_2_p0_2); in side3h_3d_filter()
144 if( (max3 < lower_bound_1) ) in side3h_3d_filter()
146 lower_bound_1 = max3; in side3h_3d_filter()
152 upper_bound_1 = max3; in side3h_3d_filter()
193 if( (max5 < max3) ) in side3h_3d_filter()
195 max5 = max3; in side3h_3d_filter()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Static_filters/
H A DCollinear_3.h89 double max3 = CGAL::abs(dpz); in operator() local
90 if (max3 < CGAL::abs(dqz)) in operator()
91 max3 = CGAL::abs(dqz); in operator()
96 if (max3 < lower_bound_1) in operator()
97 lower_bound_1 = max3; in operator()
98 else if (max3 > upper_bound_1) in operator()
99 upper_bound_1 = max3; in operator()
112 if (max3 < lower_bound_1) in operator()
113 lower_bound_1 = max3; in operator()
114 else if (max3 > upper_bound_1) in operator()
[all …]
H A DPower_side_of_oriented_power_sphere_3.h94 if( (max3 < adqy) ) max3 = adqy; in msvc_workaround()
95 if( (max3 < adry) ) max3 = adry; in msvc_workaround()
96 if( (max3 < adsy) ) max3 = adsy; in msvc_workaround()
97 if( (max1 < max3) ) max1 = max3; in msvc_workaround()
194 if( (max3 < adqy) ) max3 = adqy; in operator()
195 if( (max3 < adry) ) max3 = adry; in operator()
196 if( (max3 < adsy) ) max3 = adsy; in operator()
197 if( (max1 < max3) ) max1 = max3; in operator()
319 if( (max3 < adqy) ) max3 = adqy; in operator()
320 if( (max3 < adry) ) max3 = adry; in operator()
[all …]
H A DCompare_weighted_squared_radius_3.h112 double max3 = max4; in operator() local
116 if( max3 < max5 ) max3 = max5; in operator()
117 if( max1 < max3 ) max1 = max3; in operator()
130 if( max3 < lower_bound_1 ) lower_bound_1 = max3; in operator()
241 double max3 = CGAL::abs(pw_qw); in operator() local
242 if( max3 < apw_rw ) max3 = apw_rw; in operator()
243 double max4 = max3; in operator()
252 lower_bound_2 = max3; in operator()
253 upper_bound_2 = max3; in operator()
334 max2 = max3; in operator()
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/bbox/
H A Dbboxcreate.c63 HPoint3 min3, max3; in BBoxGet() local
73 HPtNToHPt3(bbox->max, NULL, &max3); in BBoxGet()
74 HPt3Dehomogenize(&max3, &max3); in BBoxGet()
75 memcpy(attrp, &max3, sizeof(Point3)); in BBoxGet()
103 HPoint3 min3, max3; in BBoxCreate() local
139 Pt3ToHPt3(va_arg(*a_list, Point3 *), &max3, 1); in BBoxCreate()
155 max3 = *va_arg(*a_list, HPoint3 *); in BBoxCreate()
223 Pt4ToHPtN(&max3, bbox->max); in BBoxCreate()
225 HPt3ToHPtN(&max3, NULL, bbox->max); in BBoxCreate()
/dports/math/fcl05/fcl-0.5.0/include/fcl/simd/
H A Dsimd_intersect.h95 MAXX = _mm_set_ps(max1[0], max2[0], max3[0], max4[0]); in sse_four_spheres_four_AABBs_intersect()
97 MAXY = _mm_set_ps(max1[1], max2[1], max3[1], max4[1]); in sse_four_spheres_four_AABBs_intersect()
99 MAXZ = _mm_set_ps(max1[2], max2[2], max3[2], max4[2]); in sse_four_spheres_four_AABBs_intersect()
127 const Vec3f& min3, const Vec3f& max3, in sse_four_AABBs_intersect() argument
136 MAX1X = _mm_set_ps(max1[0], max2[0], max3[0], max4[0]); in sse_four_AABBs_intersect()
138 MAX1Y = _mm_set_ps(max1[1], max2[1], max3[1], max4[1]); in sse_four_AABBs_intersect()
140 MAX1Z = _mm_set_ps(max1[2], max2[2], max3[2], max4[2]); in sse_four_AABBs_intersect()
194 const Vec3f& min3, const Vec3f& max3, in four_spheres_four_AABBs_intersect_and() argument
207 const Vec3f& min3, const Vec3f& max3, in four_spheres_four_AABBs_intersect_or() argument
217 const Vec3f& min3, const Vec3f& max3, in four_AABBs_intersect_and() argument
[all …]
/dports/math/fcl/fcl-0.7.0/.deprecated/simd/
H A Dsimd_intersect.h93 MAXX = _mm_set_ps(max1[0], max2[0], max3[0], max4[0]); in sse_four_spheres_four_AABBs_intersect()
95 MAXY = _mm_set_ps(max1[1], max2[1], max3[1], max4[1]); in sse_four_spheres_four_AABBs_intersect()
97 MAXZ = _mm_set_ps(max1[2], max2[2], max3[2], max4[2]); in sse_four_spheres_four_AABBs_intersect()
125 const Vector3d& min3, const Vector3d& max3, in sse_four_AABBs_intersect() argument
134 MAX1X = _mm_set_ps(max1[0], max2[0], max3[0], max4[0]); in sse_four_AABBs_intersect()
136 MAX1Y = _mm_set_ps(max1[1], max2[1], max3[1], max4[1]); in sse_four_AABBs_intersect()
138 MAX1Z = _mm_set_ps(max1[2], max2[2], max3[2], max4[2]); in sse_four_AABBs_intersect()
192 const Vector3d& min3, const Vector3d& max3, in four_spheres_four_AABBs_intersect_and() argument
205 const Vector3d& min3, const Vector3d& max3, in four_spheres_four_AABBs_intersect_or() argument
215 const Vector3d& min3, const Vector3d& max3, in four_AABBs_intersect_and() argument
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/src/
H A DDataDeserializer.cpp252 …::ReadArithmeticEncoded(int numBits, int &val1, int max1, int &val2, int max2, int &val3, int max3) in ReadArithmeticEncoded() argument
254 assert(max1 * max2 * max3 < (1 << numBits)); in ReadArithmeticEncoded()
256 val3 = val % max3; in ReadArithmeticEncoded()
257 val /= max3; in ReadArithmeticEncoded()
262 …ded(int numBits, int &val1, int max1, int &val2, int max2, int &val3, int max3, int &val4, int max… in ReadArithmeticEncoded() argument
264 assert(max1 * max2 * max3 * max4 < (1 << numBits)); in ReadArithmeticEncoded()
268 val3 = val % max3; in ReadArithmeticEncoded()
269 val /= max3; in ReadArithmeticEncoded()
276 assert(max1 * max2 * max3 * max4 * max5 < (1 << numBits)); in ReadArithmeticEncoded()
282 val3 = val % max3; in ReadArithmeticEncoded()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/vect/
H A Dslp-reduc-4.c16 unsigned int max0 = 5, max1 = 10, max2 = 20, max3 = 30, max4 = 2, max5 = 13, max6 = 7, max7 = 313; in main1() local
20 max3 = max3 < uc[8*i+3] ? uc[8*i+3] : max3; in main1()
33 || max3 != res3 in main1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dslp-reduc-4.c16 unsigned int max0 = 5, max1 = 10, max2 = 20, max3 = 30, max4 = 2, max5 = 13, max6 = 7, max7 = 313; in main1() local
20 max3 = max3 < uc[8*i+3] ? uc[8*i+3] : max3; in main1()
33 || max3 != res3 in main1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/vect/
H A Dslp-reduc-4.c16 unsigned int max0 = 5, max1 = 10, max2 = 20, max3 = 30, max4 = 2, max5 = 13, max6 = 7, max7 = 313; in main1() local
20 max3 = max3 < uc[8*i+3] ? uc[8*i+3] : max3; in main1()
33 || max3 != res3 in main1()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/
H A Dslp-reduc-4.c16 unsigned int max0 = 5, max1 = 10, max2 = 20, max3 = 30, max4 = 2, max5 = 13, max6 = 7, max7 = 313; in main1() local
20 max3 = max3 < uc[8*i+3] ? uc[8*i+3] : max3; in main1()
33 || max3 != res3 in main1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dslp-reduc-4.c16 unsigned int max0 = 5, max1 = 10, max2 = 20, max3 = 30, max4 = 2, max5 = 13, max6 = 7, max7 = 313; in main1() local
20 max3 = max3 < uc[8*i+3] ? uc[8*i+3] : max3; in main1()
33 || max3 != res3 in main1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dslp-reduc-4.c16 unsigned int max0 = 5, max1 = 10, max2 = 20, max3 = 30, max4 = 2, max5 = 13, max6 = 7, max7 = 313; in main1() local
20 max3 = max3 < uc[8*i+3] ? uc[8*i+3] : max3; in main1()
33 || max3 != res3 in main1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/vect/
H A Dslp-reduc-4.c16 unsigned int max0 = 5, max1 = 10, max2 = 20, max3 = 30, max4 = 2, max5 = 13, max6 = 7, max7 = 313; in main1() local
20 max3 = max3 < uc[8*i+3] ? uc[8*i+3] : max3; in main1()
33 || max3 != res3 in main1()

12345678910>>...33