4inline int aligned_3d_filter(
const double* p0,
const double* p1,
const double* p2) {
10 a13 = (p1[2] - p0[2]);
12 a21 = (p2[0] - p0[0]);
14 a22 = (p2[1] - p0[1]);
16 a23 = (p2[2] - p0[2]);
18 delta1 = ((a12 * a23) - (a22 * a13));
20 delta2 = ((a13 * a21) - (a23 * a11));
22 delta3 = ((a11 * a22) - (a21 * a12));
25 int int_tmp_result_FFWKCAA;
26 int int_tmp_result_k60Ocge;
27 double max1 = fabs(a12);
28 if( (max1 < fabs(a22)) )
32 double max2 = fabs(a13);
33 if( (max2 < fabs(a23)) )
41 if( (max2 < lower_bound_1) )
47 if( (max2 > upper_bound_1) )
52 if( (lower_bound_1 < 5.00368081960964635413e-147) )
54 return FPG_UNCERTAIN_VALUE;
58 if( (upper_bound_1 > 1.67597599124282407923e+153) )
60 return FPG_UNCERTAIN_VALUE;
62 eps = (8.88720573725927976811e-16 * (max1 * max2));
75 return FPG_UNCERTAIN_VALUE;
79 double max3 = fabs(a11);
80 if( (max3 < fabs(a21)) )
86 if( (max2 < lower_bound_1) )
92 if( (max2 > upper_bound_1) )
97 if( (lower_bound_1 < 5.00368081960964635413e-147) )
99 return FPG_UNCERTAIN_VALUE;
103 if( (upper_bound_1 > 1.67597599124282407923e+153) )
105 return FPG_UNCERTAIN_VALUE;
107 eps = (8.88720573725927976811e-16 * (max2 * max3));
110 int_tmp_result_FFWKCAA = 1;
114 if( (delta2 < -eps) )
116 int_tmp_result_FFWKCAA = -1;
120 return FPG_UNCERTAIN_VALUE;
124 lower_bound_1 = max1;
125 upper_bound_1 = max1;
126 if( (max3 < lower_bound_1) )
128 lower_bound_1 = max3;
132 if( (max3 > upper_bound_1) )
134 upper_bound_1 = max3;
137 if( (lower_bound_1 < 5.00368081960964635413e-147) )
139 return FPG_UNCERTAIN_VALUE;
143 if( (upper_bound_1 > 1.67597599124282407923e+153) )
145 return FPG_UNCERTAIN_VALUE;
147 eps = (8.88720573725927976811e-16 * (max3 * max1));
150 int_tmp_result_k60Ocge = 1;
154 if( (delta3 < -eps) )
156 int_tmp_result_k60Ocge = -1;
160 return FPG_UNCERTAIN_VALUE;
164 return ((((int_tmp_result == 0) && (int_tmp_result_FFWKCAA == 0)) && (int_tmp_result_k60Ocge == 0)) ? 0 : 1);