Home
last modified time | relevance | path

Searched refs:bhi (Results 1 – 25 of 25) sorted by relevance

/third_party/python/Lib/
Ddifflib.py305 def find_longest_match(self, alo=0, ahi=None, blo=0, bhi=None): argument
366 if bhi is None:
367 bhi = len(b)
383 if j >= bhi:
398 while besti+bestsize < ahi and bestj+bestsize < bhi and \
414 while besti+bestsize < ahi and bestj+bestsize < bhi and \
453 alo, ahi, blo, bhi = queue.pop()
454 i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
462 if i+k < ahi and j+k < bhi:
463 queue.append((i+k, ahi, j+k, bhi))
[all …]
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsqrtl.c69 uint64_t bhi = b>>32; in mul64() local
71 return ahi*bhi + (ahi*blo >> 32) + (alo*bhi >> 32); in mul64()
150 uint64_t bhi = b>>32; in mul64_128() local
152 uint64_t lo1 = ((ahi*blo)&0xffffffff) + ((alo*bhi)&0xffffffff) + (alo*blo>>32); in mul64_128()
154 r.hi = ahi*bhi + (ahi*blo>>32) + (alo*bhi>>32) + (lo1>>32); in mul64_128()
Dsqrt.c19 uint64_t bhi = b>>32; in mul64() local
21 return ahi*bhi + (ahi*blo >> 32) + (alo*bhi >> 32); in mul64()
/third_party/musl/src/math/
Dsqrtl.c69 uint64_t bhi = b>>32; in mul64() local
71 return ahi*bhi + (ahi*blo >> 32) + (alo*bhi >> 32); in mul64()
150 uint64_t bhi = b>>32; in mul64_128() local
152 uint64_t lo1 = ((ahi*blo)&0xffffffff) + ((alo*bhi)&0xffffffff) + (alo*blo>>32); in mul64_128()
154 r.hi = ahi*bhi + (ahi*blo>>32) + (alo*bhi>>32) + (lo1>>32); in mul64_128()
Dsqrt.c19 uint64_t bhi = b>>32; in mul64() local
21 return ahi*bhi + (ahi*blo >> 32) + (alo*bhi >> 32); in mul64()
/third_party/openssl/crypto/sha/asm/
Dsha512-ppc.pl472 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
508 xor $a1,$ahi,$bhi
524 xor $a3,$a3,$bhi
567 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
Dsha512-parisc.pl390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
436 and $ahi,$bhi,$a1
448 and $bhi,$chi,$a3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME-Thumb.txt103 bhi LBB1_4 @bb12.exitStub
139 bhi L2
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c7919 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; in image_transform_png_set_rgb_to_gray_mod() local
7950 b = blo = bhi = that->bluef; in image_transform_png_set_rgb_to_gray_mod()
7953 bhi += that->bluee; in image_transform_png_set_rgb_to_gray_mod()
7954 bhi = DU(bhi, calc_depth, 1/*round*/); in image_transform_png_set_rgb_to_gray_mod()
7974 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7988 bhi = DU(pow(bhi, power)+abse, calc_depth, 1); in image_transform_png_set_rgb_to_gray_mod()
8016 bhi * (data.blue_coefficient+ce), calc_depth, do_round); in image_transform_png_set_rgb_to_gray_mod()
8034 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8141 double rhi, ghi, bhi, grayhi; in image_transform_png_set_rgb_to_gray_mod() local
8148 bhi = b + be + in_qe; if (bhi > 1) bhi = 1; in image_transform_png_set_rgb_to_gray_mod()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c7919 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; in image_transform_png_set_rgb_to_gray_mod() local
7950 b = blo = bhi = that->bluef; in image_transform_png_set_rgb_to_gray_mod()
7953 bhi += that->bluee; in image_transform_png_set_rgb_to_gray_mod()
7954 bhi = DU(bhi, calc_depth, 1/*round*/); in image_transform_png_set_rgb_to_gray_mod()
7974 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7988 bhi = DU(pow(bhi, power)+abse, calc_depth, 1); in image_transform_png_set_rgb_to_gray_mod()
8016 bhi * (data.blue_coefficient+ce), calc_depth, do_round); in image_transform_png_set_rgb_to_gray_mod()
8034 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8141 double rhi, ghi, bhi, grayhi; in image_transform_png_set_rgb_to_gray_mod() local
8148 bhi = b + be + in_qe; if (bhi > 1) bhi = 1; in image_transform_png_set_rgb_to_gray_mod()
[all …]
/third_party/optimized-routines/string/arm/
Dstrcmp.S336 bhi L(overlap1) /* C=1, Z=0 => src2[1:0] = 0b11. */
/third_party/python/Doc/library/
Ddifflib.rst425 .. method:: find_longest_match(alo=0, ahi=None, blo=0, bhi=None)
427 Find longest matching block in ``a[alo:ahi]`` and ``b[blo:bhi]``.
431 <= i <= i+k <= ahi`` and ``blo <= j <= j+k <= bhi``. For all ``(i', j',
/third_party/python/Doc/tools/
Dsusp-ignored.csv126 library/difflib,,:bhi,b[blo:bhi]
/third_party/python/Lib/test/
Dtest_difflib.py529 match = sm.find_longest_match(bhi=5, blo=1)
/third_party/icu/icu4c/source/data/misc/
DlikelySubtags.txt143 bhi{"bhi_Deva_IN"}
DlangInfo.txt377 "bhi","Deva","IN",
DsupplementalData.txt12103 bhi{
28932 bhi{
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DlikelySubtags.txt139 bhi{"bhi_Deva_IN"}
DsupplementalData.txt11715 bhi{
28151 bhi{
/third_party/skia/third_party/externals/icu/source/data/misc/
DlikelySubtags.txt143 bhi{"bhi_Deva_IN"}
DlangInfo.txt377 "bhi","Deva","IN",
DsupplementalData.txt12103 bhi{
28932 bhi{
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt160 佛>'[buddha (contraction of MC 'bhiêtdha')]';
/third_party/harfbuzz/perf/texts/
Den-words.txt1066 bhi
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt1066 bhi