Home
last modified time | relevance | path

Searched refs:xp0 (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dgenptrs.c32 char __xdata * xp0 = NULL; variable
60 ASSERT (xp0 == NULL); in testPtrs()
74 ASSERT (eq(xp0, ip0)); in testPtrs()
75 ASSERT (eq(xp0, pp0)); in testPtrs()
76 ASSERT (eq(xp0, cp0)); in testPtrs()
78 ASSERT (eq(xp0, fp0)); in testPtrs()
95 ASSERT (!smaller(xp0, ip0) && !greater(xp0, ip0)); in testPtrs()
96 ASSERT (!smaller(xp0, pp0) && !greater(xp0, pp0)); in testPtrs()
97 ASSERT (!smaller(xp0, cp0) && !greater(xp0, cp0)); in testPtrs()
98 ASSERT (!smaller(xp0, fp0) && !greater(xp0, fp0)); in testPtrs()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/plot/libplot/
H A Dspline.c8 double xa, ya, xc, yc, *xp, *yp, *xp0, *yp0, *xpe, *ype; in splin() local
15 xp0 = xp; in splin()
17 xpe = xp0 + 2 * (n - 1); in splin()
25 xc = 0.5 * (*xpe + *xp0); in splin()
29 xa = 0.5 * (*xpe + *xp0); in splin()
30 xc = 0.5 * (*(xp0 + 2) + *xp0); in splin()
33 parabola(xa, ya, xc, yc, *xp0, *yp0); in splin()
37 plotline(*xp0,*yp0,0.5*(*xp0+*(xp0+2)),0.5*(*yp0+*(yp0+2))); in splin()
/dports/games/fkiss/fkiss-0.33/
H A Dcolor.c278 int get_near_color(xp, xp0, cells) in get_near_color() argument
280 XColor *xp0; /* Colormap */
293 r = (xp0+i)->red - r0;
294 g = (xp0+i)->green - g0;
295 b = (xp0+i)->blue - b0;
306 XColor *xp0; in very_poor_system_pixels()
325 XColor *xp0; in alloc_colors() local
336 xp0 = NULL; in alloc_colors()
367 (xp0+i)->pixel = i; in alloc_colors()
421 if (xp0 != NULL) in alloc_colors()
[all …]
/dports/security/helib/HElib-1.3.1/src/
H A DPGFFT.cpp589 double * RESTRICT xp0, in fwd_butterfly_loop_simd() argument
610 store(xp0+2*(j+0), xx0_0); in fwd_butterfly_loop_simd()
620 cmplx_t * RESTRICT xp0, in fwd_butterfly_loop() argument
635 double * RESTRICT xp0, in inv_butterfly_loop_simd() argument
666 cmplx_t * RESTRICT xp0, in inv_butterfly_loop() argument
683 cmplx_t * RESTRICT xp0, in fwd_butterfly_loop() argument
702 cmplx_t * RESTRICT xp0, in inv_butterfly_loop() argument
1071 cmplx_t x0 = xp0[j]; in new_ifft_short1()
1072 xp0[j] = 2.0 * x0; in new_ifft_short1()
1136 cmplx_t x0 = xp0[j]; in new_ifft_short2()
[all …]
/dports/math/ntl/ntl-11.5.1/src/
H A DFFT.cpp1696 umint_t* NTL_RESTRICT xp0 = xp; in new_fft_short_flipped() local
1912 umint_t x0 = xp0[j]; in new_ifft_short1()
1913 xp0[j] = LazyDoubleMod4(x0, q); in new_ifft_short1()
1925 inv_butterfly0(xp0[0], xp1[0], q); in new_ifft_short1()
1977 umint_t x0 = xp0[j+0]; in new_ifft_short1_notab()
1982 umint_t x0 = xp0[j+1]; in new_ifft_short1_notab()
1996 inv_butterfly0(xp0[0], xp1[0], q); in new_ifft_short1_notab()
2125 umint_t* NTL_RESTRICT xp0 = xp; in new_ifft_short1_flipped() local
2202 umint_t x0 = xp0[j]; in new_ifft_short2()
2205 xp0[j] = LazyAddMod4(x0, u, q); in new_ifft_short2()
[all …]
H A Dpd_FFT.cpp591 double* xp0 = xp; in pd_fft_short() local
602 pd_fft_short(xp0, half, xn, lgN - 1, mod); in pd_fft_short()
616 pd_fft_short(xp0, half, half, lgN - 1, mod); in pd_fft_short()
979 double* xp0 = xp; in pd_ifft_short1() local
982 pd_ifft_short1(xp0, half, lgN - 1, mod); in pd_ifft_short1()
993 pd_full x0 = PDLD(xp0+j); in pd_ifft_short1()
994 store(xp0+j, pd_LazyDoubleMod4(x0, q)); in pd_ifft_short1()
1046 double* xp0 = xp; in pd_ifft_short2() local
1049 pd_ifft_short1(xp0, half, lgN - 1, mod); in pd_ifft_short2()
1061 pd_full x0 = PDLD(xp0+j); in pd_ifft_short2()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/duration/
H A Dhazard_regression.py605 xp0 = 0.
646 xp0 = 0.
700 xp0, xp1 = 0., 0.
749 xp0, xp1 = 0., 0.
812 xp0, xp1, xp2 = 0., 0., 0.
828 hess += m*(xp2 / xp0 - np.outer(xp1, xp1) / xp0**2)
889 c0 = xp0 - J*xp0f
992 xp0 = 0.
1065 xp0, xp1 = 0., 0.
1142 xp0 = 0.
[all …]
/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dsmg_residual_unrolled.c154 HYPRE_Real *xp0; in hypre_SMGResidual() local
198 xp0 = hypre_StructVectorData(x); in hypre_SMGResidual()
591 #define DEVICE_VAR is_device_ptr(rp,Ap0,xp0) in hypre_SMGResidual()
599 - Ap0[Ai] * xp0[xi]; in hypre_SMGResidual()
619 - Ap0[Ai] * xp0[xi] in hypre_SMGResidual()
641 - Ap0[Ai] * xp0[xi] in hypre_SMGResidual()
665 - Ap0[Ai] * xp0[xi] in hypre_SMGResidual()
691 - Ap0[Ai] * xp0[xi] in hypre_SMGResidual()
719 - Ap0[Ai] * xp0[xi] in hypre_SMGResidual()
753 - Ap0[Ai] * xp0[xi] in hypre_SMGResidual()
[all …]
/dports/cad/feappv/feappv-4.1i/unix/
H A Dplabl.f33 real*4 xp0(2) local
77 xp0(2) = xp(2) + 0.0125*(4-nchar+nchar/3)
78 call fptplt(xp0,yp,yyy,nchar,0)
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DWRITE_CONDITIONS_BOTTOM.DP15 let xp0 = 8
17 let xp = xp0 - xpdel
26 delete xp0 xpdel xp yp
/dports/cad/gmsh/gmsh-4.9.2-source/utils/converters/autocad/
H A Ddxf2geo.pl512 $xp0 = ($r1 * cos ($a1));
514 $xp1 = $x1 + ( $xp0 * cos($thet1)) - ( $yp0 * sin($thet1));
515 $yp1 = $y1 + ( $xp0 * sin($thet1)) + ( $yp0 * cos($thet1));
525 $xp0 = ($r1 * cos ($a3 / 180 * $pi));
527 $xp1 = $x1 + ( $xp0 * cos($thet1)) - ( $yp0 * sin($thet1));
531 $xp0 = ($r1 * cos ($a2));
533 $xp1 = $x1 + ( $xp0 * cos($thet1)) - ( $yp0 * sin($thet1));
534 $yp1 = $y1 + ( $xp0 * sin($thet1)) + ( $yp0 * cos($thet1));
565 $xp0 = ($r1 * cos ($a2));
567 $xp1 = $x1 + ( $xp0 * cos($thet1)) - ( $yp0 * sin($thet1));
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/tclsci/macros/
H A Dged_loop.sci90 if xp0>=b(1) & xp0<=b(2) & yp0>=b(3) & yp0<=b(4)
97 if xp0>=b(1) & xp0<=b(2) & yp0>=b(3) & yp0<=b(4)
110 if (xp0>=b(1) & xp0<=b(2)) & (yp0>=b(3) & yp0<=b(4))
121 if (xp0>=b(1) & xp0<=b(2)) & (yp0>=b(3) & yp0<=b(4))
129 [xp0, yp0] = xchange(pt(1),pt(2),"i2f")
130 xp = xp0
180 xp = xp0, yp = yp0
262 [xp0, yp0] = xchange(pos(1), pos(2), "f2i");
268 [xbox, ybox] = xchange(xp0 + xpix, yp0 + ypix, "i2f");
/dports/security/helib/HElib-1.3.1/tests/
H A DGTestReplicate.cpp93 xp0(ea), in GTestReplicate()
100 random(ea, xp0); in SetUp()
103 ea.encrypt(xc0, publicKey, xp0); in SetUp()
124 helib::PlaintextArray xp0; member in __anon6a78c0280111::GTestReplicate
243 ReplicateTester handler(secretKey, ea, xp0, B); in TEST_P()
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_Replicate.cpp129 PlaintextArray xp0(ea), xp1(ea); in TestIt() local
130 random(ea, xp0); in TestIt()
134 ea.encrypt(xc0, publicKey, xp0); in TestIt()
168 ReplicateTester *handler = new ReplicateTester(secretKey, ea, xp0, B); in TestIt()
/dports/devel/blitz/blitz-1.0.2/blitz/
H A Dtraversal.cc94 int xp0 = coord2(0)[0]; in MakeHilbertTraversal() local
103 coord2(i)[0] = (coord2(i)[0]-xp0)/(2*xp0); in MakeHilbertTraversal()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfdrop.c225 int xp0, xp; in margin_boundary() local
244 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
245 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
246 if (xp0 < xmin) { in margin_boundary()
247 xp0 += fixed_1; in margin_boundary()
252 for (i = i0, xp = xp0; xp < xmax && i < ll->bbox_width; xp += fixed_1, i++) { in margin_boundary()
271 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
272 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
273 if (xp0 < xmin) { in margin_boundary()
275 xp0 += fixed_1; in margin_boundary()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfdrop.c225 int xp0, xp; in margin_boundary() local
244 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
245 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
246 if (xp0 < xmin) { in margin_boundary()
247 xp0 += fixed_1; in margin_boundary()
252 for (i = i0, xp = xp0; xp < xmax && i < ll->bbox_width; xp += fixed_1, i++) { in margin_boundary()
271 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
272 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
273 if (xp0 < xmin) { in margin_boundary()
275 xp0 += fixed_1; in margin_boundary()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfdrop.c227 int xp0, xp; in margin_boundary() local
246 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
247 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
248 if (xp0 < xmin) { in margin_boundary()
249 xp0 += fixed_1; in margin_boundary()
254 for (i = i0, xp = xp0; xp < xmax && i < ll->bbox_width; xp += fixed_1, i++) { in margin_boundary()
273 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
274 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
275 if (xp0 < xmin) { in margin_boundary()
277 xp0 += fixed_1; in margin_boundary()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfdrop.c227 int xp0, xp; in margin_boundary() local
246 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
247 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
248 if (xp0 < xmin) { in margin_boundary()
249 xp0 += fixed_1; in margin_boundary()
254 for (i = i0, xp = xp0; xp < xmax && i < ll->bbox_width; xp += fixed_1, i++) { in margin_boundary()
273 xp0 = fixed_floor(xmin) + fixed_half; in margin_boundary()
274 i0 = fixed2int(xp0) - ll->bbox_left; in margin_boundary()
275 if (xp0 < xmin) { in margin_boundary()
277 xp0 += fixed_1; in margin_boundary()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxtraditional14a.adb67 xp0, yp0 : Long_Float; variable
303 plgpage(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
308 plspage(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
321 plspage(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
H A Dxstandard14a.adb67 xp0, yp0 : Long_Float;
303 Get_Page_Parameters(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
308 Set_Page_Parameters(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
321 Set_Page_Parameters(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxtraditional14a.adb67 xp0, yp0 : Long_Float; variable
303 plgpage(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
308 plspage(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
321 plspage(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
H A Dxstandard14a.adb67 xp0, yp0 : Long_Float; variable
303 Get_Page_Parameters(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
308 Set_Page_Parameters(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
321 Set_Page_Parameters(xp0, yp0, xleng0, yleng0, xoff0, yoff0);
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx14c.c63 PLFLT xp0, yp0; in main() local
73 plgpage( &xp0, &yp0, &xleng0, &yleng0, &xoff0, &yoff0 ); in main()
79 plspage( xp0, yp0, xleng0, yleng0, xoff0, yoff0 ); in main()
98 plspage( xp0, yp0, xleng0, yleng0, xoff0, yoff0 ); in main()
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx14c.c63 PLFLT xp0, yp0; in main() local
73 plgpage( &xp0, &yp0, &xleng0, &yleng0, &xoff0, &yoff0 ); in main()
79 plspage( xp0, yp0, xleng0, yleng0, xoff0, yoff0 ); in main()
98 plspage( xp0, yp0, xleng0, yleng0, xoff0, yoff0 ); in main()

123456789