Home | History | Annotate | Download | only in 2.0.11

Lines Matching refs:POSITIVE

17 positive numbers, non-NULL pointers, and so on.   The following
20 Number POSITIVE - Positive number (not zero)
23 Number NONNEGATIVE - Positive number (including zero)
38 void *malloc(int POSITIVE); // May return a NULL pointer
56 double log(double POSITIVE);
63 Real log(Real POSITIVE);
78 // Positive numbers
81 int POSITIVE,
82 short POSITIVE,
83 long POSITIVE,
84 unsigned int POSITIVE,
85 unsigned short POSITIVE,
86 unsigned long POSITIVE,
87 signed char POSITIVE,
88 unsigned char POSITIVE,
89 float POSITIVE,
90 double POSITIVE,
91 Number POSITIVE
94 SWIG_exception(SWIG_ValueError,"Expected a positive value.");
174 SWIG_exception(SWIG_ValueError,"Expected a non-positive value.");