Home
last modified time | relevance | path

Searched defs:NEW_INTEGER (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/
H A Dtc2362.vhd38 type NEW_INTEGER is range INTEGER'LOW to INTEGER'HIGH; type
H A Dtc2361.vhd38 type NEW_INTEGER is range INTEGER'LOW to INTEGER'HIGH; type
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc2000.vhd39 type NEW_INTEGER is range integer'left to integer'right; type
/dports/math/R/R-4.1.2/src/include/
H A DRdefines.h94 #define NEW_INTEGER(n) Rf_allocVector(INTSXP,n) macro
/dports/math/libRmath/R-4.1.1/src/include/
H A DRdefines.h94 #define NEW_INTEGER(n) Rf_allocVector(INTSXP,n) macro
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dmacro.h1762 #define NEW_INTEGER(m,i) do { m=CALLOCOBJECT(); M_I_I(i,m); } while(0) macro