Lines Matching refs:one
1809 // Ensure that we can store one result per lane.
1830 // Ensure that we can store one result per lane.
1863 // Ensure that we can store one result per lane.
4769 // write a one-liner with std::round, but the behaviour on ties is incorrect
6551 // conditionally invert the sign of one `fmul` operand.
6569 uint64_t one;
6572 one = Float16ToRawbits(Float16(1.0));
6574 one = FloatToRawbits(1.0);
6577 one = DoubleToRawbits(1.0);
6589 if ((q & 1) == 1) op = one;
7450 // code, fail a random element in roughly one in eight full-vector loads.