HomeSort by relevance Sort by last modified time
    Searched refs:add128 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat-macros 347 add128(
507 add128( z0, more1, 0, z1, &z0, &z1 );
539 add128( z1, more2, 0, z2, &z1, &z2 );
541 add128( z0, more1, 0, z1, &z0, &z1 );
543 add128( more1, more2, 0, z2, &more1, &z2 );
544 add128( z0, z1, 0, more1, &z0, &z1 );
576 add128( rem0, rem1, b0, b1, &rem0, &rem1 );
softfloat.c     [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 42 static inline uint128_t add128(uint128_t a, uint128_t b) { return a + b; } function
164 d[0] = add128(mul64x64_128(r20, r20), mul64x64_128(r21 * 2, s22));
165 d[1] = add128(mul64x64_128(r22, s22), mul64x64_128(r20 * 2, r21));
166 d[2] = add128(mul64x64_128(r21, r21), mul64x64_128(r22 * 2, r20));
756 d[0] = add128(add128(mul64x64_128(h0, r0), mul64x64_128(h1, s2)),
758 d[1] = add128(add128(mul64x64_128(h0, r1), mul64x64_128(h1, r0)),
760 d[2] = add128(add128(mul64x64_128(h0, r2), mul64x64_128(h1, r1))
    [all...]

Completed in 268 milliseconds