/third_party/ffmpeg/libavutil/x86/ |
H A D | lls.asm | 53 lea varq, [varq + iq*8] 54 neg iq 58 mova m1, [varq + iq*8] 59 mova m3, [varq + iq*8 + 16] 69 lea jq, [iq + 2] 108 add iq, 4 114 mov jq, iq 117 movsd m0, [varq + iq*8] 121 inc iq 136 mova ymm1, [varq + iq* [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | pngdsp.asm | 38 xor iq, iq 45 movu m0, [src2q+iq] 46 movu m1, [src2q+iq+mmsize] 47 paddb m0, [src1q+iq] 48 paddb m1, [src1q+iq+mmsize] 49 movu [dstq+iq ], m0 50 movu [dstq+iq+mmsize], m1 51 add iq, mmsize*2 53 cmp iq, wa [all...] |
H A D | aacpsdsp.asm | 176 movsxdifnidn iq, id 178 lea inq, [inq+iq*4] 287 movsxdifnidn iq, id 289 lea outq, [outq+iq*4]
|
/third_party/jerryscript/jerry-libm/ |
H A D | trig.c | 137 * iq[] integer array by breaking up q[] in 24-bits chunk. 192 int jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; in __kernel_rem_pio2() local 228 /* distill q[] into iq[] reversingly */ in __kernel_rem_pio2() 232 iq[i] = (int) (z - two24 * fw); in __kernel_rem_pio2() 242 if (q0 > 0) /* need iq[jz - 1] to determine n */ in __kernel_rem_pio2() 244 i = (iq[jz - 1] >> (24 - q0)); in __kernel_rem_pio2() 246 iq[jz - 1] -= i << (24 - q0); in __kernel_rem_pio2() 247 ih = iq[jz - 1] >> (23 - q0); in __kernel_rem_pio2() 251 ih = iq[jz - 1] >> 23; in __kernel_rem_pio2() 264 j = iq[ in __kernel_rem_pio2() [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | __rem_pio2_large.c | 109 * iq[] integer array by breaking up q[] in 24-bits chunk. 275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local 301 /* distill q[] into iq[] reversingly */ in __rem_pio2_large() 304 iq[i] = (int32_t)(z - 0x1p24*fw); in __rem_pio2_large() 314 if (q0 > 0) { /* need iq[jz-1] to determine n */ in __rem_pio2_large() 315 i = iq[jz-1]>>(24-q0); n += i; in __rem_pio2_large() 316 iq[jz-1] -= i<<(24-q0); in __rem_pio2_large() 317 ih = iq[jz-1]>>(23-q0); in __rem_pio2_large() 319 else if (q0 == 0) ih = iq[jz-1]>>23; in __rem_pio2_large() 325 j = iq[ in __rem_pio2_large() [all...] |
/third_party/musl/src/math/ |
H A D | __rem_pio2_large.c | 109 * iq[] integer array by breaking up q[] in 24-bits chunk. 275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local 301 /* distill q[] into iq[] reversingly */ in __rem_pio2_large() 304 iq[i] = (int32_t)(z - 0x1p24*fw); in __rem_pio2_large() 314 if (q0 > 0) { /* need iq[jz-1] to determine n */ in __rem_pio2_large() 315 i = iq[jz-1]>>(24-q0); n += i; in __rem_pio2_large() 316 iq[jz-1] -= i<<(24-q0); in __rem_pio2_large() 317 ih = iq[jz-1]>>(23-q0); in __rem_pio2_large() 319 else if (q0 == 0) ih = iq[jz-1]>>23; in __rem_pio2_large() 325 j = iq[ in __rem_pio2_large() [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_atadenoise.asm | 58 mov iq, midq 69 inc iq 93 mov srcfxq, [srcfq + iq * 8] 117 cmp iq, sizeq 172 mov iq, midq 216 inc iq 218 mov srcfxq, [srcfq + iq * 8] 242 cmp iq, sizeq
|
H A D | avf_showcqt.asm | 43 movaps m%5, [srcq + 8 * iq] 44 movaps m%7, [srcq + 8 * iq + mmsize] 51 movups m%5, [srcq + 8 * iq - mmsize + 8] 52 movups m%7, [srcq + 8 * iq - 2*mmsize + 8]
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorParser.java | 508 int iq = rule.indexOf(QUOTE, pos); in parseSection() 509 if (iq == pos) { in parseSection() 521 if (iq < 0) { in parseSection() 524 buf.append(rule.substring(pos, iq)); in parseSection() 525 pos = iq+1; in parseSection() 528 iq = rule.indexOf(QUOTE, pos+1); in parseSection() 536 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection() 537 parser.checkVariableRange(buf.charAt(iq), rul in parseSection() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorParser.java | 509 int iq = rule.indexOf(QUOTE, pos); in parseSection() 510 if (iq == pos) { in parseSection() 522 if (iq < 0) { in parseSection() 525 buf.append(rule.substring(pos, iq)); in parseSection() 526 pos = iq+1; in parseSection() 529 iq = rule.indexOf(QUOTE, pos+1); in parseSection() 537 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection() 538 parser.checkVariableRange(buf.charAt(iq), rul in parseSection() [all...] |
/third_party/gn/src/gn/ |
H A D | path_output.h | 48 void set_inhibit_quoting(bool iq) { options_.inhibit_quoting = iq; } in set_inhibit_quoting() argument
|
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 435 * iq[] integer array by breaking up q[] in 24-bits chunk. 470 int32_t jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; in __kernel_rem_pio2() local 498 /* distill q[] into iq[] reversingly */ in __kernel_rem_pio2() 501 iq[i] = static_cast<int32_t>(z - two24 * fw); in __kernel_rem_pio2() 511 if (q0 > 0) { /* need iq[jz-1] to determine n */ in __kernel_rem_pio2() 512 i = (iq[jz - 1] >> (24 - q0)); in __kernel_rem_pio2() 514 iq[jz - 1] -= i << (24 - q0); in __kernel_rem_pio2() 515 ih = iq[jz - 1] >> (23 - q0); in __kernel_rem_pio2() 517 ih = iq[jz - 1] >> 23; in __kernel_rem_pio2() 526 j = iq[ in __kernel_rem_pio2() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt_pars.cpp | 460 int32_t iq = rule.indexOf(QUOTE, pos); in parseSection() local 461 if (iq == pos) { in parseSection() 473 if (iq < 0) { in parseSection() 477 rule.extractBetween(pos, iq, scratch); in parseSection() 479 pos = iq+1; in parseSection() 482 iq = rule.indexOf(QUOTE, pos+1); in parseSection() 490 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection() 491 if (!parser.checkVariableRange(buf.charAt(iq))) { in parseSection() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_pars.cpp | 460 int32_t iq = rule.indexOf(QUOTE, pos); in parseSection() local 461 if (iq == pos) { in parseSection() 473 if (iq < 0) { in parseSection() 477 rule.extractBetween(pos, iq, scratch); in parseSection() 479 pos = iq+1; in parseSection() 482 iq = rule.indexOf(QUOTE, pos+1); in parseSection() 490 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection() 491 if (!parser.checkVariableRange(buf.charAt(iq))) { in parseSection() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt_pars.cpp | 460 int32_t iq = rule.indexOf(QUOTE, pos); in parseSection() local 461 if (iq == pos) { in parseSection() 473 if (iq < 0) { in parseSection() 477 rule.extractBetween(pos, iq, scratch); in parseSection() 479 pos = iq+1; in parseSection() 482 iq = rule.indexOf(QUOTE, pos+1); in parseSection() 490 for (iq=quoteStart; iq<quoteLimit; ++iq) { in parseSection() 491 if (!parser.checkVariableRange(buf.charAt(iq))) { in parseSection() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 160 xcb_get_image_cookie_t iq; in xcbgrab_frame() local 167 iq = xcb_get_image(c->conn, XCB_IMAGE_FORMAT_Z_PIXMAP, drawable, in xcbgrab_frame() 170 img = xcb_get_image_reply(c->conn, iq, &e); in xcbgrab_frame() 268 xcb_shm_get_image_cookie_t iq; in xcbgrab_frame_shm() local 282 iq = xcb_shm_get_image(c->conn, drawable, in xcbgrab_frame_shm() 285 img = xcb_shm_get_image_reply(c->conn, iq, &e); in xcbgrab_frame_shm()
|
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 2751 iq = NormalDist(100, 15) 2752 self.assertEqual(iq.inv_cdf(0.50), iq.mean) 2779 self.assertAlmostEqual(iq.cdf(iq.inv_cdf(p)), p) 2785 self.assertAlmostEqual(iq.cdf(iq.inv_cdf(p)), p) 2787 self.assertAlmostEqual(iq.cdf(iq.inv_cdf(p)), p) 2793 self.assertAlmostEqual(iq [all...] |
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs_lib.sh | 153 if grep -iq "Protocol not supported" mount.log; then
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_neon.c | 826 const uint16x8_t iq = vld1q_u16(&mtx->iq_[offset]); in Quantize_NEON() local 834 const uint32x4_t m0 = vmull_u16(vget_low_u16(c), vget_low_u16(iq)); in Quantize_NEON() 835 const uint32x4_t m1 = vmull_u16(vget_high_u16(c), vget_high_u16(iq)); in Quantize_NEON()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1596 // int iq = (int)fq; in LowerDIVREM24() 1597 SDValue iq = DAG.getNode(ToInt, DL, IntVT, fq); in LowerDIVREM24() local 1613 // dst = iq + jq; in LowerDIVREM24() 1614 SDValue Div = DAG.getNode(ISD::ADD, DL, VT, iq, jq); in LowerDIVREM24()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 4910 scsi_inquiry_t inquiry, *iq = &inquiry; in scsi_cmd() local
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |