Searched refs:S13 (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A De_sinhl.c54 S13 = 1.6059042748655297e-10, /* 0x161245fa910697.0p-85 */ variable
68 S13 = 1.60590438368216146368737762431552702e-10L, /* 0x16124613a86d098059c7620850fc2.0p-145L */ 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 +
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c57 #define S13 11 macro
305 FF (c, d, a, b, x[ 2], S13); /* 3 */
309 FF (c, d, a, b, x[ 6], S13); /* 7 */
313 FF (c, d, a, b, x[10], S13); /* 11 */
317 FF (c, d, a, b, x[14], S13); /* 15 */
H A Dapr_md5.c74 #define S13 17 macro
357 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */
361 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */
365 FF(c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
369 FF(c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/freebsd-11-stable/contrib/opie/libopie/
H A Dmd4c.c51 #define S13 11 macro
182 FF(c, d, a, b, x[2], S13); /* 3 */
186 FF(c, d, a, b, x[6], S13); /* 7 */
190 FF(c, d, a, b, x[10], S13); /* 11 */
194 FF(c, d, a, b, x[14], S13); /* 15 */
H A Dmd5c.c55 #define S13 17 macro
228 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */
232 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */
236 FF(c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
240 FF(c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/freebsd-11-stable/lib/libmd/
H A Dmd4c.c43 #define S13 11 macro
199 FF (c, d, a, b, x[ 2], S13); /* 3 */
203 FF (c, d, a, b, x[ 6], S13); /* 7 */
207 FF (c, d, a, b, x[10], S13); /* 11 */
211 FF (c, d, a, b, x[14], S13); /* 15 */
H A Dmd5c.c245 #define S13 17 macro
249 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
253 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
257 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
261 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/freebsd-11-stable/sys/kern/
H A Dmd5c.c246 #define S13 17 macro
250 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
254 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
258 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
262 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
H A Dmd4c.c43 #define S13 11 macro
192 FF (c, d, a, b, x[ 2], S13); /* 3 */
196 FF (c, d, a, b, x[ 6], S13); /* 7 */
200 FF (c, d, a, b, x[10], S13); /* 11 */
204 FF (c, d, a, b, x[14], S13); /* 15 */
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c215 #define S13 17 macro
219 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
223 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
227 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */
231 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp161 ARM::S12, ARM::S13, ARM::S14, ARM::S15 };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp53 case AArch64::S13:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp144 {codeview::RegisterId::ARM64_S13, AArch64::S13},
/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.cpp1293 ARM::S12, ARM::S13, ARM::S14, ARM::S15,

Completed in 145 milliseconds