Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dsqrt.c17 uint64_t ahi = a>>32; in mul64() local
Dsqrtl.c67 uint64_t ahi = a>>32; in mul64() local
148 uint64_t ahi = a>>32; in mul64_128() local
/third_party/musl/src/math/
Dsqrt.c17 uint64_t ahi = a>>32; in mul64() local
Dsqrtl.c67 uint64_t ahi = a>>32; in mul64() local
148 uint64_t ahi = a>>32; in mul64_128() local
/third_party/python/Lib/
Ddifflib.py305 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