Home
last modified time | relevance | path

Searched defs:Q2 (Results 1 – 21 of 21) sorted by relevance

/third_party/openssl/external/perl/Text-Template-1.56/t/
Dexported.t59 package Q2; package
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
Dexported.t59 package Q2; package
/third_party/typescript/tests/cases/compiler/
DcallOfConditionalTypeWithConcreteBranches.ts21 type Q2<T> = number extends T ? (cb: (n: number) => void) => void : never; alias
DnamespacesWithTypeAliasOnlyExportsMerge.ts8 declare namespace Q2 { namespace
/third_party/musl/src/math/
Dexpm1f.c28 Q2 = 1.5807170421e-3; /* 0xcf3010.0p-33 */ variable
Dexpm1l.c70 Q2 = -7.207678383830091850230366618190187434796E3L, variable
Dexpm1.c116 Q2 = 1.58730158725481460165e-03, /* 3F5A01A0 19FE5585 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpm1l.c70 Q2 = -7.207678383830091850230366618190187434796E3L, variable
Dexpm1f.c28 Q2 = 1.5807170421e-3; /* 0xcf3010.0p-33 */ variable
Dexpm1.c116 Q2 = 1.58730158725481460165e-03, /* 3F5A01A0 19FE5585 */ variable
/third_party/jerryscript/jerry-libm/
Dexpm1.c134 #define Q2 1.58730158725481460165e-03 /* 3F5A01A0 19FE5585 */ macro
/third_party/typescript/tests/cases/conformance/controlFlow/
DassertionTypePredicates1.ts162 declare let Q2: new (x: boolean) => asserts x; variable
/third_party/node/deps/v8/src/bigint/
Ddiv-burnikel.cc187 RWDigits Q2(Q, 0, n / 2); in D2n1n() local
/third_party/mesa3d/src/compiler/glsl/
Dast_type.cpp839 #define Q2(f, s) \ in validate_flags() macro
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts180 type Q2 = IsString<"abc">; // true alias
/third_party/ffmpeg/libavcodec/
Dcavsdsp.c43 #define Q2 p0_p[ 2*stride] macro
Dhevcdsp_template.c1503 #define Q2 pix[2 * xstride] macro
/third_party/openssl/test/
Dectest.c2615 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local
2700 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_params_test() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp171 uint8_t Q2 = (in >> (n+2)) & 0x1; in unpack_quint_block() local
/third_party/node/deps/v8/src/base/
Dieee754.cc2220 Q2 = 1.58730158725481460165e-03, /* 3F5A01A0 19FE5585 */ in expm1() local
/third_party/python/Lib/test/
Dtest_descr.py1386 class Q2: class