Home
last modified time | relevance | path

Searched defs:carry (Results 101 – 125 of 6729) sorted by relevance

12345678910>>...270

/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvsbcq_u32.c8 foo (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo()
16 foo1 (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo1()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvadcq_s32.c8 foo (int32x4_t a, int32x4_t b, unsigned * carry) in foo()
16 foo1 (int32x4_t a, int32x4_t b, unsigned * carry) in foo1()
H A Dvadcq_u32.c8 foo (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo()
16 foo1 (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo1()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr97387-1.c16 unsigned char carry = 0; in foo() local
26 unsigned char carry = 0; in bar() local
H A Dpr97387-2.c16 unsigned char carry = 0; in foo() local
26 unsigned char carry = 0; in bar() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvsbcq_u32.c8 foo (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo()
16 foo1 (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo1()
H A Dvadcq_s32.c8 foo (int32x4_t a, int32x4_t b, unsigned * carry) in foo()
16 foo1 (int32x4_t a, int32x4_t b, unsigned * carry) in foo1()
H A Dvsbcq_s32.c8 foo (int32x4_t a, int32x4_t b, unsigned * carry) in foo()
16 foo1 (int32x4_t a, int32x4_t b, unsigned * carry) in foo1()
H A Dvadcq_u32.c8 foo (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo()
16 foo1 (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvadcq_u32.c8 foo (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo()
16 foo1 (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo1()
H A Dvadcq_s32.c8 foo (int32x4_t a, int32x4_t b, unsigned * carry) in foo()
16 foo1 (int32x4_t a, int32x4_t b, unsigned * carry) in foo1()
H A Dvsbcq_s32.c8 foo (int32x4_t a, int32x4_t b, unsigned * carry) in foo()
16 foo1 (int32x4_t a, int32x4_t b, unsigned * carry) in foo1()
H A Dvsbcq_u32.c8 foo (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo()
16 foo1 (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr97387-1.c16 unsigned char carry = 0; in foo() local
26 unsigned char carry = 0; in bar() local
H A Dpr97387-2.c16 unsigned char carry = 0; in foo() local
26 unsigned char carry = 0; in bar() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvadcq_u32.c8 foo (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo()
16 foo1 (uint32x4_t a, uint32x4_t b, unsigned * carry) in foo1()
H A Dvadcq_s32.c8 foo (int32x4_t a, int32x4_t b, unsigned * carry) in foo()
16 foo1 (int32x4_t a, int32x4_t b, unsigned * carry) in foo1()
H A Dvsbcq_s32.c8 foo (int32x4_t a, int32x4_t b, unsigned * carry) in foo()
16 foo1 (int32x4_t a, int32x4_t b, unsigned * carry) in foo1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dpr97387-2.c16 unsigned char carry = 0; in foo() local
26 unsigned char carry = 0; in bar() local
H A Dpr97387-1.c16 unsigned char carry = 0; in foo() local
26 unsigned char carry = 0; in bar() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/raw/
H A DMont256.java30 long carry = (prod1 & M) + z_0; in multAdd() local
71 long carry = x_i * y_0 + (z[0] & M); in multAddXF() local
104 long carry = t * (m[0] & M) + (z_0 & M); in reduce() local
134 long carry = t; in reduceXF() local
/dports/databases/py-gdbm/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dbasearith.c55 mpd_uint_t carry = 0; in _mpd_baseadd() local
88 mpd_uint_t carry = 0; in _mpd_baseaddto() local
115 mpd_uint_t carry; in _mpd_shortadd() local
140 mpd_uint_t carry = 1; in _mpd_baseincr() local
220 mpd_uint_t carry = 0; in _mpd_shortmul() local
246 mpd_uint_t carry; in _mpd_basemul() local
313 mpd_uint_t carry; in _mpd_basedivmod() local
565 mpd_uint_t carry; in _mpd_shortadd_b() local
590 mpd_uint_t carry = 0; in _mpd_shortmul_c() local
613 mpd_uint_t carry = 0; in _mpd_shortmul_b() local
/dports/lang/python310/Python-3.10.1/Modules/_decimal/libmpdec/
H A Dbasearith.c55 mpd_uint_t carry = 0; in _mpd_baseadd() local
88 mpd_uint_t carry = 0; in _mpd_baseaddto() local
115 mpd_uint_t carry; in _mpd_shortadd() local
140 mpd_uint_t carry = 1; in _mpd_baseincr() local
220 mpd_uint_t carry = 0; in _mpd_shortmul() local
246 mpd_uint_t carry; in _mpd_basemul() local
313 mpd_uint_t carry; in _mpd_basedivmod() local
566 mpd_uint_t carry; in _mpd_shortadd_b() local
591 mpd_uint_t carry = 0; in _mpd_shortmul_c() local
614 mpd_uint_t carry = 0; in _mpd_shortmul_b() local
/dports/lang/python37/Python-3.7.12/Modules/_decimal/libmpdec/
H A Dbasearith.c55 mpd_uint_t carry = 0; in _mpd_baseadd() local
88 mpd_uint_t carry = 0; in _mpd_baseaddto() local
115 mpd_uint_t carry; in _mpd_shortadd() local
140 mpd_uint_t carry = 1; in _mpd_baseincr() local
220 mpd_uint_t carry = 0; in _mpd_shortmul() local
246 mpd_uint_t carry; in _mpd_basemul() local
313 mpd_uint_t carry; in _mpd_basedivmod() local
565 mpd_uint_t carry; in _mpd_shortadd_b() local
590 mpd_uint_t carry = 0; in _mpd_shortmul_c() local
613 mpd_uint_t carry = 0; in _mpd_shortmul_b() local
/dports/lang/python311/Python-3.11.0a3/Modules/_decimal/libmpdec/
H A Dbasearith.c55 mpd_uint_t carry = 0; in _mpd_baseadd() local
88 mpd_uint_t carry = 0; in _mpd_baseaddto() local
115 mpd_uint_t carry; in _mpd_shortadd() local
140 mpd_uint_t carry = 1; in _mpd_baseincr() local
220 mpd_uint_t carry = 0; in _mpd_shortmul() local
246 mpd_uint_t carry; in _mpd_basemul() local
313 mpd_uint_t carry; in _mpd_basedivmod() local
566 mpd_uint_t carry; in _mpd_shortadd_b() local
591 mpd_uint_t carry = 0; in _mpd_shortmul_c() local
614 mpd_uint_t carry = 0; in _mpd_shortmul_b() local

12345678910>>...270