Home
last modified time | relevance | path

Searched +defs:variable +defs:p (Results 1 – 25 of 1933) sorted by relevance

12345678910>>...78

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/validator/constraints/
H A DStrictUnitConsistencyConstraints.cpp416 const string& variable = ar.getVariable(); variable
438 const string& variable = rr.getVariable(); variable
461 const string& variable = ia.getSymbol(); variable
861 const Parameter* p = m.getParameter(variable); variable
965 const string& variable = ia.getSymbol(); variable
1010 const string& variable = ia.getSymbol(); variable
1055 const string& variable = ia.getSymbol(); variable
1056 const Parameter* p = m.getParameter(variable); variable
1098 const string& variable = ia.getSymbol(); variable
1313 const Parameter* p = m.getParameter(variable); variable
[all …]
H A DUnitConsistencyConstraints.cpp613 const string& variable = ia.getSymbol(); variable
928 const string& variable = ia.getSymbol(); variable
955 const string& variable = r.getVariable(); variable
1288 const Parameter* p = m.getParameter(variable); variable
1392 const string& variable = ia.getSymbol(); variable
1437 const string& variable = ia.getSymbol(); variable
1482 const string& variable = ia.getSymbol(); variable
1483 const Parameter* p = m.getParameter(variable); variable
1525 const string& variable = ia.getSymbol(); variable
1742 const Parameter* p = m.getParameter(variable); variable
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/validator/constraints/
H A DStrictUnitConsistencyConstraints.cpp416 const string& variable = ar.getVariable(); variable
438 const string& variable = rr.getVariable(); variable
461 const string& variable = ia.getSymbol(); variable
861 const Parameter* p = m.getParameter(variable); variable
965 const string& variable = ia.getSymbol(); variable
1010 const string& variable = ia.getSymbol(); variable
1055 const string& variable = ia.getSymbol(); variable
1056 const Parameter* p = m.getParameter(variable); variable
1098 const string& variable = ia.getSymbol(); variable
1313 const Parameter* p = m.getParameter(variable); variable
[all …]
H A DUnitConsistencyConstraints.cpp613 const string& variable = ia.getSymbol(); variable
928 const string& variable = ia.getSymbol(); variable
955 const string& variable = r.getVariable(); variable
1288 const Parameter* p = m.getParameter(variable); variable
1392 const string& variable = ia.getSymbol(); variable
1437 const string& variable = ia.getSymbol(); variable
1482 const string& variable = ia.getSymbol(); variable
1483 const Parameter* p = m.getParameter(variable); variable
1525 const string& variable = ia.getSymbol(); variable
1742 const Parameter* p = m.getParameter(variable); variable
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/runtime/
H A Dmemory.c70 /* calloc wrapper that aborts on error. */
73 xcalloc (size_t nmemb, size_t size)
75 if (!nmemb || !size)
76 nmemb = size = 1;
77
78 void *p = calloc (nmemb, size);
87 xrealloc (void *ptr, size_t size) in init_integer()
/dports/lang/gcc48/gcc-4.8.5/libgfortran/runtime/
H A Denviron.c45 typedef struct variable struct
49 void (*init) (struct variable *); argument
50 void (*show) (struct variable *); argument
54 variable; typedef
112 char *p, *q; in init_integer() local
140 char *p, *q; in init_unsigned_integer() local
177 char *p; in init_boolean() local
216 char *p; in init_sep() local
271 const char *p; in show_string() local
433 static char *p; /* Main character pointer for parsing. */ variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/runtime/
H A Denviron.c49 typedef struct variable struct
53 void (*init) (struct variable *); argument
54 void (*show) (struct variable *); argument
58 variable; argument
116 char *p, *q; in init_integer() local
144 char *p, *q; in init_unsigned_integer() local
181 char *p; in init_boolean() local
220 char *p; in init_sep() local
275 const char *p; in show_string() local
437 static char *p; /* Main character pointer for parsing. */ variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/runtime/
H A Denviron.c45 typedef struct variable struct
49 void (*init) (struct variable *); argument
50 void (*show) (struct variable *); argument
54 variable; argument
112 char *p, *q; in init_integer() local
140 char *p, *q; in init_unsigned_integer() local
177 char *p; in init_boolean() local
216 char *p; in init_sep() local
271 const char *p; in show_string() local
433 static char *p; /* Main character pointer for parsing. */ variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/compilable/
H A Dddoc14.d11 public P variable; /// 0 member
29 public P variable; /// 0 variable
30 V mNone(lazy P p) {} /// 1 in mNone()
36 V mScoped(lazy P p) {} /// 6 in mScoped()
42 V mColon(lazy P p) {} /// 10 in mColon()
81 public P variable; /// 0 variable
82 V mNone(lazy P p) {} /// 1 in mNone()
83 pure nothrow V mPrefix(lazy P p) {} /// 2 in mPrefix()
84 V mSuffix(lazy P p) pure nothrow {} /// 3 in mSuffix()
88 V mScoped(lazy P p) {} /// 6 in mScoped()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/runtime/
H A Denviron.c70 typedef struct variable struct
75 void (*init) (struct variable *); argument
77 variable; typedef
87 char *p, *q; in init_integer() local
106 char *p, *q; in init_unsigned_integer() local
126 char *p; in init_boolean() local
146 char *p; in init_sep() local
277 static char *p; /* Main character pointer for parsing. */ variable
/dports/lang/gcc8/gcc-8.5.0/libgfortran/runtime/
H A Denviron.c70 typedef struct variable struct
75 void (*init) (struct variable *); argument
77 variable; typedef
87 char *p, *q; in init_integer() local
106 char *p, *q; in init_unsigned_integer() local
126 char *p; in init_boolean() local
146 char *p; in init_sep() local
273 static char *p; /* Main character pointer for parsing. */ variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Denviron.c70 typedef struct variable struct
75 void (*init) (struct variable *); argument
77 variable; typedef
87 char *p, *q; in init_integer() local
106 char *p, *q; in init_unsigned_integer() local
126 char *p; in init_boolean() local
146 char *p; in init_sep() local
273 static char *p; /* Main character pointer for parsing. */ variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/runtime/
H A Denviron.c70 typedef struct variable struct
75 void (*init) (struct variable *); argument
77 variable; typedef
87 char *p, *q; in init_integer() local
106 char *p, *q; in init_unsigned_integer() local
126 char *p; in init_boolean() local
146 char *p; in init_sep() local
273 static char *p; /* Main character pointer for parsing. */ variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Denviron.c70 typedef struct variable struct
75 void (*init) (struct variable *); argument
77 variable; typedef
87 char *p, *q; in init_integer() local
106 char *p, *q; in init_unsigned_integer() local
126 char *p; in init_boolean() local
146 char *p; in init_sep() local
273 static char *p; /* Main character pointer for parsing. */ variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Denviron.c70 typedef struct variable struct
75 void (*init) (struct variable *); argument
77 variable; typedef
87 char *p, *q; in init_integer() local
106 char *p, *q; in init_unsigned_integer() local
126 char *p; in init_boolean() local
146 char *p; in init_sep() local
273 static char *p; /* Main character pointer for parsing. */ variable
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/runtime/
H A Denviron.c70 typedef struct variable struct
75 void (*init) (struct variable *); argument
77 variable; typedef
87 char *p, *q; in init_integer() local
106 char *p, *q; in init_unsigned_integer() local
126 char *p; in init_boolean() local
146 char *p; in init_sep() local
273 static char *p; /* Main character pointer for parsing. */ variable

12345678910>>...78