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

  /external/qemu/fpu/
softfloat-macros.h 354 add128( function
509 add128( z0, more1, 0, z1, &z0, &z1 );
540 add128( z1, more2, 0, z2, &z1, &z2 );
542 add128( z0, more1, 0, z1, &z0, &z1 );
544 add128( more1, more2, 0, z2, &more1, &z2 );
545 add128( z0, z1, 0, more1, &z0, &z1 );
576 add128( rem0, rem1, b0, b1, &rem0, &rem1 );
  /external/qemu/target-i386/
int_helper.c 280 static void add128(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
293 add128(plow, phigh, 1, 0);
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305_vec.c 44 static uint128_t INLINE add128(uint128_t a, uint128_t b) { return a + b; } function
217 d[0] = add128(mul64x64_128(r20, r20), mul64x64_128(r21 * 2, s22));
218 d[1] = add128(mul64x64_128(r22, s22), mul64x64_128(r20 * 2, r21));
219 d[2] = add128(mul64x64_128(r21, r21), mul64x64_128(r22 * 2, r20));
806 d[0] = add128(add128(mul64x64_128(h0, r0), mul64x64_128(h1, s2)),
808 d[1] = add128(add128(mul64x64_128(h0, r1), mul64x64_128(h1, r0)),
810 d[2] = add128(add128(mul64x64_128(h0, r2), mul64x64_128(h1, r1))
    [all...]

Completed in 70 milliseconds