Home
last modified time | relevance | path

Searched refs:iatyp (Results 1 – 8 of 8) sorted by relevance

/dports/science/xtb/xtb-6.4.1/src/
H A Dwrbas.f9033 integer :: iat,iatyp,ish,icao,ip,iprim,ishtyp local
46 do iatyp = 1, 86
47 iat = nn(iatyp)
49 write(iunit,'(a,1x,a)') trim(toLcSymbol(iatyp)),'tbbas'
51 do ish = 1, xtbData%nShell(iatyp)
52 ishtyp = xtbData%hamiltonian%angShell(ish,iatyp)
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.vpi/
H A Dfindcaus.c28 int iatyp, sttyp, isiz; in findcaus() local
49 iatyp = vpi_get(vpiType, href2); in findcaus()
50 if (iatyp == vpiInitial) vpi_printf("... processing initial\n"); in findcaus()
51 else if (iatyp == vpiAlways) vpi_printf("...processing always\n"); in findcaus()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv.h1914 unsigned iatyp : 8; member
H A Dv_prp2.c3062 if (ialp->iatyp == ALWAYS) in __prep_stmts()
6740 if (ialp->iatyp == ALWAYS) in cmp_xform_ialst()
H A Dcver.c5341 iat = ialp->iatyp; in cnt_modtasks()
H A Dv_src.c1452 ialp->iatyp = iattyp; in rd_modbody()
H A Dv_cnv.c4524 if (ialp->iatyp == ALWAYS) __wrap_puts("always ", f); in dmp_ialst()
H A Dv_vpi.c5731 if (ialp->iatyp == ALWAYS) hrp2->htyp = vpiAlways; in bld_initalw_iterator()