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

  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 272 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
286 #define mul_add_c2(a,b,c0,c1,c2) { \
326 #define mul_add_c2(a,b,c0,c1,c2) do { \ macro
351 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
  /external/openssl/crypto/bn/
bn_asm.c 437 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
449 #define mul_add_c2(a,b,c0,c1,c2) \ macro
467 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
478 #define mul_add_c2(a,b,c0,c1,c2) { \ macro
495 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
507 #define mul_add_c2(a,b,c0,c1,c2) { \ macro
526 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
536 #define mul_add_c2(a,b,c0,c1,c2) \ macro
554 mul_add_c2((a)[i],(a)[j],c0,c1,c2)

Completed in 168 milliseconds