Searched defs:Negate (Results 1 – 2 of 2) 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() function
560 Negate bool `protobuf:"varint,2,opt,name=negate,proto3" json:"negate,omitempty"` member