Home
last modified time | relevance | path

Searched +full:- +full:qq (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtype-definition-in-specifier.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify %s
16 (void)((struct S2 { int x; }*)0); // expected-error{{cannot be defined}} in f0()
20 (void)static_cast<struct S4 { int x; } *>(0); // expected-error{{cannot be defined}} in f0()
23 struct S5 { int x; } f1() { return S5(); } // expected-error{{result type}}
25 void f2(struct S6 { int x; } p); // expected-error{{parameter type}}
28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}}
31 void pr19018_1 (enum e19018_1 {qq} x); // expected-error{{cannot be defined in a parameter type}}
32 void pr19018_1a (enum e19018_1 {qq} x); // expected-error{{cannot be defined in a parameter type}}
33 e19018_1 x2; // expected-error{{unknown type name 'e19018_1'}}
35 void pr19018_2 (enum {qq} x); // expected-error{{cannot be defined in a parameter type}}
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/arch-x86-x86_64/shared/vndk-sp/
Dlibblas.so__cxa_finalize cblas_caxpy caxpy_ __stack_chk_fail cblas_ccopy ccopy_ cblas_cdotc_sub cdotcw_ cblas_cdotu_sub cdotuw_ cblas_cgbmv RowMajorStrg CBLAS_CallFromC cblas_xerbla cgbmv_ malloc free cblas_cgemm cgemm_ ...
/aosp_15_r20/external/scapy/scapy/modules/
H A Dp0f.py44 # wwww:ttt:D:ss:OOO...:QQ:OS:Details
46 # wwww - window size
47 # ttt - initial TTL
48 # D - don't fragment bit (0=unset, 1=set)
49 # ss - overall SYN packet size
50 # OOO - option value and order specification
51 # QQ - quirks list
52 # OS - OS genre
53 # details - OS description
81 self.base.append((l[0], li[0], li[1], li[2], l[4], l[5], l[6], l[7][:-1]))
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/
H A Dcvtdsp.pl4 if ($ARGV[0] eq '-6') {
7 elsif ($ARGV[0] eq '-5') {
10 elsif ($ARGV[0] eq '-2005') {
13 elsif ($ARGV[0] eq '-w3') {
16 elsif ($ARGV[0] eq '-w4') {
19 elsif ($ARGV[0] eq '-ia64') {
22 elsif ($ARGV[0] eq '-d') {
25 elsif ($ARGV[0] eq '-b') {
28 elsif ($ARGV[0] eq '-mt') {
31 elsif ($ARGV[0] eq '-m') {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/arithmetic/
Dbigint_elem_reduced_once_tests.txt1 # 2**1024 - 105 is the largest 1024-bit prime.
2 # Q == 2**1023 + 1155 is the smallest 1024-bit prime.
9 # ghc -O2 prime.hs
12 # P == 2**1024 - 105
14 # QQ = Q**2
15 # A == N - 1 > QQ
18 QQ = 4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000…
22 # P == 2**1024 - 105
24 # QQ = Q**2
25 # A == QQ + 1 > QQ
[all …]
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dsymbol_resolver_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
37 n-4 [+n] UInt:8[n] data
38 offset-4 [+offset] UInt:8[offset] data2
484 " 0 [+1] UInt qq\n")
496 " 0 [+1] UInt qq\n")
534 " 0 [+1] UInt qq\n")
592 " 1 [+gg.qq] UInt:8[] data\n"
594 " 0 [+1] UInt qq\n", "subfield.emb")
601 self.assertEqual(["Gg", "qq"],
608 " 1 [+gg.qq] UInt:8[] data\n"
[all …]
/aosp_15_r20/external/lzma/Asm/x86/
H A D7zCrcOpt.asm1 ; 7zCrcOpt.asm -- CRC32 calculation : optimized version
2 ; 2023-12-08 : Igor Pavlov : Public domain
58 ; movzx x0, x0_L - is slow in some cpus (ivb), if same register for src and dest
74 movzx dest, byte ptr [SRCDAT_1 (4 * (NUM_WORDS - 1 - t + iter * NUM_WORDS) + index)]
78 movzx dest, word ptr [SRCDAT_1 (4 * (NUM_WORDS - 1 - t + iter * NUM_WORDS) + index)]
83 ; paired memory loads give 1-3% speed gain, but it uses more registers
115 ; 32-bit load is better if there is only one read port (core2)
117 mov x3, dword ptr [SRCDAT_1 (4 * (NUM_WORDS - 1 - t + iter * NUM_WORDS) + 0)]
131 LAST equ (4 * (NUM_WORDS - 1))
133 CRC_ITER macro qq, nn, iter
[all …]
/aosp_15_r20/external/trusty/musl/src/math/
Derfl.c31 * erf(x) = --------- | exp(-t*t)dt
35 * erfc(x) = 1-erf(x)
37 * erf(-x) = -erf(x)
38 * erfc(-x) = 2 - erfc(x)
43 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
44 * = 0.5 + ((0.5-x)-x*R) if x in [0.25,0.84375]
46 * erf(x) = (2/sqrt(pi))*(x - x^3/3 + x^5/10 - x^7/42 + ....)
54 * 2. For |x| in [0.84375,1.25], let s = |x| - 1, and
57 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
65 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1(z)/S1(z))
[all …]
/aosp_15_r20/external/musl/src/math/
H A Derfl.c31 * erf(x) = --------- | exp(-t*t)dt
35 * erfc(x) = 1-erf(x)
37 * erf(-x) = -erf(x)
38 * erfc(-x) = 2 - erfc(x)
43 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
44 * = 0.5 + ((0.5-x)-x*R) if x in [0.25,0.84375]
46 * erf(x) = (2/sqrt(pi))*(x - x^3/3 + x^5/10 - x^7/42 + ....)
54 * 2. For |x| in [0.84375,1.25], let s = |x| - 1, and
57 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
65 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1(z)/S1(z))
[all …]
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Dget_sync_seq.c4 * Use of this source code is governed by a BSD-style license
13 iLBC Speech Coder ANSI-C Source Code
26 /*----------------------------------------------------------------*
27 * get the pitch-synchronous sample sequence
28 *---------------------------------------------------------------*/
34 size_t *period, /* (i) rough-pitch-period array (Q-2) */ in WebRtcIlbcfix_GetSyncSeq()
35 const size_t *plocs, /* (i) where periods of period array are taken (Q-2) */ in WebRtcIlbcfix_GetSyncSeq()
47 centerEndPos = centerStartPos + ENH_BLOCKL - 1; in WebRtcIlbcfix_GetSyncSeq()
61 for (q = hl; q > 0; q--) { in WebRtcIlbcfix_GetSyncSeq()
62 size_t qq = q - 1; in WebRtcIlbcfix_GetSyncSeq() local
[all …]
/aosp_15_r20/external/libwebsockets/scripts/
H A Dtravis_install.sh7 sudo apt-get update -qq
9 if [ "$LWS_METHOD" == "lwsws" -o "$LWS_METHOD" == "lwsws2" ];
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
12 sudo apt-get remove python-six
17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
21 sudo update-ca-certificates
24 if [ "$LWS_METHOD" == "mbedtls" -o "$LWS_METHOD" == "ss+mbedtls" ];
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
27 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
31 sudo update-ca-certificates
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/rsa/
Dkeypair.rs1 // Copyright 2015-2016 Brian Smith.
36 qq: bigint::Modulus<QQ>, field
44 /// Parses an unencrypted PKCS#8-encoded RSA private key.
46 /// This will generate a 2048-bit RSA private key of the correct form using
50 /// openssl genpkey -algorithm RSA \
51 /// -pkeyopt rsa_keygen_bits:2048 \
52 /// -pkeyopt rsa_keygen_pubexp:65537 | \
53 /// openssl pkcs8 -topk8 -nocrypt -outform der > rsa-2048-private-key.pk8
56 /// This will generate a 3072-bit RSA private key of the correct form:
59 /// openssl genpkey -algorithm RSA \
[all …]
/aosp_15_r20/system/libufdt/tests/
H A Dapply_verify_multiple_overlay.sh3 if [ -z "${ANDROID_HOST_OUT}" ]; then
9 BASE_DT_NAME="apply_fragment-base"
17 tmpdir=$(mktemp -d)
18 trap 'rm -rf ${tmpdir};' EXIT
20 dtc -@ -qq -O dtb -o "${tmpdir}/${BASE_DT_NAME}.dtb" "${IN_DATA_DIR}/${BASE_DT_NAME}.dts"
21 dtc -@ -qq -O dtb -o "${tmpdir}/${OVERLAY_DT_1}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_1}.dts"
22 dtc -@ -qq -O dtb -o "${tmpdir}/${OVERLAY_DT_2}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_2}.dts"
23 dtc -@ -qq -O dtb -o "${tmpdir}/${OVERLAY_DT_3}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_3}.dts"
24 dtc -@ -qq -O dtb -o "${tmpdir}/${OVERLAY_DT_4}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_4}.dts"
63 if [[ "$result" -ne "${expected_out[$i]}" ]]
/aosp_15_r20/external/webrtc/data/voice_engine/stereo_rtp_files/
H A Dstereo_pcmu_vad.rtp5-].^7e9f8e@l��ܡԣթگߴ���Lq0_+\0_;hCmLq����߰ߵ�����Ns2a.^/^0_/_3a8fAl@l4c;g����۬ܫܪۮ���Ho;h;h:g7e:gRu��…
20 …ee\\MM�歭��������MMllQQ55--//99kk�����˼���������iiTTLLFFCCBBBB`a��������uu__ccOOGFCC@@@@DD??;;;;EEV…
22 …�}���{EI��X������^^__NNNNNNPPTT]]nn����������������jj[[ZZRR``TTmmVV��ZZ��rr``��QQ��JJ��HH��UU��||…
23QQ��XX��bb��ii��ll����������������������pp��ff��XX��WW��[[��ff����dd��VV��oocc��MM��WW}}��YY��YY��…
33QQ��oojjjk[[��gg��ff������������������������ll������]]��VV��PP��ZZ��nn��[[��ZZ��JJ��CC��AA��JJ��UU…
H A Dstereo_pcmu_vad_jitter.rtp5-].^7e9f8e@l��ܡԣթگߴ���Lq0_+\0_;hCmLq����߰ߵ�����Ns2a.^/^0_/_3a8fAl@l4c;g����۬ܫܪۮ���Ho;h;h:g7e:gRu��…
21 …ee\\MM�歭��������MMllQQ55--//99kk�����˼���������iiTTLLFFCCBBBB`a��������uu__ccOOGFCC@@@@DD??;;;;EEV…
26 O�}���{EI��X������^^__NNNNNNPPTT]]nn����������������jj[[ZZRR``TTmmVV��ZZ��rr``��QQ��JJ��HH��UU��||…
H A Dstereo_pcmu_jitter.rtp4-].^7e9f8e@l��ܡԣթگߴ���Lq0_+\0_;hCmLq����߰ߵ�����Ns2a.^/^0_/_3a8fAl@l4c;g����۬ܫܪۮ���Ho;h;h:g7e:gRu��…
18 …ee\\MM�歭��������MMllQQ55--//99kk�����˼���������iiTTLLFFCCBBBB`a��������uu__ccOOGFCC@@@@DD??;;;;EEV…
23 O�}���{EI��X������^^__NNNNNNPPTT]]nn����������������jj[[ZZRR``TTmmVV��ZZ��rr``��QQ��JJ��HH��UU��||…
H A Dstereo_pcmu.rtp4-].^7e9f8e@l��ܡԣթگߴ���Lq0_+\0_;hCmLq����߰ߵ�����Ns2a.^/^0_/_3a8fAl@l4c;g����۬ܫܪۮ���Ho;h;h:g7e:gRu��…
17 …ee\\MM�歭��������MMllQQ55--//99kk�����˼���������iiTTLLFFCCBBBB`a��������uu__ccOOGFCC@@@@DD??;;;;EEV…
19 …�}���{EI��X������^^__NNNNNNPPTT]]nn����������������jj[[ZZRR``TTmmVV��ZZ��rr``��QQ��JJ��HH��UU��||…
20QQ��XX��bb��ii��ll����������������������pp��ff��XX��WW��[[��ff����dd��VV��oocc��MM��WW}}��YY��YY��…
30QQ��oojjjk[[��gg��ff������������������������ll������]]��VV��PP��ZZ��nn��[[��ZZ��JJ��CC��AA��JJ��UU…
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/
Dtypearith.h2 * Copyright (c) 2008-2020 Stefan Krah. All rights reserved.
43 /** ------------------------------------------------------------
45 ** ------------------------------------------------------------
70 *r = (mpd_uint_t)(hl - (__uint128_t)(*q) * d); in _mpd_div_words()
148 t = (s == 0) ? 0 : u0 >> (64 - s); in _mpd_div_words()
156 rhat = un32 - q1*vn1; in _mpd_div_words()
159 q1 = q1 - 1; in _mpd_div_words()
169 * The statements inside the if-clause do not change the value in _mpd_div_words()
170 * of the left-hand side of (2), and the loop is only exited in _mpd_div_words()
175 * (5) 0 <= un32*b + un1 - q1*v in _mpd_div_words()
[all …]
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DDelaunay.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
25 #define QQ 9 // Optimal value as determined by testing macro
27 #define NYL (-1)
61 // Sort the pointers by x-coordinate of site in buildTriangulation()
66 spsortx( sp, 0, size-1 ); in buildTriangulation()
67 build( 0, size-1, &lefte, &righte, rows ); in buildTriangulation()
72 // Contains modifications for axis-switching division.
82 if ( low < (high-2) ) { in build()
91 split = low - 1 + (int) in build()
92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows))); in build()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DArrayDeque8Test.java16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
30 * members of JCP JSR-166 Expert Group and released to the public
53 // Android-changed: Use JUnit4.
56 // Android-changed: Use JUnitCore.main.
72 () -> new ArrayDeque().spliterator().getComparator()); in testSpliterator_getComparator()
98 …* ant -Dvmoptions='-Xms28g -Xmx28g' -Djsr166.expensiveTests=true -Djsr166.tckTestClass=ArrayDeque8…
108 final int maxArraySize = Integer.MAX_VALUE - 8; in testHugeCapacity()
111 () -> new ArrayDeque(Integer.MAX_VALUE)); in testHugeCapacity()
114 ArrayDeque q = new ArrayDeque(maxArraySize - 1); in testHugeCapacity()
122 assertTrue(q.addAll(Collections.nCopies(maxArraySize - 3, e))); in testHugeCapacity()
[all …]
/aosp_15_r20/external/flatbuffers/tests/docker/
H A DDockerfile.testing.cpp.debian_buster1 FROM debian:10.1-slim as base
2 RUN apt -qq update >/dev/null
3 RUN apt -qq install -y cmake make build-essential >/dev/null
4 RUN apt -qq install -y autoconf git libtool >/dev/null
5 RUN apt -qq install -y clang >/dev/null
7 # Travis machines have 2 cores. Can be redefined with 'run --env PAR_JOBS=N'.
/aosp_15_r20/external/libvpx/vp8/common/arm/neon/
H A Ddequantizeb_neon.c4 * Use of this source code is governed by a BSD-style license
17 int16x8x2_t qQ, qDQC, qDQ; in vp8_dequantize_b_neon() local
19 qQ = vld2q_s16(d->qcoeff); in vp8_dequantize_b_neon()
22 qDQ.val[0] = vmulq_s16(qQ.val[0], qDQC.val[0]); in vp8_dequantize_b_neon()
23 qDQ.val[1] = vmulq_s16(qQ.val[1], qDQC.val[1]); in vp8_dequantize_b_neon()
25 vst2q_s16(d->dqcoeff, qDQ); in vp8_dequantize_b_neon()
/aosp_15_r20/external/strace/tests-m32/
H A Dget_regs.test36 run_strace -qq -esignal=none -eraw=all -etrace=none ../gettid > /dev/null
38 run_strace -qq -esignal=none -eraw=all -eptrace -o '|grep -c ^ptrace > less' \
39 -- "$STRACE_EXE" -o "$LOG" $args > /dev/null
41 [ "$(cat less)" -gt 0 ] ||
44 run_strace -qq -esignal=none -eraw=all -etrace=all ../gettid > /dev/null
46 run_strace -qq -esignal=none -eraw=all -eptrace -o '|grep -c ^ptrace > more' \
47 -- "$STRACE_EXE" -o "$LOG" $args > /dev/null
49 [ "$(cat more)" -gt 0 ] ||
52 [ "$(cat more)" -gt "$(cat less)" ] ||
/aosp_15_r20/external/strace/tests-mx32/
H A Dget_regs.test36 run_strace -qq -esignal=none -eraw=all -etrace=none ../gettid > /dev/null
38 run_strace -qq -esignal=none -eraw=all -eptrace -o '|grep -c ^ptrace > less' \
39 -- "$STRACE_EXE" -o "$LOG" $args > /dev/null
41 [ "$(cat less)" -gt 0 ] ||
44 run_strace -qq -esignal=none -eraw=all -etrace=all ../gettid > /dev/null
46 run_strace -qq -esignal=none -eraw=all -eptrace -o '|grep -c ^ptrace > more' \
47 -- "$STRACE_EXE" -o "$LOG" $args > /dev/null
49 [ "$(cat more)" -gt 0 ] ||
52 [ "$(cat more)" -gt "$(cat less)" ] ||
/aosp_15_r20/external/strace/tests/
H A Dget_regs.test36 run_strace -qq -esignal=none -eraw=all -etrace=none ../gettid > /dev/null
38 run_strace -qq -esignal=none -eraw=all -eptrace -o '|grep -c ^ptrace > less' \
39 -- "$STRACE_EXE" -o "$LOG" $args > /dev/null
41 [ "$(cat less)" -gt 0 ] ||
44 run_strace -qq -esignal=none -eraw=all -etrace=all ../gettid > /dev/null
46 run_strace -qq -esignal=none -eraw=all -eptrace -o '|grep -c ^ptrace > more' \
47 -- "$STRACE_EXE" -o "$LOG" $args > /dev/null
49 [ "$(cat more)" -gt 0 ] ||
52 [ "$(cat more)" -gt "$(cat less)" ] ||

12345678910>>...42