Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DsubtypingWithNumericIndexer5.js41 class B5<T extends Derived2> implements A<T> { class
80 var B5 = /** @class */ (function () { class
81 function B5() { class in anonymousFunction4f56c10f0300.B5
DsubtypingWithStringIndexer3.js41 class B5<T extends Derived2> extends A<T> { class
117 var B5 = /** @class */ (function (_super) { class
119 function B5() { class in anonymousFunction758da2d10900.B5
DsubtypingWithNumericIndexer3.js41 class B5<T extends Derived2> extends A<T> { class
117 var B5 = /** @class */ (function (_super) { class
119 function B5() { class in anonymousFunction4f55a84d0900.B5
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithNumericIndexer5.ts40 class B5<T extends Derived2> implements A<T> { class
DsubtypingWithStringIndexer2.ts40 interface B5<T extends Derived2> extends A<T> { interface
DsubtypingWithNumericIndexer3.ts40 class B5<T extends Derived2> extends A<T> { class
DsubtypingWithStringIndexer3.ts40 class B5<T extends Derived2> extends A<T> { class
DsubtypingWithNumericIndexer2.ts40 interface B5<T extends Derived2> extends A<T> { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/Intersection_Types/
DIntersection_types_1.ts82 interface B5 { interface
/third_party/ffmpeg/libavcodec/
Dfaanidct.c32 #define B5 0.7856949583871021812779 // cos(pi*5/16)sqrt(2) macro
Dfaandct.c45 #define B5 1.272758580572833938461007018281767032 // (cos(pi*5/16)sqrt(2))^-1 macro
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcommon_sse41.h43 __m128i B0, B1, B2, B3, B4, B5; in VP8PlanarTo24b_SSE41() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dcommon_sse41.h43 __m128i B0, B1, B2, B3, B4, B5; in VP8PlanarTo24b_SSE41() local
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithIdenticalObjects.ts38 interface B5 { [x: number]: number; } interface
/third_party/protobuf/python/google/protobuf/internal/
Dmore_messages.proto109 message B5 {} message
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1999 #define ASSIGN_BITS(B10, B9, B8, B7, B6, B5, B4, B3, B2, B1, B0) do { SB(10,(B10)); SB(9,(B9)); SB(… in writeBlockMode() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp41 static constexpr IValueT B5 = 1 << 5; variable