Home
last modified time | relevance | path

Searched refs:DIVOPLEN (Results 1 – 25 of 25) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/shells/ion/decimal-972c8547a0a76c7ad9a314e28a335aa57d46a543/decNumber/
H A DdecBasic.c166 #define DIVACCLEN (DIVOPLEN*3) // accumulator length (ditto)
256 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
264 #if DIVOPLEN!=2 in decDivide()
265 #error Unexpected Double DIVOPLEN in decDivide()
272 #if DIVOPLEN!=4 in decDivide()
273 #error Unexpected Quad DIVOPLEN in decDivide()
279 msuq=quo+DIVOPLEN; in decDivide()
281 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
506 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
560 if (lsua<acc+DIVACCLEN-DIVOPLEN) { // used extra digits in decDivide()
[all …]
/dports/devel/gdb/gdb-11.1/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/gdb761/gdb-7.6.1/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN);
274 #if DIVOPLEN!=2
275 #error Unexpected Double DIVOPLEN
282 #if DIVOPLEN!=4
283 #error Unexpected Quad DIVOPLEN
289 msuq=quo+DIVOPLEN;
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--;
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue;
[all …]
/dports/lang/gcc9/gcc-9.4.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libdecnumber/
H A DdecBasic.c182 uInt div[DIVOPLEN]; /* divisor in base-billion .. */ in decDivide()
183 uInt quo[DIVOPLEN+1]; /* quotient in base-billion .. */ in decDivide()
266 GETCOEFFBILL(dfl, acc+DIVACCLEN-DIVOPLEN); in decDivide()
274 #if DIVOPLEN!=2 in decDivide()
275 #error Unexpected Double DIVOPLEN in decDivide()
282 #if DIVOPLEN!=4 in decDivide()
283 #error Unexpected Quad DIVOPLEN in decDivide()
289 msuq=quo+DIVOPLEN; in decDivide()
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--; in decDivide()
516 if (lsua>acc+DIVACCLEN-DIVOPLEN) continue; in decDivide()
[all …]