HomeSort by: relevance | last modified time | path
    Searched defs:S13 (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/src/
e_sinhl.c 60 S13 = 1.6059042748655297e-10, /* 0x161245fa910697.0p-85 */
74 S13 = 1.60590438368216146368737762431552702e-10L, /* 0x16124613a86d098059c7620850fc2.0p-145L */
119 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
125 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 +
  /src/common/lib/libc/md/
md4c.c 68 #define S13 11
233 FF (c, d, a, b, x[ 2], S13); /* 3 */
237 FF (c, d, a, b, x[ 6], S13); /* 7 */
241 FF (c, d, a, b, x[10], S13); /* 11 */
245 FF (c, d, a, b, x[14], S13); /* 15 */
md5c.c 65 #define S13 17
279 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
283 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
287 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
291 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */

Completed in 12 milliseconds