Searched refs:FICL_UNS (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-12-stable/stand/ficl/aarch64/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
103 ** the target system. A CELL is a union of void*, FICL_UNS, and
111 #if !defined FICL_UNS
112 #define FICL_UNS unsigned long macro
132 FICL_UNS hi;
133 FICL_UNS lo;
138 FICL_UNS quot;
139 FICL_UNS rem;
408 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/amd64/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
103 ** the target system. A CELL is a union of void*, FICL_UNS, and
111 #if !defined FICL_UNS
112 #define FICL_UNS unsigned long macro
132 FICL_UNS hi;
133 FICL_UNS lo;
138 FICL_UNS quot;
139 FICL_UNS rem;
420 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c27 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
40 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/arm/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
103 ** the target system. A CELL is a union of void*, FICL_UNS, and
111 #if !defined FICL_UNS
112 #define FICL_UNS UNS32 macro
132 FICL_UNS hi;
133 FICL_UNS lo;
138 FICL_UNS quot;
139 FICL_UNS rem;
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/i386/
H A Dsysdep.h100 ** FICL_UNS and FICL_INT must have the same size as a void* on
101 ** the target system. A CELL is a union of void*, FICL_UNS, and
109 #if !defined FICL_UNS
110 #define FICL_UNS UNS32 macro
130 FICL_UNS hi;
131 FICL_UNS lo;
136 FICL_UNS quot;
137 FICL_UNS rem;
418 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c27 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
40 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/mips/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
103 ** the target system. A CELL is a union of void*, FICL_UNS, and
111 #if !defined FICL_UNS
112 #define FICL_UNS UNS32 macro
132 FICL_UNS hi;
133 FICL_UNS lo;
138 FICL_UNS quot;
139 FICL_UNS rem;
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/mips64/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
103 ** the target system. A CELL is a union of void*, FICL_UNS, and
111 #if !defined FICL_UNS
112 #define FICL_UNS unsigned long macro
132 FICL_UNS hi;
133 FICL_UNS lo;
138 FICL_UNS quot;
139 FICL_UNS rem;
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/powerpc/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
103 ** the target system. A CELL is a union of void*, FICL_UNS, and
111 #if !defined FICL_UNS
112 #define FICL_UNS UNS32 macro
132 FICL_UNS hi;
133 FICL_UNS lo;
138 FICL_UNS quot;
139 FICL_UNS rem;
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/riscv/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
103 ** the target system. A CELL is a union of void*, FICL_UNS, and
111 #if !defined FICL_UNS
112 #define FICL_UNS unsigned long macro
132 FICL_UNS hi;
133 FICL_UNS lo;
138 FICL_UNS quot;
139 FICL_UNS rem;
408 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/sparc64/
H A Dsysdep.h103 ** FICL_UNS and FICL_INT must have the same size as a void* on
104 ** the target system. A CELL is a union of void*, FICL_UNS, and
112 #if !defined FICL_UNS
113 #define FICL_UNS unsigned long macro
133 FICL_UNS hi;
134 FICL_UNS lo;
139 FICL_UNS quot;
140 FICL_UNS rem;
409 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS
[all...]
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
38 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
/freebsd-12-stable/stand/ficl/
H A Dmath64.c112 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
144 ** Multiplies DPUNS u by FICL_UNS mul and adds FICL_UNS add. Mul is typically
149 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add)
281 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
300 ** of the quotient. C does not provide a way to divide an FICL_UNS by an
301 ** UNS16 and get an FICL_UNS quotient (ldiv is closest, but it's signed,
326 qr = ficlLongDiv(ud, (FICL_UNS)base);
330 qr = ficlLongDiv(ud, (FICL_UNS)bas
[all...]
H A Dmath64.h54 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add);
H A Dvm.c318 FICL_UNS count = 0;
644 int isPowerOfTwo(FICL_UNS u)
647 FICL_UNS t = 2;
673 pwr = isPowerOfTwo((FICL_UNS)radix);
682 FICL_UNS v = (FICL_UNS) value;
683 FICL_UNS mask = (FICL_UNS) ~(-1 << pwr);
695 v.lo = (FICL_UNS)value;
698 result = ficlLongDiv(v, (FICL_UNS)radi
[all...]
H A Dficl.h266 FICL_UNS u;
309 FICL_UNS count;
315 #define SI_SETLEN(si, len) (si.count = (FICL_UNS)(len))
361 FICL_UNS nCells; /* size of the stack */
380 FICL_UNS stackPopUNS (FICL_STACK *pStack);
384 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
485 FICL_UNS state; /* compiling or interpreting */
486 FICL_UNS base; /* number conversion base */
659 int isPowerOfTwo(FICL_UNS u);
662 char *ultoa(FICL_UNS valu
[all...]
H A Dstack.c257 FICL_UNS stackPopUNS(FICL_STACK *pStack)
289 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u)
H A Dprefix.c101 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n))
H A Dwords.c660 FICL_UNS u;
674 FICL_UNS u;
1169 PUSHUNS((FICL_UNS)*pw);
1190 PUSHUNS((FICL_UNS)*pw);
1211 PUSHUNS((FICL_UNS)*pc);
1248 FICL_UNS flag;
1368 FICL_UNS fixupCount;
1417 FICL_UNS a, b;
1488 FICL_UNS fixupCount;
1911 FICL_UNS u
[all...]

Completed in 234 milliseconds

12