Searched defs:ahi (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | sqrt.c | 17 uint64_t ahi = a>>32; in mul64() local
|
D | sqrtl.c | 67 uint64_t ahi = a>>32; in mul64() local 148 uint64_t ahi = a>>32; in mul64_128() local
|
/third_party/musl/src/math/ |
D | sqrt.c | 17 uint64_t ahi = a>>32; in mul64() local
|
D | sqrtl.c | 67 uint64_t ahi = a>>32; in mul64() local 148 uint64_t ahi = a>>32; in mul64_128() local
|
/third_party/python/Lib/ |
D | difflib.py | 305 def find_longest_match(self, alo=0, ahi=None, blo=0, bhi=None): argument 879 def _plain_replace(self, a, alo, ahi, b, blo, bhi): argument 893 def _fancy_replace(self, a, alo, ahi, b, blo, bhi): argument 987 def _fancy_helper(self, a, alo, ahi, b, blo, bhi): argument
|