Home
last modified time | relevance | path

Searched defs:Negate (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Ditoatest.cpp33 static uint32_t Negate(uint32_t x) { return x; }; in Negate() function
40 static int32_t Negate(int32_t x) { return -x; }; in Negate() function
47 static uint64_t Negate(uint64_t x) { return x; }; in Negate() function
54 static int64_t Negate(int64_t x) { return -x; }; in Negate() function
/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dconfig.pb.go560 Negate bool `protobuf:"varint,2,opt,name=negate,proto3" json:"negate,omitempty"` member