Searched refs:S11 (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A De_sinhl.c53 S11 = 2.5052108406704084e-8, /* 0x1ae6456857530f.0p-78 */ variable
67 S11 = 2.50521083854417187749675637460977997e-8L, /* 0x1ae64567f544e38fe59b3380d7413.0p-138L */ variable
113 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
119 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 +
H A Dk_sincosl.h102 S11 = -0.38680813379701966970673724299207480965452616911420e-22, variable
118 z * (S9 + z * (S10 + z * (S11 + z * S12)))))))));
/freebsd-11-stable/lib/msun/ld128/
H A Dk_sinl.c45 S11 = -0.38680813379701966970673724299207480965452616911420e-22, variable
56 z*(S9+z*(S10+z*(S11+z*S12)))))))));
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c55 #define S11 3 macro
303 FF (a, b, c, d, x[ 0], S11); /* 1 */
307 FF (a, b, c, d, x[ 4], S11); /* 5 */
311 FF (a, b, c, d, x[ 8], S11); /* 9 */
315 FF (a, b, c, d, x[12], S11); /* 13 */
H A Dapr_md5.c72 #define S11 7 macro
355 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */
359 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */
363 FF(a, b, c, d, x[8], S11, 0x698098d8); /* 9 */
367 FF(a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
/freebsd-11-stable/contrib/opie/libopie/
H A Dmd4c.c49 #define S11 3 macro
180 FF(a, b, c, d, x[0], S11); /* 1 */
184 FF(a, b, c, d, x[4], S11); /* 5 */
188 FF(a, b, c, d, x[8], S11); /* 9 */
192 FF(a, b, c, d, x[12], S11); /* 13 */
H A Dmd5c.c53 #define S11 7 macro
226 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */
230 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */
234 FF(a, b, c, d, x[8], S11, 0x698098d8); /* 9 */
238 FF(a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
/freebsd-11-stable/lib/libmd/
H A Dmd4c.c41 #define S11 3 macro
197 FF (a, b, c, d, x[ 0], S11); /* 1 */
201 FF (a, b, c, d, x[ 4], S11); /* 5 */
205 FF (a, b, c, d, x[ 8], S11); /* 9 */
209 FF (a, b, c, d, x[12], S11); /* 13 */
H A Dmd5c.c243 #define S11 7 macro
247 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
251 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
255 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
259 FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
/freebsd-11-stable/sys/kern/
H A Dmd5c.c244 #define S11 7 macro
248 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
252 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
256 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
260 FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
H A Dmd4c.c41 #define S11 3 macro
190 FF (a, b, c, d, x[ 0], S11); /* 1 */
194 FF (a, b, c, d, x[ 4], S11); /* 5 */
198 FF (a, b, c, d, x[ 8], S11); /* 9 */
202 FF (a, b, c, d, x[12], S11); /* 13 */
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c213 #define S11 7 macro
217 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
221 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
225 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */
229 FF ( a, b, c, d, in[12], S11, UL(1804603682)); /* 13 */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp160 ARM::S8, ARM::S9, ARM::S10, ARM::S11,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp52 case AArch64::S11:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp142 {codeview::RegisterId::ARM64_S11, AArch64::S11},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp357 AArch64::S10, AArch64::S11, AArch64::S12, AArch64::S13, AArch64::S14,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1292 ARM::S8, ARM::S9, ARM::S10, ARM::S11,

Completed in 147 milliseconds