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

  /src/lib/libm/src/
e_sinhl.c 80 S23 = 3.8679983530666939e-23, /* 0x17617002b73afc.0p-127 */
123 RETURNI(((((((((((S25*dx2 + S23)*dx2 +
  /src/common/lib/libc/md/
md4c.c 72 #define S23 9
251 GG (c, d, a, b, x[ 8], S23); /* 19 */
255 GG (c, d, a, b, x[ 9], S23); /* 23 */
259 GG (c, d, a, b, x[10], S23); /* 27 */
263 GG (c, d, a, b, x[11], S23); /* 31 */
md5c.c 69 #define S23 14
297 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
301 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
305 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
309 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 211 xmmi R20, R21, R22, R23, R24, S21, S22, S23, S24;
283 S23 = _mm_mul_epu32(R23, FIVE);
422 T14 = S23;
549 T14 = S23;

Completed in 14 milliseconds