Home
last modified time | relevance | path

Searched refs:qq (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Derfl.c129 qq[6] = { variable
303 s = qq[0] + z * (qq[1] + in erfl()
304 z * (qq[2] + z * (qq[3] + z * (qq[4] + z * (qq[5] + z))))); in erfl()
331 s = qq[0] + z * (qq[1] + in erfcl()
332 z * (qq[ in erfcl()
[all...]
/third_party/musl/src/math/
H A Derfl.c129 qq[6] = { variable
303 s = qq[0] + z * (qq[1] + in erfl()
304 z * (qq[2] + z * (qq[3] + z * (qq[4] + z * (qq[5] + z))))); in erfl()
331 s = qq[0] + z * (qq[1] + in erfcl()
332 z * (qq[ in erfcl()
[all...]
/third_party/libcoap/src/oscore/
H A Doscore_context.c282 uint32_t qq; in oscore_convert_to_hex() local
284 for (qq = 0; qq < src_len && qq < space; qq++) { in oscore_convert_to_hex()
285 char tmp = src[qq] >> 4; in oscore_convert_to_hex()
290 dest[qq * 3] = tmp; in oscore_convert_to_hex()
291 tmp = src[qq] & 0xf; in oscore_convert_to_hex()
296 dest[qq * 3 + 1] = tmp; in oscore_convert_to_hex()
297 dest[qq * in oscore_convert_to_hex()
[all...]
H A Doscore_cbor.c392 for (uint16_t qq = 0; qq < nb; qq++) in oscore_cbor_skip_value()
398 for (uint16_t qq = 0; qq < nb; qq++) { in oscore_cbor_skip_value()
425 for (uint16_t qq = 0; qq < size; qq++) in oscore_cbor_strip_value()
426 (*result)[qq] in oscore_cbor_strip_value()
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t22 $BADOP = qq{};
26 $BADOP = qq{kill 0};
66 my $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }};
134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t22 $BADOP = qq{};
26 $BADOP = qq{kill 0};
66 my $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }};
134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
/third_party/pulseaudio/src/tests/
H A Dvolume-test.c115 double q, qq; in START_TEST() local
119 qq = db + db2; in START_TEST()
121 qq = -INFINITY; in START_TEST()
122 p2 = pa_sw_volume_from_dB(qq); in START_TEST()
/third_party/python/Modules/_decimal/libmpdec/
H A Dtypearith.h226 mpd_uint_t qq, rr;
229 : "=a" (qq), "=d" (rr)
234 *q = qq;
483 mpd_uint_t qq, rr;
486 : "=a" (qq), "=d" (rr)
491 *q = qq;
516 mpd_uint_t qq, rr;
522 mov qq, eax
526 *q = qq;
H A Dmpdecimal.c7549 mpd_t *qq = q, *rr = r; in _mpd_base_ndivmod() local
7562 if ((qq = mpd_qnew()) == NULL) { in _mpd_base_ndivmod()
7594 _mpd_qmul(qq, &aa, rr, &workctx, &workctx.status); in _mpd_base_ndivmod()
7598 mpd_qtrunc(qq, qq, &workctx, &workctx.status); in _mpd_base_ndivmod()
7606 _mpd_qmul(rr, &bb, qq, &workctx, &workctx.status); in _mpd_base_ndivmod()
7613 if (mpd_isspecial(qq) || mpd_isspecial(rr)) { in _mpd_base_ndivmod()
7626 _mpd_qadd_exact(qq, qq, &minus_one, &workctx, &workctx.status); in _mpd_base_ndivmod()
7635 _mpd_qadd_exact(qq, q in _mpd_base_ndivmod()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DpropertyAccess.js102 var qq = noIndex[123];
103 var qq: any; variable
253 var qq = noIndex[123];
254 var qq; variable
H A Dwitness.js131 var qq = C3.q; variable
132 var qq: any; variable
264 var qq = C3.q; variable
265 var qq; variable
H A DjsxChildrenGenericContextualTypes.js12 const qq = <Elem prop={{a: "x"}}>{i => ({a: "z"})}</Elem>
30 var qq = <Elem prop={{ a: "x" }}>{function (i) { return ({ a: "z" }); }}</Elem>;
H A DgenericFunctionsAndConditionalInference.js10 let qq = foo({ u: { value: 10 }, v: { value: 'hello'} }); // { u: U, v: V } but should be { u: number, v: string }
45 var qq = foo({ u: { value: 10 }, v: { value: 'hello' } }); // { u: U, v: V } but should be { u: number, v: string }
H A DvarianceAnnotations.js159 declare const qq: ActionObject<{ type: "PLAY"; value: number }>;
161 createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq); // Error
202 createMachine(qq); // Error
323 declare const qq: ActionObject<{
H A DvariadicTuples2.js104 let qq = x[x.length - 1];
211 var qq = x[x.length - 1];
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py44 qq = [('source_type', 'gm'), ('config', config)] + job
48 ('query', urllib.urlencode(qq)),
/third_party/ffmpeg/libavcodec/
H A Ddvdsubenc.c257 uint8_t *q, *qq; in encode_dvd_subtitles() local
362 qq = outbuf + 2; in encode_dvd_subtitles()
363 bytestream_put_be16(&qq, q - outbuf); in encode_dvd_subtitles()
409 qq = outbuf; in encode_dvd_subtitles()
410 bytestream_put_be16(&qq, q - outbuf); in encode_dvd_subtitles()
H A Dcavsdsp.c530 CAVS_SUBPIX_HV(put_, op_put4, qq, 0, -1, 5, 5, -1, 0, 0, -7, 42, 96, -2,-1, 0)
539 CAVS_SUBPIX_HV(avg_, op_avg4, qq, 0, -1, 5, 5, -1, 0, 0, -7, 42, 96, -2,-1, 0)
/third_party/mksh/
H A Dvar.c679 const char *qq; in formatstr() local
682 qq = utf_skipcols(s, slen, &slen); in formatstr()
684 /* strip trailing spaces (AT&T uses qq[-1] == ' ') */ in formatstr()
685 while (qq > s && ctype(qq[-1], C_SPACE)) { in formatstr()
686 --qq; in formatstr()
/third_party/popt/src/
H A Dlookup3.c864 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; in driver3() local
886 p = &qq[1]; in driver3()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp930 static void sampleTextureCubeArray (const tcu::SurfaceAccess& dst, const tcu::TextureCubeArrayView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const tcu::Vec4& qq, const ReferenceParams& params) in sampleTextureCubeArray() argument
943 tcu::Vec3 triQ[2] = { qq.swizzle(0, 1, 2), qq.swizzle(3, 2, 1) }; in sampleTextureCubeArray()
986 tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); in sampleTexture() local
988 sampleTextureCubeArray(dst, src, sq, tq, rq, qq, params); in sampleTexture()
2320 const tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); in computeTextureLookupDiff() local
2331 const tcu::Vec3 triQ[2] = { qq.swizzle(0, 1, 2), qq.swizzle(3, 2, 1) }; in computeTextureLookupDiff()
3068 const tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); in computeTextureCompareDiff() local
3079 const tcu::Vec3 triQ[2] = { qq in computeTextureCompareDiff()
[all...]

Completed in 31 milliseconds