Home
last modified time | relevance | path

Searched refs:S6 (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/cast/
H A Dc_skey.c29 #define S6 CAST_S_table6 macro
60 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key()
62 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key()
64 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key()
66 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key()
69 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key()
70 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key()
71 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[ in CAST_set_key()
[all...]
/third_party/openssl/crypto/cast/
H A Dc_skey.c29 #define S6 CAST_S_table6 macro
60 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key()
62 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key()
64 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key()
66 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key()
69 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key()
70 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key()
71 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[ in CAST_set_key()
[all...]
/third_party/musl/src/math/
H A D__sinl.c35 S6 = 1.6059006598854211e-10, /* 0x161242b90243b5.0p-85 */ variable
38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))))
55 S6 = 0.16059043836821614596571832194524392581082444805729e-9L, variable
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
H A D__sin.c26 * sin(x) ~ x + S1*x + ... + S6*x
30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
37 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
50 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ variable
58 r = S2 + z*(S3 + z*S4) + z*w*(S5 + z*S6); in __sin()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__sinl.c35 S6 = 1.6059006598854211e-10, /* 0x161242b90243b5.0p-85 */ variable
38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))))
55 S6 = 0.16059043836821614596571832194524392581082444805729e-9L, variable
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
H A D__sin.c26 * sin(x) ~ x + S1*x + ... + S6*x
30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
37 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
50 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ variable
58 r = S2 + z*(S3 + z*S4) + z*w*(S5 + z*S6); in __sin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringSwitch.h151 const char (&S6)[N6], const T &Value) { in Cases()
152 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases()
161 const char (&S6)[N6], const char (&S7)[N7], in Cases()
163 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases()
172 const char (&S6)[N6], const char (&S7)[N7], in Cases()
174 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases()
183 const char (&S6)[N6], const char (&S7)[N7], in Cases()
186 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
148 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const T &Value) Cases() argument
158 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const T &Value) Cases() argument
169 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const char (&S8)[N8], const T &Value) Cases() argument
180 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const char (&S8)[N8], const char (&S9)[N9], const T &Value) Cases() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringSwitch.h115 StringLiteral S6, T Value) { in Cases()
116 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases()
121 StringLiteral S6, StringLiteral S7, T Value) { in Cases()
122 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases()
127 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases()
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()
136 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
113 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, T Value) Cases() argument
119 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, T Value) Cases() argument
125 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, T Value) Cases() argument
132 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, StringLiteral S9, T Value) Cases() argument
/third_party/ffmpeg/libavutil/
H A Dcast5.c60 z[0] = x[0] ^ S5[IB(x[3])] ^ S6[ID(x[3])] ^ S7[IA(x[3])] ^ S8[IC(x[3])] ^ S7[IA(x[2])]; \
61 z[1] = x[2] ^ S5[IA(z[0])] ^ S6[IC(z[0])] ^ S7[IB(z[0])] ^ S8[ID(z[0])] ^ S8[IC(x[2])]; \
62 z[2] = x[3] ^ S5[ID(z[1])] ^ S6[IC(z[1])] ^ S7[IB(z[1])] ^ S8[IA(z[1])] ^ S5[IB(x[2])]; \
63 z[3] = x[1] ^ S5[IC(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[2])] ^ S8[IA(z[2])] ^ S6[ID(x[2])]; \
68 x[0] = z[2] ^ S5[IB(z[1])] ^ S6[ID(z[1])] ^ S7[IA(z[1])] ^ S8[IC(z[1])] ^ S7[IA(z[0])]; \
69 x[1] = z[0] ^ S5[IA(x[0])] ^ S6[IC(x[0])] ^ S7[IB(x[0])] ^ S8[ID(x[0])] ^ S8[IC(z[0])]; \
70 x[2] = z[1] ^ S5[ID(x[1])] ^ S6[IC(x[1])] ^ S7[IB(x[1])] ^ S8[IA(x[1])] ^ S5[IB(z[0])]; \
71 x[3] = z[3] ^ S5[IC(x[2])] ^ S6[IB(x[2])] ^ S7[ID(x[2])] ^ S8[IA(x[2])] ^ S6[I
258 static const uint32_t S6[256] = { global() variable
[all...]
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_sinl.c36 S6 = 0.16059043836821614596571832194524392581082444805729e-9L, variable
53 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ in __kernel_sinl()
/third_party/libsnd/src/GSM610/
H A Dlong_term.c350 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Cut_Calculation_of_the_LTP_parameters() local
357 E = W * c ; S6 += E ; \ in Cut_Calculation_of_the_LTP_parameters()
405 if (S6 > L_max) { L_max = S6 ; Nc = lambda + 6 ; } in Cut_Calculation_of_the_LTP_parameters()
520 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Calculation_of_the_LTP_parameters() local
527 E = W * c ; S6 += E ; \ in Calculation_of_the_LTP_parameters()
575 if (S6 > L_max) { L_max = S6 ; Nc = lambda + 6 ; } in Calculation_of_the_LTP_parameters()
735 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Fast_Calculation_of_the_LTP_parameters() local
742 E = W * c ; S6 in Fast_Calculation_of_the_LTP_parameters()
[all...]
/third_party/jerryscript/jerry-libm/
H A Dtrig.c617 * sin(x) ~ x + S1*x + ... + S6*x
621 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
628 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
638 #define S6 1.58969099521155010221e-10 /* 0x3DE5D93A, 0x5ACFD57C */ macro
656 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * S6))); in __kernel_sin()
1080 #undef S6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp31 AArch64::S6, AArch64::S7};
H A DAArch64PBQPRegAlloc.cpp99 case AArch64::S6: in isOdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp383 Mips::S6, Mips::S7, Mips::T8, Mips::T9, Mips::K0, Mips::K1, Mips::GP, in ConsecutiveRegisters()
588 Reg == Mips::A3 || Reg == Mips::S5 || Reg == Mips::S6) in IsMovepDestinationReg()
599 (R0 == Mips::A0 && R1 == Mips::S6) || in IsMovepDestinationRegPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp159 ARM::S4, ARM::S5, ARM::S6, ARM::S7,
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h153 S6 = 1 << 6, // Signed (or unsigned). enumerator
H A Dassembler-arm.cc1364 DCHECK((instr & ~(kCondMask | L | S6 | H)) == (B4 | B7)); in AddrMode3()
2115 AddrMode3(cond | L | B7 | S6 | B4, dst, src); in ldrsb()
2119 AddrMode3(cond | L | B7 | S6 | H | B4, dst, src); in ldrsh()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp137 {codeview::RegisterId::ARM64_S6, AArch64::S6}, in initLLVMToCVRegMapping()
/third_party/node/deps/v8/src/base/
H A Dieee754.cc658 * sin(x) ~ x + S1*x + ... + S6*x
662 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
669 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
681 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ in __kernel_sin() local
692 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * S6))); in __kernel_sin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2427 Mips::S6, Mips::S7, Mips::FP};
2524 Inst.addOperand(MCOperand::createReg(Mips::S6)); in DecodeMovePRegPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp1097 MI.getOperand(1).getReg() == Mips::S6) in getMovePRegPairOpValue()
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp829 #define ASSIGN_X_BITS(V0,S0, V1,S1, V2,S2, V3,S3, V4,S4, V5,S5, V6,S6) do { SHOR(V0,S0,x0); SHOR(V1,S1,x1); SHOR(V2,S2,x2); SHOR(V3,S3,x3); SHOR(V4,S4,x4); SHOR(V5,S5,x5); SHOR(V6,S6,x6); } while (false)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2294 (R0 == Mips::A0 && R1 == Mips::S6) || in processInstruction()
3220 case Mips::S5: return Mips::S6; in nextReg()
3221 case Mips::S6: return Mips::S7; in nextReg()
5409 case Mips::F22: return Mips::S6; in getRegisterForMxtrFP()
5448 case Mips::COP022: return Mips::S6; in getRegisterForMxtrC0()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp356 AArch64::S5, AArch64::S6, AArch64::S7, AArch64::S8, AArch64::S9,

Completed in 57 milliseconds

12