Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dpoly1305.c42 static uint64_t mul64(uint32_t a, uint32_t b) in mul64() function
58 static inline uint64_t mul64(uint32_t a, uint32_t b) in mul64() function
123 d0 = mul64(acc0, r0) + in poly1305_process()
124 mul64(acc1, rs3) + in poly1305_process()
125 mul64(acc2, rs2) + in poly1305_process()
126 mul64(acc3, rs1); in poly1305_process()
127 d1 = mul64(acc0, r1) + in poly1305_process()
128 mul64(acc1, r0) + in poly1305_process()
129 mul64(acc2, rs3) + in poly1305_process()
130 mul64(acc in poly1305_process()
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsqrtl.c65 static inline uint64_t mul64(uint64_t a, uint64_t b) in mul64() function
163 uint64_t m1 = mul64(a.hi, b.lo); in mul128()
164 uint64_t m2 = mul64(a.lo, b.hi); in mul128()
219 s = mul64(ml.hi, r); in sqrtl()
220 d = mul64(s, r); in sqrtl()
222 r = mul64(u, r) << 1; in sqrtl()
224 s = mul64(u, s) << 1; in sqrtl()
225 d = mul64(s, r); in sqrtl()
227 r = mul64(u, r) << 1; in sqrtl()
H A Dsqrt.c15 static inline uint64_t mul64(uint64_t a, uint64_t b) in mul64() function
127 s = mul64(m, r); in sqrt()
128 d = mul64(s, r); in sqrt()
130 s = mul64(s, u); /* repr: 3.61 */ in sqrt()
/third_party/musl/src/math/
H A Dsqrtl.c65 static inline uint64_t mul64(uint64_t a, uint64_t b) in mul64() function
163 uint64_t m1 = mul64(a.hi, b.lo); in mul128()
164 uint64_t m2 = mul64(a.lo, b.hi); in mul128()
219 s = mul64(ml.hi, r); in sqrtl()
220 d = mul64(s, r); in sqrtl()
222 r = mul64(u, r) << 1; in sqrtl()
224 s = mul64(u, s) << 1; in sqrtl()
225 d = mul64(s, r); in sqrtl()
227 r = mul64(u, r) << 1; in sqrtl()
H A Dsqrt.c15 static inline uint64_t mul64(uint64_t a, uint64_t b) in mul64() function
127 s = mul64(m, r); in sqrt()
128 d = mul64(s, r); in sqrt()
130 s = mul64(s, u); /* repr: 3.61 */ in sqrt()
/third_party/skia/src/core/
H A DSkSafeMath.h26 return sizeof(size_t) == sizeof(uint64_t) ? mul64(x, y) : mul32(x, y); in mul()
79 uint64_t mul64(uint64_t x, uint64_t y) { in mul64() function in SkSafeMath
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h571 # define mul64(l,h,bl,bh) \ macro
612 mul64(l,h,(bl),(bh)); \
628 mul64(l,h,(bl),(bh)); \
H A Dbn_asm.c563 mul64(lo,hi,bl,bh); \
572 mul64(lo,hi,bl,bh); \
861 # ifdef mul64 in bn_mul_mont()
878 # ifdef mul64 in bn_mul_mont()
895 # ifdef mul64 in bn_mul_mont()
911 # ifdef mul64 in bn_mul_mont()
920 # ifdef mul64 in bn_mul_mont()
H A Dbn_div.c403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
/third_party/openssl/crypto/bn/
H A Dbn_local.h571 # define mul64(l,h,bl,bh) \ macro
612 mul64(l,h,(bl),(bh)); \
628 mul64(l,h,(bl),(bh)); \
H A Dbn_asm.c563 mul64(lo,hi,bl,bh); \
572 mul64(lo,hi,bl,bh); \
861 # ifdef mul64 in bn_mul_mont()
878 # ifdef mul64 in bn_mul_mont()
895 # ifdef mul64 in bn_mul_mont()
911 # ifdef mul64 in bn_mul_mont()
920 # ifdef mul64 in bn_mul_mont()
H A Dbn_div.c403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp690 const deUint64 mul64 = deUint64(in0)*deUint64(in1); in compare() local
691 const deUint32 ref0 = deUint32(mul64 >> 32); in compare()
692 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu); in compare()
795 const deInt64 mul64 = deInt64(in0)*deInt64(in1); in compare() local
796 const deInt32 ref0 = deInt32(mul64 >> 32); in compare()
797 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu); in compare()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp592 const deUint64 mul64 = deUint64(in0)*deUint64(in1); in compare() local
593 const deUint32 ref0 = deUint32(mul64 >> 32); in compare()
594 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu); in compare()
683 const deInt64 mul64 = deInt64(in0)*deInt64(in1); in compare() local
684 const deInt32 ref0 = deInt32(mul64 >> 32); in compare()
685 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp690 const deUint64 mul64 = deUint64(in0)*deUint64(in1); in compare() local
691 const deUint32 ref0 = deUint32(mul64 >> 32); in compare()
692 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu); in compare()
795 const deInt64 mul64 = deInt64(in0)*deInt64(in1); in compare() local
796 const deInt32 ref0 = deInt32(mul64 >> 32); in compare()
797 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu); in compare()

Completed in 18 milliseconds