Home
last modified time | relevance | path

Searched refs:coeff (Results 1 – 25 of 5931) sorted by relevance

12345678910>>...238

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/transform/perspective/
H A Dperspectivematrix.cpp90 tmp.coeff[i][j] = t1 * coeff[0][j]; in multiply()
101 double w = coeff[2][0] * x + coeff[2][1] * y + coeff[2][2]; in transformPoint()
132 inv.coeff[0][0] = (coeff[1][1] * coeff[2][2] - in invert()
135 inv.coeff[1][0] = - (coeff[1][0] * coeff[2][2] - in invert()
138 inv.coeff[2][0] = (coeff[1][0] * coeff[2][1] - in invert()
141 inv.coeff[0][1] = - (coeff[0][1] * coeff[2][2] - in invert()
144 inv.coeff[1][1] = (coeff[0][0] * coeff[2][2] - in invert()
147 inv.coeff[2][1] = - (coeff[0][0] * coeff[2][1] - in invert()
150 inv.coeff[0][2] = (coeff[0][1] * coeff[1][2] - in invert()
153 inv.coeff[1][2] = - (coeff[0][0] * coeff[1][2] - in invert()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkSobelOperator.hxx88 coeff.push_back(-1.0); coeff.push_back(0.0); coeff.push_back(1.0); in GenerateCoefficients()
89 coeff.push_back(-2.0); coeff.push_back(0.0); coeff.push_back(2); in GenerateCoefficients()
90 coeff.push_back(-1.0); coeff.push_back(0.0); coeff.push_back(1.0); in GenerateCoefficients()
94 coeff.push_back(-1.0); coeff.push_back(-2); coeff.push_back(-1.0); in GenerateCoefficients()
95 coeff.push_back(0.0); coeff.push_back(0.0); coeff.push_back(0.0); in GenerateCoefficients()
96 coeff.push_back(1.0); coeff.push_back(2); coeff.push_back(1.0); in GenerateCoefficients()
100 coeff.push_back(-1.0); coeff.push_back(0.0); coeff.push_back(1.0); in GenerateCoefficients()
101 coeff.push_back(-3.0); coeff.push_back(0.0); coeff.push_back(3.0); in GenerateCoefficients()
102 coeff.push_back(-1.0); coeff.push_back(0.0); coeff.push_back(1.0); in GenerateCoefficients()
115 coeff.push_back(0.0); coeff.push_back(0.0); coeff.push_back(0.0); in GenerateCoefficients()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/math/
H A DMatrix4.h60 float a0 = coeff[ 0]*coeff[ 5] - coeff[ 1]*coeff[ 4]; in Inverse()
61 float a1 = coeff[ 0]*coeff[ 6] - coeff[ 2]*coeff[ 4]; in Inverse()
62 float a2 = coeff[ 0]*coeff[ 7] - coeff[ 3]*coeff[ 4]; in Inverse()
63 float a3 = coeff[ 1]*coeff[ 6] - coeff[ 2]*coeff[ 5]; in Inverse()
64 float a4 = coeff[ 1]*coeff[ 7] - coeff[ 3]*coeff[ 5]; in Inverse()
65 float a5 = coeff[ 2]*coeff[ 7] - coeff[ 3]*coeff[ 6]; in Inverse()
66 float b0 = coeff[ 8]*coeff[13] - coeff[ 9]*coeff[12]; in Inverse()
67 float b1 = coeff[ 8]*coeff[14] - coeff[10]*coeff[12]; in Inverse()
68 float b2 = coeff[ 8]*coeff[15] - coeff[11]*coeff[12]; in Inverse()
69 float b3 = coeff[ 9]*coeff[14] - coeff[10]*coeff[13]; in Inverse()
[all …]
/dports/graphics/gegl/gegl-0.4.34/gegl/
H A Dgegl-matrix.c181 matrix->coeff [0][0] = (copy.coeff [1][1] * copy.coeff [2][2] - in gegl_matrix3_invert()
182 copy.coeff [1][2] * copy.coeff [2][1]) * coeff; in gegl_matrix3_invert()
183 matrix->coeff [1][0] = (copy.coeff [1][2] * copy.coeff [2][0] - in gegl_matrix3_invert()
184 copy.coeff [1][0] * copy.coeff [2][2]) * coeff; in gegl_matrix3_invert()
185 matrix->coeff [2][0] = (copy.coeff [1][0] * copy.coeff [2][1] - in gegl_matrix3_invert()
188 matrix->coeff [0][1] = (copy.coeff [0][2] * copy.coeff [2][1] - in gegl_matrix3_invert()
190 matrix->coeff [1][1] = (copy.coeff [0][0] * copy.coeff [2][2] - in gegl_matrix3_invert()
192 matrix->coeff [2][1] = (copy.coeff [0][1] * copy.coeff [2][0] - in gegl_matrix3_invert()
195 matrix->coeff [0][2] = (copy.coeff [0][1] * copy.coeff [1][2] - in gegl_matrix3_invert()
197 matrix->coeff [1][2] = (copy.coeff [0][2] * copy.coeff [1][0] - in gegl_matrix3_invert()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/libgimpmath/
H A Dgimpmatrix.c255 tmp.coeff[0][0] = (matrix1->coeff[0][0] * matrix2->coeff[0][0] + in gimp_matrix2_mult()
257 tmp.coeff[0][1] = (matrix1->coeff[0][0] * matrix2->coeff[0][1] + in gimp_matrix2_mult()
259 tmp.coeff[1][0] = (matrix1->coeff[1][0] * matrix2->coeff[0][0] + in gimp_matrix2_mult()
261 tmp.coeff[1][1] = (matrix1->coeff[1][0] * matrix2->coeff[0][1] + in gimp_matrix2_mult()
795 inv.coeff[0][0] = (matrix->coeff[1][1] * matrix->coeff[2][2] - in gimp_matrix3_invert()
798 inv.coeff[1][0] = - (matrix->coeff[1][0] * matrix->coeff[2][2] - in gimp_matrix3_invert()
801 inv.coeff[2][0] = (matrix->coeff[1][0] * matrix->coeff[2][1] - in gimp_matrix3_invert()
804 inv.coeff[0][1] = - (matrix->coeff[0][1] * matrix->coeff[2][2] - in gimp_matrix3_invert()
807 inv.coeff[1][1] = (matrix->coeff[0][0] * matrix->coeff[2][2] - in gimp_matrix3_invert()
810 inv.coeff[2][1] = - (matrix->coeff[0][0] * matrix->coeff[2][1] - in gimp_matrix3_invert()
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-math.c149 work[i][j] += in->coeff[k][i] * in->coeff[k][j]; in matrix4_color_invert()
171 out->coeff[i][j] = tmp.coeff[j][i]; in matrix4_color_invert()
351 + z*matrix->coeff[0][2] + matrix->coeff[0][3]; in matrix4_affine_transform_3dpoint()
353 + z*matrix->coeff[1][2] + matrix->coeff[1][3]; in matrix4_affine_transform_3dpoint()
355 + z*matrix->coeff[2][2] + matrix->coeff[2][3]; in matrix4_affine_transform_3dpoint()
533 result->coeff[i][j] = LERP(a->coeff[i][j], b->coeff[i][j], alpha); in matrix3_interpolate()
596 …const double reverse_det = 1.0/(mat->coeff[0][0]*mat->coeff[1][1] - mat->coeff[0][1]*mat->coeff[1]… in matrix3_affine_invert()
602 tmp.coeff[2][0] = (mat->coeff[1][0]*mat->coeff[2][1] - mat->coeff[1][1]*mat->coeff[2][0])/ in matrix3_affine_invert()
603 (mat->coeff[0][0]*mat->coeff[1][1] - mat->coeff[0][1]*mat->coeff[1][0]); in matrix3_affine_invert()
604 tmp.coeff[2][1] = -(mat->coeff[0][0]*mat->coeff[2][1] - mat->coeff[0][1]*mat->coeff[2][0])/ in matrix3_affine_invert()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/support/
H A Dinteguse.c20 double *coeff = info->intCoeff; in integrate() local
27 coeff[1] * devStates[1][qcap]; in integrate()
31 coeff[1] * devStates[1][qcap] + in integrate()
32 coeff[2] * devStates[2][qcap]; in integrate()
36 coeff[1] * devStates[1][qcap] + in integrate()
37 coeff[2] * devStates[2][qcap] + in integrate()
38 coeff[3] * devStates[3][qcap]; in integrate()
42 coeff[1] * devStates[1][qcap] + in integrate()
43 coeff[2] * devStates[2][qcap] + in integrate()
45 coeff[4] * devStates[4][qcap]; in integrate()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Ddistort.c102 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[2]*coeff[4]); in InvertAffineCoefficients()
105 inverse[5]=determinant*(coeff[2]*coeff[3]-coeff[0]*coeff[5]); in InvertAffineCoefficients()
117 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[4]*coeff[2]); in InvertPerspectiveCoefficients()
120 inverse[5]=determinant*(coeff[3]*coeff[2]-coeff[0]*coeff[5]); in InvertPerspectiveCoefficients()
121 inverse[6]=determinant*(coeff[3]*coeff[7]-coeff[6]*coeff[4]); in InvertPerspectiveCoefficients()
122 inverse[7]=determinant*(coeff[6]*coeff[1]-coeff[0]*coeff[7]); in InvertPerspectiveCoefficients()
1072 coeff[8] = coeff[0]*coeff[5] - coeff[1]*coeff[4]; in GenerateCoefficients()
1073 coeff[9] = 2*(coeff[2]*coeff[5] - coeff[1]*coeff[6]); in GenerateCoefficients()
2165 coeff[0],coeff[1],coeff[2],coeff[3]); in DistortImage()
2167 coeff[4],coeff[5],coeff[6],coeff[7]); in DistortImage()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Ddistort.c102 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[2]*coeff[4]); in InvertAffineCoefficients()
105 inverse[5]=determinant*(coeff[2]*coeff[3]-coeff[0]*coeff[5]); in InvertAffineCoefficients()
117 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[4]*coeff[2]); in InvertPerspectiveCoefficients()
120 inverse[5]=determinant*(coeff[3]*coeff[2]-coeff[0]*coeff[5]); in InvertPerspectiveCoefficients()
121 inverse[6]=determinant*(coeff[3]*coeff[7]-coeff[6]*coeff[4]); in InvertPerspectiveCoefficients()
122 inverse[7]=determinant*(coeff[6]*coeff[1]-coeff[0]*coeff[7]); in InvertPerspectiveCoefficients()
1072 coeff[8] = coeff[0]*coeff[5] - coeff[1]*coeff[4]; in GenerateCoefficients()
1073 coeff[9] = 2*(coeff[2]*coeff[5] - coeff[1]*coeff[6]); in GenerateCoefficients()
2165 coeff[0],coeff[1],coeff[2],coeff[3]); in DistortImage()
2167 coeff[4],coeff[5],coeff[6],coeff[7]); in DistortImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Ddistort.c104 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[2]*coeff[4]); in InvertAffineCoefficients()
107 inverse[5]=determinant*(coeff[2]*coeff[3]-coeff[0]*coeff[5]); in InvertAffineCoefficients()
119 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[4]*coeff[2]); in InvertPerspectiveCoefficients()
122 inverse[5]=determinant*(coeff[3]*coeff[2]-coeff[0]*coeff[5]); in InvertPerspectiveCoefficients()
123 inverse[6]=determinant*(coeff[3]*coeff[7]-coeff[6]*coeff[4]); in InvertPerspectiveCoefficients()
124 inverse[7]=determinant*(coeff[6]*coeff[1]-coeff[0]*coeff[7]); in InvertPerspectiveCoefficients()
991 coeff[8] = coeff[0]*coeff[5] - coeff[1]*coeff[4]; in GenerateCoefficients()
992 coeff[9] = 2*(coeff[2]*coeff[5] - coeff[1]*coeff[6]); in GenerateCoefficients()
2074 coeff[0],coeff[1],coeff[2],coeff[3]); in DistortImage()
2076 coeff[4],coeff[5],coeff[6],coeff[7]); in DistortImage()
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Ddistort.c104 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[2]*coeff[4]); in InvertAffineCoefficients()
107 inverse[5]=determinant*(coeff[2]*coeff[3]-coeff[0]*coeff[5]); in InvertAffineCoefficients()
119 inverse[2]=determinant*(coeff[1]*coeff[5]-coeff[4]*coeff[2]); in InvertPerspectiveCoefficients()
122 inverse[5]=determinant*(coeff[3]*coeff[2]-coeff[0]*coeff[5]); in InvertPerspectiveCoefficients()
123 inverse[6]=determinant*(coeff[3]*coeff[7]-coeff[6]*coeff[4]); in InvertPerspectiveCoefficients()
124 inverse[7]=determinant*(coeff[6]*coeff[1]-coeff[0]*coeff[7]); in InvertPerspectiveCoefficients()
991 coeff[8] = coeff[0]*coeff[5] - coeff[1]*coeff[4]; in GenerateCoefficients()
992 coeff[9] = 2*(coeff[2]*coeff[5] - coeff[1]*coeff[6]); in GenerateCoefficients()
2074 coeff[0],coeff[1],coeff[2],coeff[3]); in DistortImage()
2076 coeff[4],coeff[5],coeff[6],coeff[7]); in DistortImage()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/include/LiDIA/finite_fields/
H A Dbase_sparse_power_series.cc67 (*this->coeff)[0].coeff = elem; in base_sparse_power_series()
163 *this->coeff = *a.coeff; in base_sparse_power_series()
281 (*this->coeff)[0].coeff = elem; in set()
311 (*this->coeff)[j].coeff = c[i]; in set()
358 (*this->coeff)[j].coeff = c[i];
845 *this->coeff = *a.coeff; in assign()
876 this->coeff = b.coeff; in swap()
989 (*this->coeff)[i].coeff += (*this->coeff)[i+j].coeff; in rebuild()
1353 LiDIA::add ((*this->coeff)[where].coeff, (*this->coeff)[where].coeff, b); in add()
1458 LiDIA::subtract ((*this->coeff)[where].coeff, (*this->coeff)[where].coeff, b); in subtract()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp60coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum()
70 nc_even = _mm_load_pd(coeff + 4); in lanczos_sum()
72 nc_odd = _mm_load_pd(coeff + 6); in lanczos_sum()
77 nc_even = _mm_load_pd(coeff + 8); in lanczos_sum()
79 nc_odd = _mm_load_pd(coeff + 10); in lanczos_sum()
84 nc_even = _mm_load_pd(coeff + 12); in lanczos_sum()
86 nc_odd = _mm_load_pd(coeff + 14); in lanczos_sum()
93 nc_odd = _mm_load_pd(coeff + 18); in lanczos_sum()
100 nc_odd = _mm_load_pd(coeff + 22); in lanczos_sum()
154coeff[24] * z + coeff[22]) * z + coeff[20]) * z + coeff[18]) * z + coeff[16]) * z + coeff[14]) * z… in lanczos_sum_expG_scaled()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Deigen.h115 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<b.coeff(0));
119 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)> b.coeff(1)) : (a.coeff(0)>b.coeff(0));
123 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<=b.coeff(0));
127 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)> b.coeff(1)) : (a.coeff(0)>=b.coeff(0));
135 (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<b.coeff(0));
140 (a.coeff(1)!=b.coeff(1))?(a.coeff(1)> b.coeff(1)) : (a.coeff(0)>b.coeff(0));
157 …return (a.coeff(3)!=b.coeff(3))?(a.coeff(3)< b.coeff(3)) : (a.coeff(2)!=b.coeff(2))?(a.coeff(2)< b…
158 (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<b.coeff(0));
162 …return (a.coeff(3)!=b.coeff(3))?(a.coeff(3)> b.coeff(3)) : (a.coeff(2)!=b.coeff(2))?(a.coeff(2)> b…
167 …return (a.coeff(3)!=b.coeff(3))?(a.coeff(3)< b.coeff(3)) : (a.coeff(2)!=b.coeff(2))?(a.coeff(2)< b…
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Deigen.h115 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<b.coeff(0));
119 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)> b.coeff(1)) : (a.coeff(0)>b.coeff(0));
123 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<=b.coeff(0));
127 return (a.coeff(1)!=b.coeff(1))?(a.coeff(1)> b.coeff(1)) : (a.coeff(0)>=b.coeff(0));
135 (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<b.coeff(0));
140 (a.coeff(1)!=b.coeff(1))?(a.coeff(1)> b.coeff(1)) : (a.coeff(0)>b.coeff(0));
157 …return (a.coeff(3)!=b.coeff(3))?(a.coeff(3)< b.coeff(3)) : (a.coeff(2)!=b.coeff(2))?(a.coeff(2)< b…
158 (a.coeff(1)!=b.coeff(1))?(a.coeff(1)< b.coeff(1)) : (a.coeff(0)<b.coeff(0));
162 …return (a.coeff(3)!=b.coeff(3))?(a.coeff(3)> b.coeff(3)) : (a.coeff(2)!=b.coeff(2))?(a.coeff(2)> b…
167 …return (a.coeff(3)!=b.coeff(3))?(a.coeff(3)< b.coeff(3)) : (a.coeff(2)!=b.coeff(2))?(a.coeff(2)< b…
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/codec/
H A Dcoeff.c158 return coeff; in alloc_uniform_coeff_model()
170 rpf_t *rpf = used_states [edge] ? coeff->rpf : coeff->dc_rpf; in uniform_bits()
209 coeff->model = aac_model_alloc (coeff); in alloc_aac_coeff_model()
211 return coeff; in alloc_aac_coeff_model()
275 sizeof (word_t) * ((coeff->max_level - coeff->min_level + 1) in aac_model_duplicate()
279 sizeof (word_t) * (coeff->max_level - coeff->min_level + 1 + 1)); in aac_model_duplicate()
288 unsigned size = (coeff->max_level - coeff->min_level + 1) in aac_model_alloc()
306 for (n = coeff->min_level; n <= coeff->max_level; n++) in aac_model_alloc()
348 return coeff; in default_alloc()
354 coeff->model_free (coeff->model); in default_free()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dnumerics_polynomial_solvers.hpp32 double coeff[2]; in TEST() local
42 coeff[0] = 0; in TEST()
43 coeff[1] = 1; in TEST()
54 coeff[0] = 0; in TEST()
55 coeff[1] = 18; in TEST()
66 coeff[0] = -1; in TEST()
79 coeff[1] = -1; in TEST()
90 coeff[0] = 0; in TEST()
91 coeff[1] = 0; in TEST()
118 coeff[2] = 1; in TEST()
[all …]

12345678910>>...238