Searched refs:Negate (Results 1 – 1 of 1) sorted by relevance
33 static uint32_t Negate(uint32_t x) { return x; }; in Negate() function40 static int32_t Negate(int32_t x) { return -x; }; in Negate() function47 static uint64_t Negate(uint64_t x) { return x; }; in Negate() function54 static int64_t Negate(int64_t x) { return -x; }; in Negate() function83 VerifyValue<T>(Traits<T>::Negate(i), f, g); in Verify()84 VerifyValue<T>(Traits<T>::Negate(i + 1), f, g); in Verify()