Searched refs:ys (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | dmisc.c | 119 ULLong borrow, carry, y, ys; local 121 ULong borrow, carry, y, ys; local 148 ys = *sx++ * (ULLong)q + carry; 149 carry = ys >> 32; 151 y = *bx - (ys & 0xffffffffUL) - borrow; 158 ys = (si & 0xffff) * q + carry; 159 zs = (si >> 16) * q + (ys >> 16); 161 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; 167 ys = *sx++ * q + carry; 168 carry = ys >> 16; [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_xrange.py | 28 def assert_iterators_equal(self, xs, ys, test_id, limit=None): argument 33 ys = itertools.islice(ys, limit) 35 pairs = itertools.izip_longest(xs, ys, fillvalue=sentinel)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 1238 ULLong borrow, carry, y, ys; in quorem() local 1240 ULong borrow, carry, y, ys; in quorem() local 1265 ys = *sx++ * (ULLong)q + carry; in quorem() 1266 carry = ys >> 32; in quorem() 1267 y = *bx - (ys & FFFFFFFF) - borrow; in quorem() 1272 ys = (si & 0xffff) * q + carry; in quorem() 1273 zs = (si >> 16) * q + (ys >> 16); in quorem() 1275 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; in quorem() 1298 ys = *sx++ + carry; in quorem() 1299 carry = ys >> 32; in quorem() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 1221 ULLong borrow, carry, y, ys; in quorem() local 1223 ULong borrow, carry, y, ys; in quorem() local 1248 ys = *sx++ * (ULLong)q + carry; in quorem() 1249 carry = ys >> 32; in quorem() 1250 y = *bx - (ys & FFFFFFFF) - borrow; in quorem() 1255 ys = (si & 0xffff) * q + carry; in quorem() 1256 zs = (si >> 16) * q + (ys >> 16); in quorem() 1258 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; in quorem() 1281 ys = *sx++ + carry; in quorem() 1282 carry = ys >> 32; in quorem() [all …]
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1942 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertLegacyToRaw16() local 1943 uint32_t y = (uint32_t)ys; in convertLegacyToRaw16() 2003 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertMipiToRaw16() local 2004 uint32_t y = (uint32_t)ys; in convertMipiToRaw16()
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1942 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertLegacyToRaw16() local 1943 uint32_t y = (uint32_t)ys; in convertLegacyToRaw16() 2003 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertMipiToRaw16() local 2004 uint32_t y = (uint32_t)ys; in convertMipiToRaw16()
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 2264 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertLegacyToRaw16() local 2265 uint32_t y = (uint32_t)ys; in convertLegacyToRaw16() 2307 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertMipiToRaw16() local 2308 uint32_t y = (uint32_t)ys; in convertMipiToRaw16()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regcomp.c | 2558 StrNode* ys = NSTR(y); in is_not_included() local 2566 for (i = 0, p = ys->s, q = xs->s; i < len; i++, p++, q++) { in is_not_included()
|