Searched defs:mul64 (Results 1 - 5 of 5) sorted by relevance

/external/qemu/util/
H A Dhost-utils.c32 static inline void mul64(uint64_t *plow, uint64_t *phigh, function
70 mul64(plow, phigh, a, b);
78 mul64(plow, &rh, a, b);
/external/openssl/crypto/bn/
H A Dbn_lcl.h416 #define mul64(l,h,bl,bh) \ macro
457 mul64(l,h,(bl),(bh)); \
473 mul64(l,h,(bl),(bh)); \
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dinternal.h221 #define mul64(l, h, bl, bh) \ macro
H A Dgeneric.c174 #define mul64(l, h, bl, bh) \ macro
222 mul64(l, h, (bl), (bh)); \
243 mul64(l, h, (bl), (bh)); \
780 mul64(t1, t2, bl, bh); \
793 mul64(t1, t2, bl, bh); \
1104 #ifdef mul64
1119 #ifdef mul64
1136 #ifdef mul64
1152 #ifdef mul64
1161 #ifdef mul64
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp620 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);

Completed in 1136 milliseconds