Lines Matching refs:xff
2884 myexponent = 0xff;2888 myexponent = 0xff;2892 return APInt(32, (((sign&1) << 31) | ((myexponent&0xff) << 23) |3139 uint32_t myexponent = (i >> 23) & 0xff;3149 } else if (myexponent==0xff && mysignificand==0) {3152 } else if (myexponent==0xff && mysignificand!=0) {