Home | History | Annotate | Download | only in cctest

Lines Matching full:mul_result

1154     double mul_result;
1178 __ vstr(d2, r0, offsetof(T, mul_result));
1197 t.mul_result = 0;
1217 (bit_cast<int64_t>(t.mul_result) >> 32) & 0x7fffffff);
1218 CHECK_EQ(kArmNanLower32, bit_cast<int64_t>(t.mul_result) & 0xffffffffu);