Lines Matching refs:value
71 void SetLane(int lane, T value) {
72 size_t lane_size = sizeof(value);
74 memcpy(bytes + (lane * lane_size), &value, lane_size);
333 // Some tests want to check that a value is _not_ equal to a reference value.
337 // The Equal* methods return true if the result matches the reference value.
403 // Check that each SVE lane matches the corresponding expected[] value. The
431 // Check that each SVE lanes matches the `expected` value.
488 // The return value is a RegList indicating which registers were allocated.
514 uint64_t const value = 0xfedcba9876543210);
519 double const value = kFP64SignallingNaN);
522 // using this method, the clobber value is always the default for the basic
572 // true, regardless of the return value.
593 // pointer at its original value.