HomeSort by relevance Sort by last modified time
    Searched refs:iq (Results 1 - 25 of 31) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/scripts/
print-prefix.sh 3 if uname -a | grep -iq linux
  /device/google/contexthub/firmware/lib/libm/
kf_rem_pio2.c 62 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
86 /* distill q[] into iq[] reversingly */
89 iq[i] = (__int32_t)(z-two8*fw);
99 if(q0>0) { /* need iq[jz-1] to determine n */
100 i = (iq[jz-1]>>(8-q0)); n += i;
101 iq[jz-1] -= i<<(8-q0);
102 ih = iq[jz-1]>>(7-q0);
104 else if(q0==0) ih = iq[jz-1]>>8;
110 j = iq[i];
113 carry = 1; iq[i] = 0x100- j
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
k_rem_pio2.c 116 * iq[] integer array by breaking up q[] in 24-bits chunk.
159 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
182 /* distill q[] into iq[] reversingly */
185 iq[i] = (int32_t)(z-two24*fw);
195 if(q0>0) { /* need iq[jz-1] to determine n */
196 i = (iq[jz-1]>>(24-q0)); n += i;
197 iq[jz-1] -= i<<(24-q0);
198 ih = iq[jz-1]>>(23-q0);
200 else if(q0==0) ih = iq[jz-1]>>23;
206 j = iq[i];
    [all...]
  /external/fdlibm/
k_rem_pio2.c 112 * iq[] integer array by breaking up q[] in 24-bits chunk.
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
193 /* distill q[] into iq[] reversingly */
196 iq[i] = (int)(z-two24*fw);
206 if(q0>0) { /* need iq[jz-1] to determine n */
207 i = (iq[jz-1]>>(24-q0)); n += i;
208 iq[jz-1] -= i<<(24-q0);
209 ih = iq[jz-1]>>(23-q0);
211 else if(q0==0) ih = iq[jz-1]>>23;
217 j = iq[i]
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
orphan.d 5 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
pr349.d 6 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
orphan-region.d 5 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
warn2.d 9 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.cc 256 XmlElement iq(QN_IQ);
257 iq.AddAttr(QN_TYPE, "set");
260 iq.AddAttr(QN_ID, iqId_);
261 iq.AddElement(new XmlElement(QN_BIND_BIND, true));
264 iq.AddElement(new XmlElement(QN_BIND_RESOURCE), 1);
265 iq.AddText(pctx_->requested_resource_, 2);
267 pctx_->InternalSendStanza(&iq);
290 XmlElement iq(QN_IQ);
291 iq.AddAttr(QN_TYPE, "set");
294 iq.AddAttr(QN_ID, iqId_)
    [all...]
  /frameworks/base/native/android/
input.cpp 275 InputQueue* iq = static_cast<InputQueue*>(queue); local
277 iq->attachLooper(l, ident, callback, data);
281 InputQueue* iq = static_cast<InputQueue*>(queue); local
282 iq->detachLooper();
286 InputQueue* iq = static_cast<InputQueue*>(queue); local
287 return iq->hasEvents();
291 InputQueue* iq = static_cast<InputQueue*>(queue); local
293 int32_t res = iq->getEvent(&event);
299 InputQueue* iq = static_cast<InputQueue*>(queue); local
301 return iq->preDispatchEvent(e) ? 1 : 0
305 InputQueue* iq = static_cast<InputQueue*>(queue); local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 114 * iq[] integer array by breaking up q[] in 24-bits chunk.
296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
319 /* distill q[] into iq[] reversingly */
322 iq[i] = (int32_t)(z-two24*fw);
332 if(q0>0) { /* need iq[jz-1] to determine n */
333 i = (iq[jz-1]>>(24-q0)); n += i;
334 iq[jz-1] -= i<<(24-q0);
335 ih = iq[jz-1]>>(23-q0);
337 else if(q0==0) ih = iq[jz-1]>>23;
343 j = iq[i]
    [all...]
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 73 int *ip, *iq; local
206 iq = (int *)p2;
208 *ip++ = *iq++;
  /external/v8/src/base/
ieee754.cc 490 * iq[] integer array by breaking up q[] in 24-bits chunk.
525 int32_t jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; local
553 /* distill q[] into iq[] reversingly */
556 iq[i] = static_cast<int32_t>(z - two24 * fw);
566 if (q0 > 0) { /* need iq[jz-1] to determine n */
567 i = (iq[jz - 1] >> (24 - q0));
569 iq[jz - 1] -= i << (24 - q0);
570 ih = iq[jz - 1] >> (23 - q0);
572 ih = iq[jz - 1] >> 23;
581 j = iq[i]
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorParser.java 509 int iq = rule.indexOf(QUOTE, pos); local
510 if (iq == pos) {
522 if (iq < 0) {
525 buf.append(rule.substring(pos, iq));
526 pos = iq+1;
529 iq = rule.indexOf(QUOTE, pos+1);
537 for (iq=quoteStart; iq<quoteLimit; ++iq) {
538 parser.checkVariableRange(buf.charAt(iq), rule, start)
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorParser.java 508 int iq = rule.indexOf(QUOTE, pos); local
509 if (iq == pos) {
521 if (iq < 0) {
524 buf.append(rule.substring(pos, iq));
525 pos = iq+1;
528 iq = rule.indexOf(QUOTE, pos+1);
536 for (iq=quoteStart; iq<quoteLimit; ++iq) {
537 parser.checkVariableRange(buf.charAt(iq), rule, start)
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 518 for (Iterator iq = node.iterateQualifier(); iq.hasNext();)
520 XMPNode qualifier = (XMPNode) iq.next();
757 for (Iterator iq = node.iterateQualifier(); iq.hasNext();)
759 XMPNode qualifier = (XMPNode) iq.next();
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 460 int32_t iq = rule.indexOf(QUOTE, pos); local
461 if (iq == pos) {
473 if (iq < 0) {
477 rule.extractBetween(pos, iq, scratch);
479 pos = iq+1;
482 iq = rule.indexOf(QUOTE, pos+1);
490 for (iq=quoteStart; iq<quoteLimit; ++iq) {
491 if (!parser.checkVariableRange(buf.charAt(iq))) {
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 325 if ! $(echo $ERR | grep -iq "Text file busy"); then
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 338 if ! $(echo $ERR | grep -iq "Text file busy"); then
  /external/webp/src/dsp/
enc_neon.c 820 const uint16x8_t iq = vld1q_u16(&mtx->iq_[offset]); local
828 const uint32x4_t m0 = vmull_u16(vget_low_u16(c), vget_low_u16(iq));
829 const uint32x4_t m1 = vmull_u16(vget_high_u16(c), vget_high_u16(iq))
    [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 336 vmov.16 d0[0], r9 @ Restore dc value since its chroma iq-it
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 1296 SDValue iq = DAG.getNode(ToInt, DL, IntVT, fq); local
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
jsondata_test.go     [all...]
  /prebuilts/go/linux-x86/test/bench/go1/
jsondata_test.go     [all...]
  /external/eigen/Eigen/src/misc/
lapacke.h 156 lapack_int* iq );
160 double* q, lapack_int* iq );
    [all...]

Completed in 1123 milliseconds

1 2