Home
last modified time | relevance | path

Searched defs:Q3 (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/mp11/test/
Dmp_invoke_q.cpp28 struct Q3 struct
53 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_invoke_q<Q3>, mp_size_t<0>>)); in main() argument
/third_party/typescript/tests/cases/compiler/
DnamespacesWithTypeAliasOnlyExportsMerge.ts12 declare namespace Q3 { namespace
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpm1l.c71 Q3 = 7.206038318724600171970199625081491823079E2L, variable
Dexpm1.c117 Q3 = -7.93650757867487942473e-05, /* BF14CE19 9EAADBB7 */ variable
/third_party/musl/src/math/
Dexpm1l.c71 Q3 = 7.206038318724600171970199625081491823079E2L, variable
Dexpm1.c117 Q3 = -7.93650757867487942473e-05, /* BF14CE19 9EAADBB7 */ variable
/third_party/jerryscript/jerry-libm/
Dexpm1.c135 #define Q3 -7.93650757867487942473e-05 /* BF14CE19 9EAADBB7 */ macro
/third_party/typescript/tests/cases/conformance/controlFlow/
DassertionTypePredicates1.ts163 declare let Q3: new (x: unknown) => asserts x is string; variable
/third_party/boost/boost/math/special_functions/detail/
Dbessel_y0.hpp115 static const T Q3[] = { in bessel_y0() local
/third_party/boost/boost/math/statistics/
Dunivariate_statistics.hpp489 Real Q3 = *q3; in interquartile_range() local
504 Real Q3 = (a+b)/2; in interquartile_range() local
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts181 type Q3 = IsString<any>; // boolean alias
/third_party/flutter/skia/src/pathops/
DSkPathOpsCubic.cpp452 double Q3 = Q * Q * Q; in RootsReal() local
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp454 double Q3 = Q * Q * Q; in RootsReal() local
/third_party/flutter/skia/src/core/
DSkGeometry.cpp766 SkScalar Q3 = Q * Q * Q; in solve_cubic_poly() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp178 uint8_t Q3 = (in >> (2*n+3)) & 0x1; in unpack_quint_block() local
/third_party/skia/src/core/
DSkGeometry.cpp965 SkScalar Q3 = Q * Q * Q; in solve_cubic_poly() local
/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c1504 #define Q3 pix[3 * xstride] macro