Searched defs:B6 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | faanidct.c | 33 #define B6 0.5411961001461969843997 // cos(pi*6/16)sqrt(2) macro
|
D | faandct.c | 46 #define B6 1.847759065022573512256366378793576574 // (cos(pi*6/16)sqrt(2))^-1 macro
|
/third_party/cmsis/CMSIS/DSP/Source/CommonTables/ |
D | arm_common_tables.c | 70543 #define B6(n) B4(n) , B4(n + 1), B4(n + 1), B4(n + 2) macro
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithIdenticalObjects.ts | 41 interface B6 { [x: string]: string; } interface
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | more_messages.proto | 110 message B6 {} message
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuAstcUtil.cpp | 1999 #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/ |
D | IceAssemblerARM32.cpp | 42 static constexpr IValueT B6 = 1 << 6; variable
|