Home
last modified time | relevance | path

Searched refs:x_no (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/
H A Dtest_processreg.py52 x_no = np.random.normal(size=(n, len(no_par)))
53 x_no[:, 0] = 1
54 x_no[:, 1] = time_z
55 no = np.exp(np.dot(x_no, no_par))
57 x_no = None
76 return y, x_mean, x_sc, x_sm, x_no, time, groups
83 preg = ProcessMLE(y, x_mean, x_sc, x_sm, x_no, time, groups)
141 df["xno1"] = x_no[:, 0]
142 df["xno2"] = x_no[:, 1]
209 preg = ProcessMLE(y, x_mean, x_sc, x_sm, x_no, time, groups)
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dtaito_b.c514 int x,y,xlatch=0,ylatch=0,x_no=0,y_no=0,x_num=0,y_num=0,big_sprite=0; in taitob_draw_sprites() local
547 x_no = 0; in taitob_draw_sprites()
569 x = xlatch + x_no * (0x100 - zoomx) / 16; in taitob_draw_sprites()
571 zx = xlatch + (x_no+1) * (0x100 - zoomx) / 16 - x; in taitob_draw_sprites()
577 x_no++; in taitob_draw_sprites()
578 if (x_no>x_num) in taitob_draw_sprites()
670 x_no = 0; in ashura_draw_sprites()
692 x = xlatch + x_no * (0x100 - zoomx) / 16; in ashura_draw_sprites()
694 zx = xlatch + (x_no+1) * (0x100 - zoomx) / 16 - x; in ashura_draw_sprites()
700 x_no++; in ashura_draw_sprites()
[all …]
H A Dtaito_f2.c763 int y_no=0, x_no=0, xlatch=0, ylatch=0, last_continuation_tile=0; /* for zooms */ in draw_sprites() local
851 x_no = 0; in draw_sprites()
917 x_no++; /* keep track of x tile for zooms */ in draw_sprites()
937 x = xlatch + x_no * (0x100 - zoomx) / 16; in draw_sprites()
939 zx = xlatch + (x_no+1) * (0x100 - zoomx) / 16 - x; in draw_sprites()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dslapshot.cpp88 int y_no = 0, x_no = 0, xlatch = 0, ylatch = 0, last_continuation_tile = 0; /* for zooms */ in draw_sprites() local
175 x_no = 0; in draw_sprites()
239 x_no++; /* keep track of x tile for zooms */ in draw_sprites()
259 x = xlatch + x_no * (0x100 - zoomx) / 16; in draw_sprites()
261 zx = xlatch + (x_no + 1) * (0x100 - zoomx) / 16 - x; in draw_sprites()
H A Dtc0180vcu.cpp425 int x, y, xlatch = 0, ylatch = 0, x_no = 0, y_no = 0, x_num = 0, y_num = 0, big_sprite = 0; in draw_sprites() local
458 x_no = 0; in draw_sprites()
484 x = xlatch + (x_no * (0xff - zoomx) + 15) / 16; in draw_sprites()
486 zx = xlatch + ((x_no + 1) * (0xff - zoomx) + 15) / 16 - x; in draw_sprites()
493 x_no++; in draw_sprites()
495 if (x_no > x_num) in draw_sprites()
H A Dtaito_f2.cpp505 int y_no = 0, x_no = 0, xlatch = 0, ylatch = 0, last_continuation_tile = 0; /* for zooms */ in draw_sprites() local
599 x_no = 0; in draw_sprites()
665 x_no++; /* keep track of x tile for zooms */ in draw_sprites()
689 x = xlatch + (x_no * (0xff - zoomx) + 15) / 16; in draw_sprites()
691 zx = xlatch + ((x_no + 1) * (0xff - zoomx) + 15) / 16 - x; in draw_sprites()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dslapshot.cpp88 int y_no = 0, x_no = 0, xlatch = 0, ylatch = 0, last_continuation_tile = 0; /* for zooms */ in draw_sprites() local
175 x_no = 0; in draw_sprites()
239 x_no++; /* keep track of x tile for zooms */ in draw_sprites()
259 x = xlatch + x_no * (0x100 - zoomx) / 16; in draw_sprites()
261 zx = xlatch + (x_no + 1) * (0x100 - zoomx) / 16 - x; in draw_sprites()
H A Dtc0180vcu.cpp425 int x, y, xlatch = 0, ylatch = 0, x_no = 0, y_no = 0, x_num = 0, y_num = 0, big_sprite = 0; in draw_sprites() local
458 x_no = 0; in draw_sprites()
484 x = xlatch + (x_no * (0xff - zoomx) + 15) / 16; in draw_sprites()
486 zx = xlatch + ((x_no + 1) * (0xff - zoomx) + 15) / 16 - x; in draw_sprites()
493 x_no++; in draw_sprites()
495 if (x_no > x_num) in draw_sprites()
H A Dtaito_f2.cpp505 int y_no = 0, x_no = 0, xlatch = 0, ylatch = 0, last_continuation_tile = 0; /* for zooms */ in draw_sprites() local
599 x_no = 0; in draw_sprites()
665 x_no++; /* keep track of x tile for zooms */ in draw_sprites()
689 x = xlatch + (x_no * (0xff - zoomx) + 15) / 16; in draw_sprites()
691 zx = xlatch + ((x_no + 1) * (0xff - zoomx) + 15) / 16 - x; in draw_sprites()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dslapshot_vidhrdw.c148 int y_no=0, x_no=0, xlatch=0, ylatch=0, last_continuation_tile=0; /* for zooms */ in slapshot_draw_sprites() local
235 x_no = 0; in slapshot_draw_sprites()
301 x_no++; /* keep track of x tile for zooms */ in slapshot_draw_sprites()
321 x = xlatch + x_no * (0x100 - zoomx) / 16; in slapshot_draw_sprites()
323 zx = xlatch + (x_no+1) * (0x100 - zoomx) / 16 - x; in slapshot_draw_sprites()
H A Dtaito_b_vidhrdw.c358 int x,y,xlatch=0,ylatch=0,x_no=0,y_no=0,x_num=0,y_num=0,big_sprite=0; in taitob_draw_sprites() local
390 x_no = 0; in taitob_draw_sprites()
412 x = xlatch + x_no * (0x100 - zoomx) / 16; in taitob_draw_sprites()
414 zx = xlatch + (x_no+1) * (0x100 - zoomx) / 16 - x; in taitob_draw_sprites()
420 x_no++; in taitob_draw_sprites()
421 if (x_no>x_num) in taitob_draw_sprites()
H A Dtaito_f2_vidhrdw.c446 int y_no=0, x_no=0, xlatch=0, ylatch=0, last_continuation_tile=0; /* for zooms */ in draw_sprites() local
539 x_no = 0; in draw_sprites()
605 x_no++; /* keep track of x tile for zooms */ in draw_sprites()
628 x = xlatch + (x_no * (0x100 - zoomx)+12) / 16; //ks in draw_sprites()
630 zx = xlatch + ((x_no+1) * (0x100 - zoomx)+12) / 16 - x; //ks in draw_sprites()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dslapshot_vidhrdw.c148 int y_no=0, x_no=0, xlatch=0, ylatch=0, last_continuation_tile=0; /* for zooms */ in slapshot_draw_sprites() local
235 x_no = 0; in slapshot_draw_sprites()
301 x_no++; /* keep track of x tile for zooms */ in slapshot_draw_sprites()
321 x = xlatch + x_no * (0x100 - zoomx) / 16; in slapshot_draw_sprites()
323 zx = xlatch + (x_no+1) * (0x100 - zoomx) / 16 - x; in slapshot_draw_sprites()
H A Dtaito_b_vidhrdw.c358 int x,y,xlatch=0,ylatch=0,x_no=0,y_no=0,x_num=0,y_num=0,big_sprite=0; in taitob_draw_sprites() local
390 x_no = 0; in taitob_draw_sprites()
412 x = xlatch + x_no * (0x100 - zoomx) / 16; in taitob_draw_sprites()
414 zx = xlatch + (x_no+1) * (0x100 - zoomx) / 16 - x; in taitob_draw_sprites()
420 x_no++; in taitob_draw_sprites()
421 if (x_no>x_num) in taitob_draw_sprites()
H A Dtaito_f2_vidhrdw.c594 int y_no=0, x_no=0, xlatch=0, ylatch=0, last_continuation_tile=0; /* for zooms */ in draw_sprites() local
687 x_no = 0; in draw_sprites()
753 x_no++; /* keep track of x tile for zooms */ in draw_sprites()
776 x = xlatch + (x_no * (0x100 - zoomx)+12) / 16; /*ks*/ in draw_sprites()
778 zx = xlatch + ((x_no+1) * (0x100 - zoomx)+12) / 16 - x; /*ks*/ in draw_sprites()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/taito/
H A Dtc0180vcu.cpp533 INT32 x_no = 0; in TC0180VCUDrawSprite() local
568 x_no = 0; in TC0180VCUDrawSprite()
590 x = xlatch + x_no * (0x100 - zoomx) / 16; in TC0180VCUDrawSprite()
592 zx = xlatch + (x_no + 1) * (0x100 - zoomx) / 16 - x; in TC0180VCUDrawSprite()
599 x_no++; in TC0180VCUDrawSprite()
601 if (x_no > x_num) big_sprite = 0; in TC0180VCUDrawSprite()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/taito/
H A Dtc0180vcu.cpp533 INT32 x_no = 0; in TC0180VCUDrawSprite() local
568 x_no = 0; in TC0180VCUDrawSprite()
590 x = xlatch + x_no * (0x100 - zoomx) / 16; in TC0180VCUDrawSprite()
592 zx = xlatch + (x_no + 1) * (0x100 - zoomx) / 16 - x; in TC0180VCUDrawSprite()
599 x_no++; in TC0180VCUDrawSprite()
601 if (x_no > x_num) big_sprite = 0; in TC0180VCUDrawSprite()
/dports/sysutils/radmind/radmind-1.15.4/libsnet/
H A Daclocal.m486 if test x_$withval != x_no; then
118 [test x_$enable_profiled = x_no && PROFILED=false]
136 if test x_$withval != x_no; then
H A Dconfigure.ac16 if test \! x_$with_ssl = x_no; then
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Dconfigure.ac155 if test x_$with_drill != x_no ; then
180 if test x_$with_examples != x_no ; then
241 if test x_$withval != x_no; then
258 if test x_$ldns_have_python != x_no; then
283 if test x_$ldns_have_python != x_no; then
296 if test x_$withval != x_no; then
297 if test x_$ldns_with_pyldns != x_no; then
307 if test x_$ldns_with_pyldns != x_no; then
314 if test x_$ldns_with_pyldnsx != x_no; then
328 if test x_$withval != x_no; then
[all …]
/dports/dns/py-ldns/ldns-1.8.1/
H A Dconfigure.ac155 if test x_$with_drill != x_no ; then
180 if test x_$with_examples != x_no ; then
241 if test x_$withval != x_no; then
258 if test x_$ldns_have_python != x_no; then
283 if test x_$ldns_have_python != x_no; then
296 if test x_$withval != x_no; then
297 if test x_$ldns_with_pyldns != x_no; then
307 if test x_$ldns_with_pyldns != x_no; then
314 if test x_$ldns_with_pyldnsx != x_no; then
328 if test x_$withval != x_no; then
[all …]
/dports/dns/ldns/ldns-1.8.1/
H A Dconfigure.ac155 if test x_$with_drill != x_no ; then
180 if test x_$with_examples != x_no ; then
241 if test x_$withval != x_no; then
258 if test x_$ldns_have_python != x_no; then
283 if test x_$ldns_have_python != x_no; then
296 if test x_$withval != x_no; then
297 if test x_$ldns_with_pyldns != x_no; then
307 if test x_$ldns_with_pyldns != x_no; then
314 if test x_$ldns_with_pyldnsx != x_no; then
328 if test x_$withval != x_no; then
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dpros2pm.c618 coordinate_vector_point_args (unsigned int x_no, unsigned int y_no, in coordinate_vector_point_args() argument
621 SCHEME_OBJECT x_vector = (ARG_REF (x_no)); in coordinate_vector_point_args()
624 error_wrong_type_arg (x_no); in coordinate_vector_point_args()
630 error_bad_range_arg (x_no); in coordinate_vector_point_args()
642 error_bad_range_arg (x_no); in coordinate_vector_point_args()
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_displmap.c819 float x_no,y_no,x_foo=0,y_foo=0; in ui_map_grid() local
851 x_no = MAP_xMin; in ui_map_grid()
855 sprintf(x_String,"%1.1f",x_no); in ui_map_grid()
883 x_no += (MAP_xMax-MAP_xMin)/10.0; in ui_map_grid()
/dports/dns/getdns/getdns-1.5.2/m4/
H A Dacx_openssl.m420 if test x_$withval != x_no; then
125 if test x_$withval = x_no; then

12