Home | History | Annotate | Download | only in priv

Lines Matching refs:xFF

163       f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
164 f80[8] = toUChar( bexp & 0xFF );
181 f80[8] = 0xFF;
199 f80[8] = 0xFF;
208 f80[8] = 0xFF;
211 = f80[2] = f80[1] = f80[0] = 0xFF;
221 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
222 f80[8] = toUChar( bexp & 0xFF );
311 f64[5] = f64[4] = f64[3] = f64[2] = f64[1] = f64[0] = 0xFF;
408 roundings (statistically) the bottom three bytes are all 0xFF
410 if (f64[0] != 0xFF) {
414 if (f64[0] == 0xFF && f64[1] != 0xFF) {
419 if (f64[0] == 0xFF && f64[1] == 0xFF && f64[2] != 0xFF) {
711 intRes2 &= 0xFF;
722 resV->w32[0] = intRes2 & 0xFF;
1086 intRes1 &= 0xFF;
1124 UInt intRes1 = boolRes & 0xFF;
1164 UInt intRes1 = boolRes & 0xFF;
1204 UInt intRes1 = boolRes & 0xFF;