Searched refs:OVERFLOW (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c188 exc.type = OVERFLOW;
202 exc.type = OVERFLOW;
216 exc.type = OVERFLOW;
349 exc.type = OVERFLOW;
471 exc.type = OVERFLOW;
580 exc.type = OVERFLOW;
699 exc.type = OVERFLOW;
819 exc.type = OVERFLOW;
911 exc.type = OVERFLOW;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java59 protected static final int OVERFLOW = 0x80; field in class:SLPHeaderV1
118 overflow = ((flags & OVERFLOW) != 0x00);
300 flags = (byte)(flags | OVERFLOW);
302 flags = (byte)(flags & ~OVERFLOW);
H A DSLPHeaderV2.java68 static final int OVERFLOW = 0x80; // needed by Transact. field in class:SLPHeaderV2
169 overflow = ((flags & OVERFLOW) != NOFLAG);
446 flags = (byte)(flags | OVERFLOW);
448 flags = (byte)(flags & ~OVERFLOW);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1637 #ifdef OVERFLOW
1638 #undef OVERFLOW macro
1639 #define OVERFLOW(i) { \ macro
1666 OVERFLOW(i)
1691 OVERFLOW(1)
1695 OVERFLOW(i)
1708 OVERFLOW(1)
1718 OVERFLOW(i)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c10 #define OVERFLOW 259 macro
177 "OVERFLOW","'-'","':'","'d'","'h'","'m'","'s'","WS","start","posnum","num","ws",
1099 return OVERFLOW;
1102 return OVERFLOW;
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h295 #define OVERFLOW 3 macro
/illumos-gate/usr/src/head/
H A Dmath.h130 #define OVERFLOW 3 macro
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2674 !############################# AREA 4 (OVERFLOW) ###################################!

Completed in 90 milliseconds