Searched refs:mul64 (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/bn/
H A Dgeneric.c147 #define mul64(l, h, bl, bh) \ macro
195 mul64(l, h, (bl), (bh)); \
216 mul64(l, h, (bl), (bh)); \
734 mul64(lo, hi, bl, bh); \
748 mul64(lo, hi, bl, bh); \
1040 #ifdef mul64
1055 #ifdef mul64
1074 #ifdef mul64
1092 #ifdef mul64
1101 #ifdef mul64
[all...]
H A Dinternal.h233 #define mul64(l, h, bl, bh) \ macro
H A Ddiv.c316 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
/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 78 milliseconds