Searched defs:ahi (Results 1 – 4 of 4) sorted by relevance
/external/musl/src/math/ |
D | sqrtl.c | 67 uint64_t ahi = a>>32; in mul64() local 148 uint64_t ahi = a>>32; in mul64_128() local
|
D | sqrt.c | 17 uint64_t ahi = a>>32; in mul64() local
|
/external/python/cpython3/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
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 2666 cl_ulong ahi = a >> 32; in mul128() local
|