Home
last modified time | relevance | path

Searched refs:num_points (Results 76 – 100 of 3739) sorted by relevance

12345678910>>...150

/dports/graphics/fyre/fyre-1.0.1/src/
H A Dspline.c62 n->num_points = spline->num_points; in spline_copy()
83 n->num_points = size / sizeof(SplineControlPoint); in spline_unserialize()
100 for (i = 1; i < spline->num_points - 1; ++i) in spline_solve()
113 y2[spline->num_points - 1] = 0.0; in spline_solve()
114 for (k = spline->num_points - 2; k >= 0; --k) in spline_solve()
125 k_lo = 0; k_hi = spline->num_points - 1; in spline_eval()
173 for (i = active->num_points = 0; i < spline->num_points; ++i) in spline_find_active_points()
179 ++active->num_points; in spline_find_active_points()
186 if (active->num_points < 2) in spline_find_active_points()
188 if (active->num_points > 0) in spline_find_active_points()
[all …]
/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_32f_invsqrt_32f.h96 volk_32f_invsqrt_32f_a_avx(float* cVector, const float* aVector, unsigned int num_points) in volk_32f_invsqrt_32f_a_avx() argument
99 const unsigned int eighthPoints = num_points / 8; in volk_32f_invsqrt_32f_a_avx()
113 for(;number < num_points; number++) in volk_32f_invsqrt_32f_a_avx()
127 const unsigned int quarterPoints = num_points / 4; in volk_32f_invsqrt_32f_a_sse()
146 for(;number < num_points; number++) { in volk_32f_invsqrt_32f_a_sse()
157 volk_32f_invsqrt_32f_neon(float* cVector, const float* aVector, unsigned int num_points) in volk_32f_invsqrt_32f_neon() argument
160 const unsigned int quarter_points = num_points / 4; in volk_32f_invsqrt_32f_neon()
173 for(number=quarter_points * 4;number < num_points; number++) in volk_32f_invsqrt_32f_neon()
187 for(number = 0; number < num_points; number++) { in volk_32f_invsqrt_32f_generic()
200 const unsigned int eighthPoints = num_points / 8; in volk_32f_invsqrt_32f_u_avx()
[all …]
H A Dvolk_32f_binary_slicer_32i.h83 for(number = 0; number < num_points; number++){ in volk_32f_binary_slicer_32i_generic()
104 for(number = 0; number < num_points; number++){ in volk_32f_binary_slicer_32i_generic_branchless()
121 unsigned int quarter_points = num_points / 4; in volk_32f_binary_slicer_32i_a_sse2()
140 for(number = quarter_points * 4; number < num_points; number++){ in volk_32f_binary_slicer_32i_a_sse2()
156 volk_32f_binary_slicer_32i_a_avx(int* cVector, const float* aVector, unsigned int num_points) in volk_32f_binary_slicer_32i_a_avx() argument
162 unsigned int quarter_points = num_points / 8; in volk_32f_binary_slicer_32i_a_avx()
182 for(number = quarter_points * 8; number < num_points; number++){ in volk_32f_binary_slicer_32i_a_avx()
204 unsigned int quarter_points = num_points / 4; in volk_32f_binary_slicer_32i_u_sse2()
223 for(number = quarter_points * 4; number < num_points; number++){ in volk_32f_binary_slicer_32i_u_sse2()
245 unsigned int quarter_points = num_points / 8; in volk_32f_binary_slicer_32i_u_avx()
[all …]
H A Dvolk_32fc_s32fc_rotatorpuppet_32fc.h35 …_32fc_t* outVector, const lv_32fc_t* inVector, const lv_32fc_t phase_inc, unsigned int num_points){ in volk_32fc_s32fc_rotatorpuppet_32fc_generic() argument
39 volk_32fc_s32fc_x2_rotator_32fc_generic(outVector, inVector, phase_inc_n, phase, num_points); in volk_32fc_s32fc_rotatorpuppet_32fc_generic()
50 …_32fc_t* outVector, const lv_32fc_t* inVector, const lv_32fc_t phase_inc, unsigned int num_points){ in volk_32fc_s32fc_rotatorpuppet_32fc_neon() argument
54 volk_32fc_s32fc_x2_rotator_32fc_neon(outVector, inVector, phase_inc_n, phase, num_points); in volk_32fc_s32fc_rotatorpuppet_32fc_neon()
68 volk_32fc_s32fc_x2_rotator_32fc_a_sse4_1(outVector, inVector, phase_inc_n, phase, num_points); in volk_32fc_s32fc_rotatorpuppet_32fc_a_sse4_1()
81 volk_32fc_s32fc_x2_rotator_32fc_u_sse4_1(outVector, inVector, phase_inc_n, phase, num_points); in volk_32fc_s32fc_rotatorpuppet_32fc_u_sse4_1()
91 …_32fc_t* outVector, const lv_32fc_t* inVector, const lv_32fc_t phase_inc, unsigned int num_points){ in volk_32fc_s32fc_rotatorpuppet_32fc_a_avx() argument
95 volk_32fc_s32fc_x2_rotator_32fc_a_avx(outVector, inVector, phase_inc_n, phase, num_points); in volk_32fc_s32fc_rotatorpuppet_32fc_a_avx()
108 volk_32fc_s32fc_x2_rotator_32fc_u_avx(outVector, inVector, phase_inc_n, phase, num_points); in volk_32fc_s32fc_rotatorpuppet_32fc_u_avx()
120 volk_32fc_s32fc_x2_rotator_32fc_a_avx_fma(outVector, inVector, phase_inc_n, phase, num_points); in volk_32fc_s32fc_rotatorpuppet_32fc_a_avx_fma()
[all …]
H A Dvolk_64f_x2_max_64f.h85 const unsigned int eigthPoints = num_points / 8; in volk_64f_x2_max_64f_a_avx512f()
107 for(;number < num_points; number++){ in volk_64f_x2_max_64f_a_avx512f()
124 const unsigned int quarterPoints = num_points / 4; in volk_64f_x2_max_64f_a_avx()
146 for(;number < num_points; number++){ in volk_64f_x2_max_64f_a_avx()
163 const unsigned int halfPoints = num_points / 2; in volk_64f_x2_max_64f_a_sse2()
185 for(;number < num_points; number++){ in volk_64f_x2_max_64f_a_sse2()
205 for(number = 0; number < num_points; number++){ in volk_64f_x2_max_64f_generic()
231 const unsigned int eigthPoints = num_points / 8; in volk_64f_x2_max_64f_u_avx512f()
253 for(;number < num_points; number++){ in volk_64f_x2_max_64f_u_avx512f()
270 const unsigned int quarterPoints = num_points / 4; in volk_64f_x2_max_64f_u_avx()
[all …]
H A Dvolk_64f_x2_min_64f.h85 const unsigned int eigthPoints = num_points / 8; in volk_64f_x2_min_64f_a_avx512f()
107 for(;number < num_points; number++){ in volk_64f_x2_min_64f_a_avx512f()
124 const unsigned int quarterPoints = num_points / 4; in volk_64f_x2_min_64f_a_avx()
146 for(;number < num_points; number++){ in volk_64f_x2_min_64f_a_avx()
163 const unsigned int halfPoints = num_points / 2; in volk_64f_x2_min_64f_a_sse2()
185 for(;number < num_points; number++){ in volk_64f_x2_min_64f_a_sse2()
205 for(number = 0; number < num_points; number++){ in volk_64f_x2_min_64f_generic()
230 const unsigned int eigthPoints = num_points / 8; in volk_64f_x2_min_64f_u_avx512f()
252 for(;number < num_points; number++){ in volk_64f_x2_min_64f_u_avx512f()
269 const unsigned int quarterPoints = num_points / 4; in volk_64f_x2_min_64f_u_avx()
[all …]
H A Dvolk_32fc_x2_add_32fc.h84 const unsigned int quarterPoints = num_points / 4; in volk_32fc_x2_add_32fc_u_avx()
106 for(;number < num_points; number++){ in volk_32fc_x2_add_32fc_u_avx()
121 const unsigned int quarterPoints = num_points / 4; in volk_32fc_x2_add_32fc_a_avx()
143 for(;number < num_points; number++){ in volk_32fc_x2_add_32fc_a_avx()
158 const unsigned int halfPoints = num_points / 2; in volk_32fc_x2_add_32fc_u_sse()
180 for(;number < num_points; number++){ in volk_32fc_x2_add_32fc_u_sse()
198 for(number = 0; number < num_points; number++){ in volk_32fc_x2_add_32fc_generic()
212 const unsigned int halfPoints = num_points / 2; in volk_32fc_x2_add_32fc_a_sse()
233 for(;number < num_points; number++){ in volk_32fc_x2_add_32fc_a_sse()
248 const unsigned int halfPoints = num_points / 2; in volk_32fc_x2_add_32fc_u_neon()
[all …]
H A Dvolk_32fc_deinterleave_64f_x2.h92 const unsigned int quarterPoints = num_points / 4; in volk_32fc_deinterleave_64f_x2_u_avx()
120 for (; number < num_points; number++) { in volk_32fc_deinterleave_64f_x2_u_avx()
140 const unsigned int halfPoints = num_points / 2; in volk_32fc_deinterleave_64f_x2_u_sse2()
164 for (; number < num_points; number++) { in volk_32fc_deinterleave_64f_x2_u_sse2()
182 for (number = 0; number < num_points; number++) { in volk_32fc_deinterleave_64f_x2_generic()
209 const unsigned int quarterPoints = num_points / 4; in volk_32fc_deinterleave_64f_x2_a_avx()
237 for (; number < num_points; number++) { in volk_32fc_deinterleave_64f_x2_a_avx()
257 const unsigned int halfPoints = num_points / 2; in volk_32fc_deinterleave_64f_x2_a_sse2()
281 for (; number < num_points; number++) { in volk_32fc_deinterleave_64f_x2_a_sse2()
299 for (number = 0; number < num_points; number++) { in volk_32fc_deinterleave_64f_x2_a_generic()
[all …]
H A Dvolk_16i_convert_8i.h66 const unsigned int thirtysecondPoints = num_points / 32; in volk_16i_convert_8i_u_avx2()
92 for(; number < num_points; number++){ in volk_16i_convert_8i_u_avx2()
106 const unsigned int sixteenthPoints = num_points / 16; in volk_16i_convert_8i_u_sse2()
131 for(; number < num_points; number++){ in volk_16i_convert_8i_u_sse2()
147 for(number = 0; number < num_points; number++){ in volk_16i_convert_8i_generic()
170 const unsigned int thirtysecondPoints = num_points / 32; in volk_16i_convert_8i_a_avx2()
196 for(; number < num_points; number++){ in volk_16i_convert_8i_a_avx2()
210 const unsigned int sixteenthPoints = num_points / 16; in volk_16i_convert_8i_a_sse2()
235 for(; number < num_points; number++){ in volk_16i_convert_8i_a_sse2()
251 unsigned int sixteenth_points = num_points / 16; in volk_16i_convert_8i_neon()
[all …]
H A Dvolk_32fc_x2_multiply_conjugate_32fc.h88 const unsigned int quarterPoints = num_points / 4; in volk_32fc_x2_multiply_conjugate_32fc_u_avx()
108 for(; number < num_points; number++){ in volk_32fc_x2_multiply_conjugate_32fc_u_avx()
124 const unsigned int halfPoints = num_points / 2; in volk_32fc_x2_multiply_conjugate_32fc_u_sse3()
142 if((num_points % 2) != 0){ in volk_32fc_x2_multiply_conjugate_32fc_u_sse3()
160 for(number = 0; number < num_points; number++){ in volk_32fc_x2_multiply_conjugate_32fc_generic()
186 const unsigned int quarterPoints = num_points / 4; in volk_32fc_x2_multiply_conjugate_32fc_a_avx()
206 for(; number < num_points; number++){ in volk_32fc_x2_multiply_conjugate_32fc_a_avx()
222 const unsigned int halfPoints = num_points / 2; in volk_32fc_x2_multiply_conjugate_32fc_a_sse3()
240 if((num_points % 2) != 0){ in volk_32fc_x2_multiply_conjugate_32fc_a_sse3()
256 unsigned int quarter_points = num_points / 4; in volk_32fc_x2_multiply_conjugate_32fc_neon()
[all …]
H A Dvolk_32fc_x2_s32fc_multiply_conjugate_add_32fc.h99 unsigned int number = num_points; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_generic()
130 unsigned int isodd = num_points & 3; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_avx()
154 for(i = num_points-isodd; i < num_points; i++) { in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_avx()
167 const unsigned int halfPoints = num_points / 2; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_sse3()
191 if((num_points % 2) != 0) { in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_sse3()
206 unsigned int isodd = num_points & 3; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_a_avx()
230 for(i = num_points-isodd; i < num_points; i++) { in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_a_avx()
243 const unsigned int halfPoints = num_points / 2; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_a_sse3()
267 if((num_points % 2) != 0) { in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_a_sse3()
281 unsigned int number = num_points; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_neon()
[all …]
H A Dvolk_32fc_deinterleave_imag_32f.h81 unsigned int num_points) in volk_32fc_deinterleave_imag_32f_a_avx() argument
84 const unsigned int eighthPoints = num_points / 8; in volk_32fc_deinterleave_imag_32f_a_avx()
109 for(; number < num_points; number++){ in volk_32fc_deinterleave_imag_32f_a_avx()
121 unsigned int num_points) in volk_32fc_deinterleave_imag_32f_a_sse() argument
124 const unsigned int quarterPoints = num_points / 4; in volk_32fc_deinterleave_imag_32f_a_sse()
147 for(; number < num_points; number++){ in volk_32fc_deinterleave_imag_32f_a_sse()
159 unsigned int num_points) in volk_32fc_deinterleave_imag_32f_neon() argument
162 unsigned int quarter_points = num_points / 4; in volk_32fc_deinterleave_imag_32f_neon()
190 for(number = 0; number < num_points; number++){ in volk_32fc_deinterleave_imag_32f_generic()
214 const unsigned int eighthPoints = num_points / 8; in volk_32fc_deinterleave_imag_32f_u_avx()
[all …]
H A Dvolk_32fc_deinterleave_real_32f.h81 unsigned int num_points) in volk_32fc_deinterleave_real_32f_a_avx2() argument
84 const unsigned int eighthPoints = num_points / 8; in volk_32fc_deinterleave_real_32f_a_avx2()
110 for(; number < num_points; number++){ in volk_32fc_deinterleave_real_32f_a_avx2()
122 unsigned int num_points) in volk_32fc_deinterleave_real_32f_a_sse() argument
125 const unsigned int quarterPoints = num_points / 4; in volk_32fc_deinterleave_real_32f_a_sse()
148 for(; number < num_points; number++){ in volk_32fc_deinterleave_real_32f_a_sse()
165 for(number = 0; number < num_points; number++){ in volk_32fc_deinterleave_real_32f_generic()
178 unsigned int num_points) in volk_32fc_deinterleave_real_32f_neon() argument
181 unsigned int quarter_points = num_points / 4; in volk_32fc_deinterleave_real_32f_neon()
217 const unsigned int eighthPoints = num_points / 8; in volk_32fc_deinterleave_real_32f_u_avx2()
[all …]
H A Dvolk_64f_x2_add_64f.h88 for (number = 0; number < num_points; number++) { in volk_64f_x2_add_64f_generic()
105 const double *bVector, unsigned int num_points) in volk_64f_x2_add_64f_u_sse2() argument
108 const unsigned int half_points = num_points / 2; in volk_64f_x2_add_64f_u_sse2()
129 for (; number < num_points; number++) { in volk_64f_x2_add_64f_u_sse2()
143 const double *bVector, unsigned int num_points) in volk_64f_x2_add_64f_u_avx() argument
146 const unsigned int quarter_points = num_points / 4; in volk_64f_x2_add_64f_u_avx()
168 for (; number < num_points; number++) { in volk_64f_x2_add_64f_u_avx()
188 const unsigned int half_points = num_points / 2; in volk_64f_x2_add_64f_a_sse2()
209 for (; number < num_points; number++) { in volk_64f_x2_add_64f_a_sse2()
226 const unsigned int quarter_points = num_points / 4; in volk_64f_x2_add_64f_a_avx()
[all …]
H A Dvolk_64f_x2_multiply_64f.h88 for (number = 0; number < num_points; number++) { in volk_64f_x2_multiply_64f_generic()
105 const double *bVector, unsigned int num_points) in volk_64f_x2_multiply_64f_u_sse2() argument
108 const unsigned int half_points = num_points / 2; in volk_64f_x2_multiply_64f_u_sse2()
129 for (; number < num_points; number++) { in volk_64f_x2_multiply_64f_u_sse2()
143 const double *bVector, unsigned int num_points) in volk_64f_x2_multiply_64f_u_avx() argument
146 const unsigned int quarter_points = num_points / 4; in volk_64f_x2_multiply_64f_u_avx()
168 for (; number < num_points; number++) { in volk_64f_x2_multiply_64f_u_avx()
188 const unsigned int half_points = num_points / 2; in volk_64f_x2_multiply_64f_a_sse2()
209 for (; number < num_points; number++) { in volk_64f_x2_multiply_64f_a_sse2()
226 const unsigned int quarter_points = num_points / 4; in volk_64f_x2_multiply_64f_a_avx()
[all …]
H A Dvolk_32fc_x2_s32f_square_dist_scalar_mult_32f.h90 for(unsigned int i = 0; i < num_points; ++i) { in calculate_scaled_distances()
110 const unsigned int num_bytes = num_points*8; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_avx2()
192 const int eightsPoints = num_points / 8; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_avx()
239 const int quarterPoints = num_points / 4; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_sse3()
241 const int leftovers1 = num_points % 2; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_sse3()
291 for (unsigned i = 0; i < num_points / 4; ++i) { in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_a_sse()
336 const unsigned int num_bytes = num_points*8; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_u_avx2()
418 const int eightsPoints = num_points / 8; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_u_avx()
465 const int quarterPoints = num_points / 4; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_u_sse3()
467 const int leftovers1 = num_points % 2; in volk_32fc_x2_s32f_square_dist_scalar_mult_32f_u_sse3()
[all …]
H A Dvolk_64u_byteswap.h81 const unsigned int halfPoints = num_points / 2; in volk_64u_byteswap_u_sse2()
108 for(; number < num_points; number++){ in volk_64u_byteswap_u_sse2()
129 for(point = 0; point < num_points; point++){ in volk_64u_byteswap_generic()
150 const uint64_t nSets = num_points / nPerSet; in volk_64u_byteswap_a_avx2()
200 const uint64_t nSets = num_points / nPerSet; in volk_64u_byteswap_a_ssse3()
246 const unsigned int n4points = num_points / 4; in volk_64u_byteswap_neonv8()
280 unsigned int n8points = num_points / 4; in volk_64u_byteswap_neon()
345 const unsigned int halfPoints = num_points / 2; in volk_64u_byteswap_a_sse2()
372 for(; number < num_points; number++){ in volk_64u_byteswap_a_sse2()
393 const uint64_t nSets = num_points / nPerSet; in volk_64u_byteswap_u_avx2()
[all …]
H A Dvolk_32u_byteswap.h79 const uint64_t nSets = num_points / nPerSet; in volk_32u_byteswap_u_avx2()
121 const uint64_t quarterPoints = num_points / 4; in volk_32u_byteswap_u_sse2()
143 for(; number < num_points; number++){ in volk_32u_byteswap_u_sse2()
159 unsigned int n8points = num_points / 8; in volk_32u_byteswap_neon()
192 for(number = n8points * 8; number < num_points; ++number){ in volk_32u_byteswap_neon()
207 const unsigned int n8points = num_points / 8; in volk_32u_byteswap_neonv8()
243 for(point = 0; point < num_points; point++){ in volk_32u_byteswap_generic()
269 const uint64_t nSets = num_points / nPerSet; in volk_32u_byteswap_a_avx2()
312 const uint64_t quarterPoints = num_points / 4; in volk_32u_byteswap_a_sse2()
334 for(; number < num_points; number++){ in volk_32u_byteswap_a_sse2()
[all …]
H A Dvolk_32fc_deinterleave_real_64f.h81 double *iBuffer, const lv_32fc_t *complexVector, unsigned int num_points) { in volk_32fc_deinterleave_real_64f_a_avx2() argument
87 const unsigned int quarterPoints = num_points / 4; in volk_32fc_deinterleave_real_64f_a_avx2()
107 for (; number < num_points; number++) { in volk_32fc_deinterleave_real_64f_a_avx2()
118 double *iBuffer, const lv_32fc_t *complexVector, unsigned int num_points) { in volk_32fc_deinterleave_real_64f_a_sse2() argument
124 const unsigned int halfPoints = num_points / 2; in volk_32fc_deinterleave_real_64f_a_sse2()
141 for (; number < num_points; number++) { in volk_32fc_deinterleave_real_64f_a_sse2()
155 for (number = 0; number < num_points; number++) { in volk_32fc_deinterleave_real_64f_generic()
168 unsigned int quarter_points = num_points / 4; in volk_32fc_deinterleave_real_64f_neon()
194 for (number = quarter_points * 4; number < num_points; number++) { in volk_32fc_deinterleave_real_64f_neon()
219 const unsigned int quarterPoints = num_points / 4; in volk_32fc_deinterleave_real_64f_u_avx2()
[all …]
H A Dvolk_32f_index_max_32u.h78 if(num_points > 0){ in volk_32f_index_max_32u_a_sse4_1()
123 for(;number < num_points; number++){ in volk_32f_index_max_32u_a_sse4_1()
143 if(num_points > 0){ in volk_32f_index_max_32u_a_sse()
191 for(;number < num_points; number++){ in volk_32f_index_max_32u_a_sse()
209 if(num_points > 0) in volk_32f_index_max_32u_a_avx()
276 if(num_points > 0) in volk_32f_index_max_32u_neon()
344 if(num_points > 0){ in volk_32f_index_max_32u_generic()
350 for(; i < num_points; ++i) { in volk_32f_index_max_32u_generic()
380 if(num_points > 0) in volk_32f_index_max_32u_u_avx()
447 if(num_points > 0) in volk_32f_index_max_32u_u_sse4_1()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/src/
H A Doskar_station_beam.c26 int num_points, in oskar_convert_any_to_enu_directions() argument
39 0, 0, 0, num_points, in oskar_convert_any_to_enu_directions()
46 (size_t)num_points, status); in oskar_convert_any_to_enu_directions()
48 (size_t)num_points, status); in oskar_convert_any_to_enu_directions()
50 (size_t)num_points, status); in oskar_convert_any_to_enu_directions()
72 int num_points, in oskar_station_beam() argument
129 work, i, num_points + 1, status); in oskar_station_beam()
131 work, i, num_points + 1, status); in oskar_station_beam()
163 num_points++; in oskar_station_beam()
177 num_points, enu[0], enu[1], enu[2], in oskar_station_beam()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/test/
H A DTest_fit_ellipse.cpp41 int num_points = 7, status = 0; in TEST() local
47 std::vector<double> x(num_points), y(num_points); in TEST()
48 std::vector<double> work1(5 * num_points), work2(5 * num_points); in TEST()
65 oskar_fit_ellipse_d(&maj_d, &min_d, &pa_d, num_points, &x[0], &y[0], in TEST()
72 std::vector<float> x(num_points), y(num_points); in TEST()
73 std::vector<float> work1(5 * num_points), work2(5 * num_points); in TEST()
90 oskar_fit_ellipse_f(&maj_f, &min_f, &pa_f, num_points, &x[0], &y[0], in TEST()
/dports/science/qmcpack/qmcpack-3.11.0/src/einspline/
H A Dnubspline_create.c43 int M = basis->grid->num_points; in solve_NUB_deriv_interp_1d_s()
262 Nx = x_grid->num_points + 2; in create_NUBspline_2d_s()
263 Ny = y_grid->num_points + 2; in create_NUBspline_2d_s()
315 Nx = x_grid->num_points + 2; in create_NUBspline_3d_s()
316 Ny = y_grid->num_points + 2; in create_NUBspline_3d_s()
317 Nz = z_grid->num_points + 2; in create_NUBspline_3d_s()
589 Nx = x_grid->num_points + 2; in create_NUBspline_2d_d()
590 Ny = y_grid->num_points + 2; in create_NUBspline_2d_d()
643 Nx = x_grid->num_points + 2; in create_NUBspline_3d_d()
644 Ny = y_grid->num_points + 2; in create_NUBspline_3d_d()
[all …]
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvaspolyline.c54 points->num_points = num_points; in goo_canvas_points_new()
501 if (polyline_data->num_points < 2 in goo_canvas_polyline_reconfigure_arrows()
560 polyline_data->num_points = 0; in goo_canvas_polyline_set_common_property()
564 polyline_data->num_points = points->num_points; in goo_canvas_polyline_set_common_property()
731 polyline_data->num_points = num_points; in goo_canvas_polyline_new()
732 if (num_points) in goo_canvas_polyline_new()
735 va_start (var_args, num_points); in goo_canvas_polyline_new()
797 polyline_data->num_points = 2; in goo_canvas_polyline_new_line()
1235 polyline_data->num_points = num_points; in goo_canvas_polyline_model_new()
1236 if (num_points) in goo_canvas_polyline_model_new()
[all …]
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvaspolyline.c54 points->num_points = num_points; in goo_canvas_points_new()
501 if (polyline_data->num_points < 2 in goo_canvas_polyline_reconfigure_arrows()
560 polyline_data->num_points = 0; in goo_canvas_polyline_set_common_property()
564 polyline_data->num_points = points->num_points; in goo_canvas_polyline_set_common_property()
731 polyline_data->num_points = num_points; in goo_canvas_polyline_new()
732 if (num_points) in goo_canvas_polyline_new()
735 va_start (var_args, num_points); in goo_canvas_polyline_new()
797 polyline_data->num_points = 2; in goo_canvas_polyline_new_line()
1235 polyline_data->num_points = num_points; in goo_canvas_polyline_model_new()
1236 if (num_points) in goo_canvas_polyline_model_new()
[all …]

12345678910>>...150