/third_party/ffmpeg/libavutil/ |
D | cast5.c | 56 … z[0] = x[0] ^ S5[IB(x[3])] ^ S6[ID(x[3])] ^ S7[IA(x[3])] ^ S8[IC(x[3])] ^ S7[IA(x[2])]; \ 57 … z[1] = x[2] ^ S5[IA(z[0])] ^ S6[IC(z[0])] ^ S7[IB(z[0])] ^ S8[ID(z[0])] ^ S8[IC(x[2])]; \ 58 … z[2] = x[3] ^ S5[ID(z[1])] ^ S6[IC(z[1])] ^ S7[IB(z[1])] ^ S8[IA(z[1])] ^ S5[IB(x[2])]; \ 59 … z[3] = x[1] ^ S5[IC(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[2])] ^ S8[IA(z[2])] ^ S6[ID(x[2])]; \ 64 … x[0] = z[2] ^ S5[IB(z[1])] ^ S6[ID(z[1])] ^ S7[IA(z[1])] ^ S8[IC(z[1])] ^ S7[IA(z[0])]; \ 65 … x[1] = z[0] ^ S5[IA(x[0])] ^ S6[IC(x[0])] ^ S7[IB(x[0])] ^ S8[ID(x[0])] ^ S8[IC(z[0])]; \ 66 … x[2] = z[1] ^ S5[ID(x[1])] ^ S6[IC(x[1])] ^ S7[IB(x[1])] ^ S8[IA(x[1])] ^ S5[IB(z[0])]; \ 67 … x[3] = z[3] ^ S5[IC(x[2])] ^ S6[IB(x[2])] ^ S7[ID(x[2])] ^ S8[IA(x[2])] ^ S6[ID(z[0])]; \ 324 static const uint32_t S8[256] = { variable 363 K[1] = S5[IA(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[1])] ^ S8[IC(z[1])] ^ S5[IC(z[0])]; in generate_round_keys() [all …]
|
/third_party/musl/src/math/ |
D | __sinl.c | 37 S8 = 2.6174587166648325e-15; /* 0x179372ea0b3f64.0p-101 */ variable 38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))))) 57 S8 = 0.28114572543451292625024967174638477283187397621303e-14L; variable 63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __sinl.c | 37 S8 = 2.6174587166648325e-15; /* 0x179372ea0b3f64.0p-101 */ variable 38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))))) 57 S8 = 0.28114572543451292625024967174638477283187397621303e-14L; variable 63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
|
/third_party/libsnd/src/GSM610/ |
D | long_term.c | 350 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Cut_Calculation_of_the_LTP_parameters() local 355 E = W * a ; S8 += E ; \ in Cut_Calculation_of_the_LTP_parameters() 407 if (S8 > L_max) { L_max = S8 ; Nc = lambda + 8 ; } in Cut_Calculation_of_the_LTP_parameters() 520 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Calculation_of_the_LTP_parameters() local 525 E = W * a ; S8 += E ; \ in Calculation_of_the_LTP_parameters() 577 if (S8 > L_max) { L_max = S8 ; Nc = lambda + 8 ; } in Calculation_of_the_LTP_parameters() 735 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Fast_Calculation_of_the_LTP_parameters() local 740 E = W * a ; S8 += E ; \ in Fast_Calculation_of_the_LTP_parameters() 783 if (S8 > L_max) { L_max = S8 ; Nc = lambda + 8 ; } in Fast_Calculation_of_the_LTP_parameters()
|
/third_party/skia/resources/sksl/errors/ |
D | StructTooDeeplyNested.sksl | 8 struct S8 { S7 x; }; 9 struct too_deep { S8 x; };
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 127 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 129 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases() 134 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 136 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
|
/third_party/skia/resources/sksl/shared/ |
D | StructMaxDepth.sksl | 8 struct S8 { S7 x; }; 9 in S8 s8;
|
/third_party/skia/tests/sksl/shared/ |
D | StructMaxDepth.glsl | 23 struct S8 { 26 in S8 s8;
|
D | StructMaxDepth.metal | 25 struct S8 { 53 S8 s8;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 173 const char (&S8)[N8], const T &Value) { in Cases() 174 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases() 184 const char (&S8)[N8], const char (&S9)[N9], in Cases() 186 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_float_buffer.txt | 630 * SIGNED_RGBA8_NV RGBA R/S8 G/S8 B/S8 A/S8 632 UNSIGNED_ALPHA8_NV RGBA R/S8 G/S8 B/S8 A/U8 633 * SIGNED_RGB8_NV RGB R/S8 G/S8 B/S8 634 * SIGNED_LUMINANCE8_NV LUMINANCE L/S8 636 ALPHA8_NV LUMINANCE_ALPHA L/S8 A/S8 637 * SIGNED_ALPHA8_NV ALPHA A/S8 638 * SIGNED_INTENSITY8_NV INTENSITY I/S8 639 * DSDT8_NV DSDT_NV DS/S8 DT/S8 640 * DSDT8_MAG8_NV DSDT_MAG_NV DS/S8 DT/S8 MAG/U8 642 INTENSITY8_NV INTENSITY_NV DS/S8 DT/S8 MAG/U8 I/U8
|
D | NV_parameter_buffer_object2.txt | 91 | "S8"; 173 S8 Access one 8-bit signed integer value 184 For memory load operations, the "F32", "F32X2", "F32X4", "S8", "S16", 242 case S8: 285 size corresponding to the storage opcode modifier. For S8 and U8, the
|
D | NV_gpu_program5_mem_extended.txt | 135 "F64X2", "F64X4", "S8", "S8X2", "S8X4", "S16", "S16X2", "S16X4", "S32", 266 corresponding to the storage opcode modifier. For S8 and U8, the offset
|
/third_party/openGLES/extensions/NV/ |
D | NV_float_buffer.txt | 630 * SIGNED_RGBA8_NV RGBA R/S8 G/S8 B/S8 A/S8 632 UNSIGNED_ALPHA8_NV RGBA R/S8 G/S8 B/S8 A/U8 633 * SIGNED_RGB8_NV RGB R/S8 G/S8 B/S8 634 * SIGNED_LUMINANCE8_NV LUMINANCE L/S8 636 ALPHA8_NV LUMINANCE_ALPHA L/S8 A/S8 637 * SIGNED_ALPHA8_NV ALPHA A/S8 638 * SIGNED_INTENSITY8_NV INTENSITY I/S8 639 * DSDT8_NV DSDT_NV DS/S8 DT/S8 640 * DSDT8_MAG8_NV DSDT_MAG_NV DS/S8 DT/S8 MAG/U8 642 INTENSITY8_NV INTENSITY_NV DS/S8 DT/S8 MAG/U8 I/U8
|
D | NV_parameter_buffer_object2.txt | 91 | "S8"; 173 S8 Access one 8-bit signed integer value 184 For memory load operations, the "F32", "F32X2", "F32X4", "S8", "S16", 242 case S8: 285 size corresponding to the storage opcode modifier. For S8 and U8, the
|
D | NV_gpu_program5_mem_extended.txt | 135 "F64X2", "F64X4", "S8", "S8X2", "S8X4", "S16", "S16X2", "S16X4", "S32", 266 corresponding to the storage opcode modifier. For S8 and U8, the offset
|
/third_party/ffmpeg/libavformat/ |
D | pcmenc.c | 54 PCMDEF(s8, "PCM signed 8-bit", "sb", S8)
|
D | pcmdec.c | 145 PCMDEF(s8, "PCM signed 8-bit", "sb", S8)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 79 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 99 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 225 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 244 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_format_table.c | 151 FORMAT(S8X24_UINT, S8, RGBA8UI, SWIZ_XXXX, 16, 1), 157 FORMAT(X32_S8X24_UINT, S8, R8UI, SWIZ_XXXX, 16, 1),
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_format.c | 567 FMT(X32_S8X24_UINT, S8, GRBA, L, _T__), 568 FMT(X24S8_UINT, S8, GRBA, L, _T_Z), 569 FMT(S8_UINT, S8, GRBA, L, _T__), 576 FMT(S8_UINT, S8, GRBA, L, _T__),
|
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.h | 722 struct S8 struct 726 static void ReadDepthStencil(DepthStencil *dst, const S8 *src); argument 727 static void WriteDepthStencil(S8 *dst, const DepthStencil *src);
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.h | 765 struct S8 struct 769 static void ReadDepthStencil(DepthStencil *dst, const S8 *src); argument 770 static void WriteDepthStencil(S8 *dst, const DepthStencil *src);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenCallingConv.inc | 298 …ARM::S0, ARM::S1, ARM::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10… 555 …ARM::S0, ARM::S1, ARM::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10… 764 …ARM::S0, ARM::S1, ARM::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10… 917 …ARM::S0, ARM::S1, ARM::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10…
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.10.rst | 100 - cherry-ignore: add "ac/surface: handle S8 on gfx9"
|