Searched defs:hi (Results 1 – 9 of 9) sorted by relevance
41 const uint32 lo = single_(), hi = single_(); in Rand64() local
183 UniformDistribution(int32 lo, int32 hi) in UniformDistribution()218 UniformDistribution(int64 lo, int64 hi) in UniformDistribution()
46 int hi = list.size() - 1; in binarySearch() local
39 uint64_t hi = DecodeFixed32(ptr + 4); in DecodeFixed64() local
180 int hi = Character.digit(source[sourcePos++], 16); in hexToBytes() local
94 uint64_t hi; variable
205 int hi = mout >> (d - times); in bitCycleLeft() local
263 int hi = mout >> (d - times); in bitCycleLeft() local
73 void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) in build()