HomeSort by relevance Sort by last modified time
    Searched defs:mul64 (Results 1 - 5 of 5) 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/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)); \
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
internal.h 221 #define mul64(l, h, bl, bh) \ macro
generic.c 174 #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/
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 170 milliseconds