Home
last modified time | relevance | path

Searched defs:Q1 (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/src/math/
Dexpm1f.c27 Q1 = -3.3333212137e-2, /* -0x888868.0p-28 */ variable
Dexpm1l.c69 Q1 = 3.964866271411091674556850458227710004570E4L, variable
Dexpm1.c115 Q1 = -3.33333333333331316428e-02, /* BFA11111 111110F4 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpm1l.c69 Q1 = 3.964866271411091674556850458227710004570E4L, variable
Dexpm1f.c27 Q1 = -3.3333212137e-2, /* -0x888868.0p-28 */ variable
Dexpm1.c115 Q1 = -3.33333333333331316428e-02, /* BFA11111 111110F4 */ variable
/third_party/jerryscript/jerry-libm/
Dexpm1.c133 #define Q1 -3.33333333333331316428e-02 /* BFA11111 111110F4 */ macro
/third_party/typescript/tests/cases/conformance/controlFlow/
DassertionTypePredicates1.ts161 declare let Q1: new (x: unknown) => x is string; variable
/third_party/node/deps/v8/src/bigint/
Ddiv-burnikel.cc180 RWDigits Q1(Q, n / 2, n / 2); in D2n1n() local
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts179 type Q1 = IsString<number>; // false alias
/third_party/ffmpeg/libavcodec/
Dcavsdsp.c42 #define Q1 p0_p[ 1*stride] macro
Dhevcdsp_template.c1502 #define Q1 pix[1 * 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/mbedtls/library/
Drsa.c873 mbedtls_mpi P1, Q1, R; in mbedtls_rsa_private() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp170 uint8_t Q1 = (in >> (n+1)) & 0x1; in unpack_quint_block() local
/third_party/node/deps/v8/src/base/
Dieee754.cc2219 Q1 = -3.33333333333331316428e-02, /* BFA11111 111110F4 */ in expm1() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2221 SDValue Q1 = N->getOperand(Vec0Idx + 1); in SelectVST() local
/third_party/python/Lib/test/
Dtest_descr.py1376 class Q1(metaclass=Meta, attr="__qualname__"): class