Home
last modified time | relevance | path

Searched refs:I32_MIN (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dnumeric.c134 return f < I32_MIN ? (U32) I32_MIN : (U32)(I32) f; in Perl_cast_ulong()
152 return f < I32_MIN ? I32_MIN : (I32) f; in Perl_cast_i32()
Dhandy.h268 # define I32_MIN INT32_MIN macro
270 # define I32_MIN PERL_INT_MIN macro
272 # define I32_MIN PERL_LONG_MIN macro
Dperl.h4741 #define I_32(n) ((n) < I32_MAX_P1 ? ((n) < I32_MIN ? I32_MIN : (I32) (n)) \
4744 #define U_32(n) ((n) < 0.0 ? ((n) < I32_MIN ? (UV) I32_MIN : (U32)(I32) (n)) \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5003007523 I32_MIN # Z added by devel/scanprov