HomeSort by: relevance | last modified time | path
    Searched defs:dec_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
dfp-bit.c 81 int dec_flags = DEC_IEEE_854_Division_by_zero | DEC_IEEE_854_Inexact
84 dec_flags &= context.status;
85 ieee_flags = DFP_IEEE_FLAGS (dec_flags);
118 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Overflow
120 dec_flags &= context.status;
121 ieee_flags = DFP_IEEE_FLAGS (dec_flags);
355 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation
357 dec_flags &= status;
358 ieee_flags = DFP_IEEE_FLAGS (dec_flags);
666 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operatio
80 int dec_flags = DEC_IEEE_854_Division_by_zero | DEC_IEEE_854_Inexact local
117 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Overflow local
353 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation local
664 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.c 81 int dec_flags = DEC_IEEE_854_Division_by_zero | DEC_IEEE_854_Inexact
84 dec_flags &= context.status;
85 ieee_flags = DFP_IEEE_FLAGS (dec_flags);
118 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Overflow
120 dec_flags &= context.status;
121 ieee_flags = DFP_IEEE_FLAGS (dec_flags);
355 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation
357 dec_flags &= status;
358 ieee_flags = DFP_IEEE_FLAGS (dec_flags);
666 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operatio
80 int dec_flags = DEC_IEEE_854_Division_by_zero | DEC_IEEE_854_Inexact local
117 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Overflow local
353 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation local
664 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation local
    [all...]

Completed in 21 milliseconds