Home
last modified time | relevance | path

Searched refs:iq (Results 1 - 22 of 22) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
H A Dlls.asm53 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 Dpngdsp.asm38 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 Daacpsdsp.asm176 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 Dtrig.c137 * 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.c109 * 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.c109 * 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 Dvf_atadenoise.asm58 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 Davf_showcqt.asm43 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 DTransliteratorParser.java508 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 DTransliteratorParser.java509 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 Dpath_output.h48 void set_inhibit_quoting(bool iq) { options_.inhibit_quoting = iq; } in set_inhibit_quoting() argument
/third_party/node/deps/v8/src/base/
H A Dieee754.cc435 * 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 Drbt_pars.cpp460 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 Drbt_pars.cpp460 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 Drbt_pars.cpp460 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 Dxcbgrab.c160 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 Dtest_statistics.py2751 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 Dnfs_lib.sh153 if grep -iq "Protocol not supported" mount.log; then
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_neon.c826 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 DAMDGPUISelLowering.cpp1596 // 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 Dsanei_scsi.c4910 scsi_inquiry_t inquiry, *iq = &inquiry; in scsi_cmd() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 41 milliseconds