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

  /external/qemu/util/
host-utils.c 32 static inline void mul64(uint64_t *plow, uint64_t *phigh, function
70 mul64(plow, phigh, a, b);
78 mul64(plow, &rh, a, b);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lcl.h 416 #define mul64(l,h,bl,bh) \ macro
457 mul64(l,h,(bl),(bh)); \
473 mul64(l,h,(bl),(bh)); \
bn_asm.c 532 mul64(t1,t2,bl,bh); \
539 mul64(t1,t2,bl,bh); \
850 #ifdef mul64
865 #ifdef mul64
883 #ifdef mul64
899 #ifdef mul64
909 #ifdef mul64
bn_div.c 388 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
  /external/openssl/crypto/bn/
bn_lcl.h 416 #define mul64(l,h,bl,bh) \ macro
457 mul64(l,h,(bl),(bh)); \
473 mul64(l,h,(bl),(bh)); \
bn_asm.c 532 mul64(t1,t2,bl,bh); \
539 mul64(t1,t2,bl,bh); \
850 #ifdef mul64
865 #ifdef mul64
883 #ifdef mul64
899 #ifdef mul64
909 #ifdef mul64
bn_div.c 388 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 620 const deUint64 mul64 = deUint64(in0)*deUint64(in1); local
621 const deUint32 ref0 = deUint32(mul64 >> 32);
622 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu);
711 const deInt64 mul64 = deInt64(in0)*deInt64(in1); local
712 const deInt32 ref0 = deInt32(mul64 >> 32);
713 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu);
    [all...]

Completed in 101 milliseconds