Searched refs:_IDEC_glbflags (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_decimal_globals.c44 BID_THREAD _IDEC_flags _IDEC_glbflags = EXACT_STATUS; variable
51 _IDEC_glbflags &= ~FLAG_MASK;
58 if ((_IDEC_glbflags & INEXACT_EXCEPTION) != 0)
60 if ((_IDEC_glbflags & UNDERFLOW_EXCEPTION) != 0)
62 if ((_IDEC_glbflags & OVERFLOW_EXCEPTION) != 0)
64 if ((_IDEC_glbflags & ZERO_DIVIDE_EXCEPTION) != 0)
66 if ((_IDEC_glbflags & INVALID_EXCEPTION) != 0)
87 _IDEC_glbflags |= flags;
H A Dbid_conf.h29 #define _IDEC_glbflags __bid_IDEC_glbflags macro
574 // are represented by a global variable _IDEC_glbflags, otherwise they are
647 // 3) _IDEC_glbflags is the fixed name for the global variable holding
655 #define pfpsf &_IDEC_glbflags
663 extern BID_THREAD _IDEC_flags _IDEC_glbflags;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_decimal_globals.c44 BID_THREAD _IDEC_flags _IDEC_glbflags = EXACT_STATUS; variable
51 _IDEC_glbflags &= ~FLAG_MASK;
58 if ((_IDEC_glbflags & INEXACT_EXCEPTION) != 0)
60 if ((_IDEC_glbflags & UNDERFLOW_EXCEPTION) != 0)
62 if ((_IDEC_glbflags & OVERFLOW_EXCEPTION) != 0)
64 if ((_IDEC_glbflags & ZERO_DIVIDE_EXCEPTION) != 0)
66 if ((_IDEC_glbflags & INVALID_EXCEPTION) != 0)
87 _IDEC_glbflags |= flags;
H A Dbid_conf.h29 #define _IDEC_glbflags __bid_IDEC_glbflags macro
574 // are represented by a global variable _IDEC_glbflags, otherwise they are
647 // 3) _IDEC_glbflags is the fixed name for the global variable holding
655 #define pfpsf &_IDEC_glbflags
663 extern BID_THREAD _IDEC_flags _IDEC_glbflags;

Completed in 118 milliseconds