Home
last modified time | relevance | path

Searched refs:S13 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/lib/libm/src/
De_sinhl.c60 S13 = 1.6059042748655297e-10, /* 0x161245fa910697.0p-85 */ variable
74 S13 = 1.60590438368216146368737762431552702e-10L, /* 0x16124613a86d098059c7620850fc2.0p-… variable
119 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
125 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dnested-types.cc54 struct S13 { struct
580 S10::S11::S12::S13 s13; in main()
581 S10::S11::S12::S13::S14 s14; in main()
582 S10::S11::S12::S13::S14::S15 s15; in main()
583 S10::S11::S12::S13::S14::S15::S16 s16; in main()
584 S10::S11::S12::S13::S14::S15::S16::S17 s17; in main()
585 S10::S11::S12::S13::S14::S15::S16::S17::S18 s18; in main()
586 S10::S11::S12::S13::S14::S15::S16::S17::S18::S19 s19; in main()
/netbsd/src/common/lib/libc/md/
Dmd4c.c68 #define S13 11 macro
233 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform()
237 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform()
241 FF (c, d, a, b, x[10], S13); /* 11 */ in MD4Transform()
245 FF (c, d, a, b, x[14], S13); /* 15 */ in MD4Transform()
Dmd5c.c65 #define S13 17 macro
279 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform()
283 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in MD5Transform()
287 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in MD5Transform()
291 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in MD5Transform()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dmd5c.c51 #define S13 17 macro
250 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform()
254 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in MD5Transform()
258 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in MD5Transform()
262 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in MD5Transform()
/netbsd/src/external/bsd/iscsi/dist/src/lib/
Dmd5c.c67 #define S13 17 macro
292 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
296 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
300 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
304 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/netbsd/src/external/bsd/ipf/dist/
Dmd5.c224 #define S13 17 macro
228 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
232 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
236 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */
240 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */
/netbsd/src/external/bsd/ppp/dist/pppd/
Dppp-md5.c308 #define S13 17 in Transform() macro
312 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform()
316 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform()
320 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */ in Transform()
324 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */ in Transform()