Home | History | Annotate | Download | only in arm

Lines Matching refs:biased_exponent

1007   const int biased_exponent = HeapNumber::kExponentBias + meaningful_bits;
1015 __ mov(scratch, Operand(biased_exponent << HeapNumber::kExponentShift));
1026 if (!(biased_exponent & 1)) {