Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dmathutil.h1197 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function
1206 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function
1248 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function
1254 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function
1283 inline unsigned long ScanReverse(uint8_t bits) in ScanReverse() function
1288 inline unsigned long ScanReverse(uint16_t bits) in ScanReverse() function
H A Dmathutil_unittest.cpp295 TEST(MathUtilTest, ScanReverse) in TEST() argument