Home
last modified time | relevance | path

Searched refs:ialp (Results 1 – 25 of 54) sorted by relevance

123

/dports/astro/jday/jday-2.4/
H A DCalDate.pm21 my ($jd, $ka, $kb, $kc, $kd, $ke, $ialp, $frac);
29 $ialp = int(( $jd - 1867216.25 ) / ( 36524.25 ));
30 $ka = int($jd + 1 + $ialp - ( $ialp >> 2 ));
H A Dcaldate.c70 int ialp; local
77 ialp = ( (double) jd - 1867216.25 ) / ( 36524.25 );
78 ka = jd + 1L + ialp - ( ialp >> 2 );
H A DCalDate.inc17 // $jd, $ka, $kb, $kc, $kd, $ke, $ialp, $frac);
26 $ialp = (int)(( $jd - 1867216.25 ) / ( 36524.25 ));
27 $ka = (int)($jd + 1 + $ialp - ( $ialp >> 2 ));
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/libical/src/libical/
H A Dcaldate.c68 long ialp; local
75 ialp = (long) (((double) jd) - 1867216.25 ) / 36524.25;
76 ka = jd + 1L + ialp - ( ialp >> 2 );
/dports/devel/libical/libical-3.0.8/src/libical/
H A Dcaldate.c68 long ialp; local
75 ialp = (long) (((double)jd - 1867216.25) / 36524.25);
76 ka = jd + 1L + ialp - ( ialp >> 2 );
/dports/math/maxima/maxima-5.43.2/src/numerical/slatec/
H A Ddbesj.lisp51 (ialp 0) (idalp 0) (iflw 0) (in 0) (is 0) (i1 0) (i2 0) (k 0) (kk 0)
54 idalp ialp i)
100 (setf ialp (f2cl-lib:int alpha))
104 (f2cl-lib:int-sub (f2cl-lib:int-add ialp n) 1))
106 (setf fnf (- alpha ialp))
284 (setf idalp (f2cl-lib:int-sub ialp in 1))
288 (setf idalp ialp)
H A Ddbesi.lisp34 (trx 0.0) (t2 0.0) (xo2 0.0) (xo2l 0.0) (z 0.0) (i 0) (ialp 0)
36 (declare (type (f2cl-lib:integer4) ns nn kt km kk k i1 is in ialp i)
80 (setf ialp (f2cl-lib:int alpha))
84 (f2cl-lib:int-sub (f2cl-lib:int-add ialp n) 1))
86 (setf fnf (- alpha ialp))
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp2.c3042 register struct ialst_t *ialp; in __prep_stmts() local
3058 for (ialp = __inst_mod->ialst; ialp != NULL; ialp = ialp->ialnxt) in __prep_stmts()
3062 if (ialp->iatyp == ALWAYS) in __prep_stmts()
3063 add_loopend_goto(ialp->iastp, ialp->iastp); in __prep_stmts()
3064 ialp->iastp = __prep_lstofsts(ialp->iastp, TRUE, FALSE); in __prep_stmts()
6728 register struct ialst_t *ialp; in cmp_xform_ialst() local
6731 for (ialp = __inst_mod->ialst; ialp != NULL; ialp = ialp->ialnxt) in cmp_xform_ialst()
6733 ialp->iastp = cmp_xform_lstofsts(ialp->iastp); in cmp_xform_ialst()
6738 for (ialp = __inst_mod->ialst; ialp != NULL; ialp = ialp->ialnxt) in cmp_xform_ialst()
6740 if (ialp->iatyp == ALWAYS) in cmp_xform_ialst()
[all …]
H A Dv_dbg2.c2172 register struct ialst_t *ialp; in conv_line_tostmt() local
2202 for (ialp = in_mdp->ialst; ialp != NULL; ialp = ialp->ialnxt) in conv_line_tostmt()
2204 stp = ialp->iastp; in conv_line_tostmt()
2206 if (ifi2 < ialp->ia_first_ifi || (ifi2 == ialp->ia_first_ifi in conv_line_tostmt()
2207 && lini2 < ialp->ia_first_lini)) continue; in conv_line_tostmt()
2209 if (ifi2 > (int32) ialp->ia_last_ifi || (ifi2 == ialp->ia_last_ifi in conv_line_tostmt()
2210 && lini2 > ialp->ia_last_lini)) continue; in conv_line_tostmt()
H A Dv_src.c1386 struct ialst_t *ialp; in rd_modbody() local
1452 ialp->iatyp = iattyp; in rd_modbody()
1453 ialp->iastp = stp; in rd_modbody()
1454 ialp->ia_first_ifi = iafnind; in rd_modbody()
1455 ialp->ia_first_lini = ialcnt; in rd_modbody()
1456 ialp->ia_last_ifi = __cur_fnam_ind; in rd_modbody()
1457 ialp->ia_last_lini = __lin_cnt; in rd_modbody()
1458 ialp->ialnxt = NULL; in rd_modbody()
1460 if (__end_ialst == NULL) __inst_mod->ialst = ialp; in rd_modbody()
1461 else __end_ialst->ialnxt = ialp; in rd_modbody()
[all …]
H A Dv_vpi.c5705 register struct ialst_t *ialp; in bld_initalw_iterator() local
5721 for (ianum = 0, ialp = mdp->ialst; ialp != NULL; ialp = ialp->ialnxt) in bld_initalw_iterator()
5727 for (iai = 0, ialp = mdp->ialst; iai < ianum; iai++, ialp = ialp->ialnxt) in bld_initalw_iterator()
5731 if (ialp->iatyp == ALWAYS) hrp2->htyp = vpiAlways; in bld_initalw_iterator()
5733 hrp2->hu.hialstp = ialp; in bld_initalw_iterator()
H A Dv_sim.c5482 register struct ialst_t *ialp; in init_sched_thd() local
5491 for (ialp = mdp->ialst; ialp != NULL; ialp = ialp->ialnxt) in init_sched_thd()
5496 stp = ialp->iastp; in init_sched_thd()
5501 thp->thenbl_sfnam_ind = ialp->ia_first_ifi; in init_sched_thd()
5502 thp->thenbl_slin_cnt = ialp->ia_first_lini; in init_sched_thd()
5526 __bld_lineloc(__xs, ialp->ia_first_ifi, ialp->ia_first_lini)); in init_sched_thd()
H A Dv_fx2.c3151 struct ialst_t *ialp; in psel_set_allexprs() local
3292 for (ialp = pmdp->ialst; ialp != NULL; ialp = ialp->ialnxt) in psel_set_allexprs()
3293 lstofsts_do_inpsel_set(ialp->iastp); in psel_set_allexprs()
7797 register struct ialst_t *ialp; in chk_stmts() local
7799 for (ialp = __inst_mod->ialst; ialp != NULL; ialp = ialp->ialnxt) in chk_stmts()
7802 __chk_lstofsts(ialp->iastp); in chk_stmts()
7807 __chk_nodel_lstofsts(ialp->iastp); in chk_stmts()
H A Dcver.c5334 register struct ialst_t *ialp; in cnt_modtasks() local
5339 for (ialp = mdp->ialst; ialp != NULL; ialp = ialp->ialnxt) in cnt_modtasks()
5341 iat = ialp->iatyp; in cnt_modtasks()
H A Dv_cnv.c4518 struct ialst_t *ialp; in dmp_ialst() local
4520 for (ialp = mdp->ialst; ialp != NULL; ialp = ialp->ialnxt) in dmp_ialst()
4524 if (ialp->iatyp == ALWAYS) __wrap_puts("always ", f); in dmp_ialst()
4526 dmp_lstofsts(f, ialp->iastp); in dmp_ialst()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/dbase/
H A DDTable.cxx158 sal_Int32 ialp; in lcl_CalDate() local
162ialp = static_cast<sal_Int32>( (static_cast<double>(_nJulianDate) - 1867216.25 ) / 36524.25 ); in lcl_CalDate()
163 ka = _nJulianDate + 1 + ialp - ( ialp >> 2 ); in lcl_CalDate()
/dports/science/xtb/xtb-6.4.1/src/
H A Dbias_path.f9081 integer np,iter,its,modef,run,npathk,tsmodeav,ialp,nrefine,nalp,imem(100)
195 bias_loop: do ialp=1,nalp ! alp
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/dbase/
H A DDTable.cxx161 …sal_Int32 ialp = static_cast<sal_Int32>( (static_cast<double>(_nJulianDate) - 1867216.25 ) / 36524… in lcl_CalDate() local
162 ka = _nJulianDate + 1 + ialp - ( ialp >> 2 ); in lcl_CalDate()
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in9343 ialp 銆 100
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in9343 ialp 銆 100
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in9343 ialp 銆 100
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in9343 ialp 銆 100
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dlookup-array.cin3640ialp
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVOFReverseLookup/
H A Dlookup-array.cin3640ialp
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dlookup-array.cin3640ialp

123