Home
last modified time | relevance | path

Searched defs:b8 (Results 1 – 25 of 69) sorted by relevance

123

/third_party/opencl-headers/tests/
Dtest_headers.c36 cl_char8 b8 = a8; in test_char() local
96 cl_uchar8 b8 = a8; in test_uchar() local
156 cl_short8 b8 = a8; in test_short() local
216 cl_ushort8 b8 = a8; in test_ushort() local
276 cl_int8 b8 = a8; in test_int() local
336 cl_uint8 b8 = a8; in test_uint() local
396 cl_long8 b8 = a8; in test_long() local
456 cl_ulong8 b8 = a8; in test_ulong() local
516 cl_float8 b8 = a8; in test_float() local
578 cl_double8 b8 = a8; in test_double() local
/third_party/boost/libs/numeric/ublas/test/opencl/
Dprod_test.cpp31 bench_prod<std::complex<double>, ublas::basic_column_major<>, 10, 10> b8; in main() local
Dtransposition_test.cpp16 bench_trans<std::complex<double>, ublas::basic_column_major<>, 10, 10> b8; in main() local
Delementwise_operations_with_constants_test.cpp31 bench_elementwise_constant<std::complex<double>, ublas::basic_column_major<>, 10, 10> b8; in main() local
Delementwise_operations_test.cpp28 bench_elementwise <std::complex<double>, ublas::basic_column_major<>, 10, 10> b8; in main() local
/third_party/typescript/tests/baselines/reference/
DoptionalChainingInference.js30 const b8 = { value: ofnu?.prop() }; variable
50 var b8 = { value: ofnu === null || ofnu === void 0 ? void 0 : ofnu.prop() }; variable
DobjectLiteralExcessProperties.js24 var b8: Cover | Cover[] = { couleur : "non" }; variable
62 var b8 = { couleur: "non" }; variable
DtsxStatelessFunctionComponentOverload6.js51 const b8 = <MainButton {...{onClick() {}}} />; // OK; method declaration get retained (See GitHub … constant
DassignmentCompatWithCallSignatures3.js67 var b8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; variable
184 var b8; variable
DassignmentCompatWithConstructSignatures3.js67 var b8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; variable
184 var b8; variable
DtsxStatelessFunctionComponentOverload5.js57 const b8 = <MainButton data-format />; // incorrect type for specified hyphanated name constant
DdestructuringArrayBindingPatternAndAssignment1ES5.js93 var b8 = foo().slice(0); variable
/third_party/libwebsockets/lib/misc/
Dsha-1.c43 unsigned char b8[20]; member
47 unsigned char b8[8]; member
51 unsigned char b8[64]; member
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI_i.c43 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ argument
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/
DoptionalChainingInference.ts29 const b8 = { value: ofnu?.prop() }; constant
/third_party/typescript/tests/cases/compiler/
DobjectLiteralExcessProperties.ts23 var b8: Cover | Cover[] = { couleur : "non" }; variable
/third_party/skia/src/core/
DSkCompressedDataUtils.cpp81 int b8 = SkTPin(col.fB + delta, 0, 255); in add_delta_and_clamp() local
164 uint8_t b8 = SkB16ToB32(rgb565 & 0x1F); in from565() local
176 uint8_t b8 = SkScalarRoundToInt(t * SkGetPackedB32(col0) + (1.0f - t) * SkGetPackedB32(col1)); in lerp() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithConstructSignatures4.ts51 …var b8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U… variable
DassignmentCompatWithCallSignatures4.ts51 …var b8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U) =>… variable
DassignmentCompatWithConstructSignatures3.ts66 var b8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; variable
DassignmentCompatWithCallSignatures3.ts66 var b8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; variable
/third_party/boost/libs/math/test/
Dtest_legacy_nonfinite.cpp126 ValType b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11; in legacy_test_nan_impl() local
Dquaternion_constexpr_test.cpp119 constexpr bool b8 = c2 != q1; in main() local
/third_party/boost/libs/type_erasure/test/
Dtest_binding.cpp50 …binding<boost::mpl::vector<> > b8(b1, make_binding<boost::mpl::map<boost::mpl::pair<_a, _b> > >()); in BOOST_AUTO_TEST_CASE() local
/third_party/ffmpeg/libavcodec/
Ddirac_dwt.h113 #define COMPOSE_FIDELITYiL0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\ argument
116 #define COMPOSE_FIDELITYiH0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\ argument

123