Home
last modified time | relevance | path

Searched defs:B6 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dfaanidct.c33 #define B6 0.5411961001461969843997 // cos(pi*6/16)sqrt(2) macro
Dfaandct.c46 #define B6 1.847759065022573512256366378793576574 // (cos(pi*6/16)sqrt(2))^-1 macro
/third_party/cmsis/CMSIS/DSP/Source/CommonTables/
Darm_common_tables.c70543 #define B6(n) B4(n) , B4(n + 1), B4(n + 1), B4(n + 2) macro
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithIdenticalObjects.ts41 interface B6 { [x: string]: string; } interface
/third_party/protobuf/python/google/protobuf/internal/
Dmore_messages.proto110 message B6 {} 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.cpp42 static constexpr IValueT B6 = 1 << 6; variable