Home
last modified time | relevance | path

Searched refs:rstatus (Results 1 – 2 of 2) sorted by relevance

/external/grub/netboot/
Detherboot.h428 long rstatus; member
/external/icu4c/i18n/
DdecNumber.c2835 uInt rstatus; /* .. */ in uprv_decNumberSquareRoot() local
3018 rstatus=0; /* clear status */ in uprv_decNumberSquareRoot()
3020 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in uprv_decNumberSquareRoot()
3021 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in uprv_decNumberSquareRoot()
3025 if (rstatus&DEC_Overflow) { in uprv_decNumberSquareRoot()
3026 status=rstatus; /* use the status as-is */ in uprv_decNumberSquareRoot()
3032 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in uprv_decNumberSquareRoot()