Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
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