Home
last modified time | relevance | path

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

/trueos/lib/msun/src/
HDe_sinhl.c54 S13 = 1.6059042748655297e-10, /* 0x161245fa910697.0p-85 */ variable
68 S13 = 1.60590438368216146368737762431552702e-10L, /* 0x16124613a86d098059c7620850fc2.0p-145L */ variable
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDpseudo_md5.c72 #define S13 17 macro
171 FF(c, d, a, b, 0, S13, 0x242070db); /* 3 */ in svn__pseudo_md5_15()
175 FF(c, d, a, b, 0, S13, 0xa8304613); /* 7 */ in svn__pseudo_md5_15()
179 FF(c, d, a, b, 0, S13, 0xffff5bb1); /* 11 */ in svn__pseudo_md5_15()
183 FF(c, d, a, b, x[2], S13, 0xa679438e); /* 15 */ in svn__pseudo_md5_15()
260 FF(c, d, a, b, 0, S13, 0x242070db); /* 3 */ in svn__pseudo_md5_31()
264 FF(c, d, a, b, 0, S13, 0xa8304613); /* 7 */ in svn__pseudo_md5_31()
268 FF(c, d, a, b, x[2], S13, 0xffff5bb1); /* 11 */ in svn__pseudo_md5_31()
272 FF(c, d, a, b, x[6], S13, 0xa679438e); /* 15 */ in svn__pseudo_md5_31()
349 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */ in svn__pseudo_md5_63()
[all …]
/trueos/sys/kern/
HDmd4c.c43 #define S13 11 macro
195 FF (c, d, a, b, x[ 2], S13); /* 3 */
199 FF (c, d, a, b, x[ 6], S13); /* 7 */
203 FF (c, d, a, b, x[10], S13); /* 11 */
207 FF (c, d, a, b, x[14], S13); /* 15 */
HDmd5c.c248 #define S13 17 macro
252 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
256 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
260 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
264 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/trueos/lib/libmd/
HDmd4c.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 */
HDmd5c.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 */
/trueos/contrib/opie/libopie/
HDmd4c.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 */
HDmd5c.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 */
/trueos/contrib/apr-util/crypto/
HDapr_md4.c57 #define S13 11 macro
305 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform()
309 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform()
313 FF (c, d, a, b, x[10], S13); /* 11 */ in MD4Transform()
317 FF (c, d, a, b, x[14], S13); /* 15 */ in MD4Transform()
HDapr_md5.c74 #define S13 17 macro
357 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */ in MD5Transform()
361 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */ in MD5Transform()
365 FF(c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in MD5Transform()
369 FF(c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in MD5Transform()
/trueos/contrib/ntp/libntp/
HDmd5c.c34 #define S13 17 macro
207 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform()
211 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in MD5Transform()
215 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in MD5Transform()
219 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in MD5Transform()
/trueos/contrib/ipfilter/
HDmd5.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 */
/trueos/contrib/llvm/lib/Target/ARM/
HDARMCallingConv.td66 S9, S10, S11, S12, S13, S14, S15]>>,
78 S9, S10, S11, S12, S13, S14, S15]>>,
172 S9, S10, S11, S12, S13, S14, S15]>>,
184 S9, S10, S11, S12, S13, S14, S15]>>,
HDARMRegisterInfo.td87 def S12 : ARMFReg<12, "s12">; def S13 : ARMFReg<13, "s13">;
106 def D6 : ARMReg< 6, "d6", [S12, S13]>, DwarfRegNum<[262]>;
/trueos/contrib/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp984 ARM::S12, ARM::S13, ARM::S14, ARM::S15,