Lines Matching refs:bitsToFp

230             val = bitsToFp(qnan, junk);
232 val = bitsToFp(fpToBits(op1) | qnan, junk);
237 val = bitsToFp(fpToBits(val) & bitMask, junk);
263 val = bitsToFp(qnan, junk);
265 val = bitsToFp(fpToBits(op1) | qnan, junk);
267 val = bitsToFp(fpToBits(op2) | qnan, junk);
276 val = bitsToFp(fpToBits(val) & bitMask, junk);
297 if ((single && (val == bitsToFp(0x00800000, junk) ||
298 val == bitsToFp(0x80800000, junk))) ||
299 (!single && (val == bitsToFp(ULL(0x0010000000000000), junk) ||
300 val == bitsToFp(ULL(0x8010000000000000), junk)))
336 op1 = bitsToFp(op1Bits, junk);
343 if (mid == bitsToFp(0x00800000, junk) ||
344 mid == bitsToFp(0x80800000, junk)) {
372 op1 = bitsToFp(op1Bits, junk);
375 if (mid == bitsToFp(ULL(0x0010000000000000), junk) ||
376 mid == bitsToFp(ULL(0x8010000000000000), junk)) {
651 return bitsToFp(result, junk);
661 return bitsToFp(result, junk);
769 return bitsToFp(qnan, junk);
773 return bitsToFp((std::signbit(op) << 31) |
778 return bitsToFp(qnan, junk);
785 scaled = bitsToFp((0 << 0) | (bits(opBits, 22, 0) << 29) |
789 scaled = bitsToFp((0 << 0) | (bits(opBits, 22, 0) << 29) |
797 return bitsToFp((bits(estimate, 63) << 31) |
811 dpOp = bitsToFp((ULL(0) << 63) |
816 dpOp = bitsToFp((ULL(0) << 63) |
851 return bitsToFp(qnan, junk);
853 return bitsToFp(std::signbit(op) << 31, junk);
857 return bitsToFp((std::signbit(op) << 31) |
861 return bitsToFp(std::signbit(op) << 31, junk);
865 scaled = bitsToFp((0 << 0) | (bits(opBits, 22, 0) << 29) |
872 return bitsToFp((bits(opBits, 31) << 31) |
885 dpOp = bitsToFp((ULL(0) << 63) |
922 dest = bitsToFp(qnan, junk);
924 dest = bitsToFp(fpToBits(op1) | qnan, junk);
926 dest = bitsToFp(fpToBits(op2) | qnan, junk);
978 dest = bitsToFp(qnan, junk);
980 dest = bitsToFp(fpToBits(op1) | qnan, junk);
982 dest = bitsToFp(fpToBits(op2) | qnan, junk);
984 dest = bitsToFp(fpToBits(op3) | qnan, junk);
995 (single && (dest == bitsToFp(0x00800000, junk) ||
996 dest == bitsToFp(0x80800000, junk))) ||
998 (dest == bitsToFp(ULL(0x0010000000000000), junk) ||
999 dest == bitsToFp(ULL(0x8010000000000000), junk)))
1053 dest = bitsToFp(qnan, junk);
1055 dest = bitsToFp(fpToBits(op1) | qnan, junk);
1057 dest = bitsToFp(fpToBits(op2) | qnan, junk);
1066 (single && (dest == bitsToFp(0x00800000, junk) ||
1067 dest == bitsToFp(0x80800000, junk))) ||
1069 (dest == bitsToFp(ULL(0x0010000000000000), junk) ||
1070 dest == bitsToFp(ULL(0x8010000000000000), junk)))
1120 dest = bitsToFp(qnan, junk);
1122 dest = bitsToFp(fpToBits(op1) | qnan, junk);
1127 (single && (dest == bitsToFp(0x00800000, junk) ||
1128 dest == bitsToFp(0x80800000, junk))) ||
1130 (dest == bitsToFp(ULL(0x0010000000000000), junk) ||
1131 dest == bitsToFp(ULL(0x8010000000000000), junk)))