Home
last modified time | relevance | path

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

12

/freebsd/stand/ficl/aarch64/
H A Dsysdep.h110 #if !defined FICL_UNS
111 #define FICL_UNS unsigned long macro
131 FICL_UNS hi;
132 FICL_UNS lo;
137 FICL_UNS quot;
138 FICL_UNS rem;
407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
408 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
/freebsd/stand/ficl/amd64/
H A Dsysdep.h110 #if !defined FICL_UNS
111 #define FICL_UNS unsigned long macro
131 FICL_UNS hi;
132 FICL_UNS lo;
137 FICL_UNS quot;
138 FICL_UNS rem;
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
420 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
H A Dsysdep.c26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
39 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
/freebsd/stand/ficl/i386/
H A Dsysdep.h108 #if !defined FICL_UNS
109 #define FICL_UNS UNS32 macro
129 FICL_UNS hi;
130 FICL_UNS lo;
135 FICL_UNS quot;
136 FICL_UNS rem;
417 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
418 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
H A Dsysdep.c26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
39 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
/freebsd/stand/ficl/arm/
H A Dsysdep.h110 #if !defined FICL_UNS
111 #define FICL_UNS UNS32 macro
131 FICL_UNS hi;
132 FICL_UNS lo;
137 FICL_UNS quot;
138 FICL_UNS rem;
418 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
419 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
/freebsd/stand/ficl/riscv/
H A Dsysdep.h110 #if !defined FICL_UNS
111 #define FICL_UNS unsigned long macro
131 FICL_UNS hi;
132 FICL_UNS lo;
137 FICL_UNS quot;
138 FICL_UNS rem;
407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
408 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h110 #if !defined FICL_UNS
111 #define FICL_UNS UNS32 macro
131 FICL_UNS hi;
132 FICL_UNS lo;
137 FICL_UNS quot;
138 FICL_UNS rem;
421 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
422 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
/freebsd/stand/ficl/
H A Dvm.c317 FICL_UNS count = 0; in vmGetWord0()
643 int isPowerOfTwo(FICL_UNS u) in isPowerOfTwo()
646 FICL_UNS t = 2; in isPowerOfTwo()
672 pwr = isPowerOfTwo((FICL_UNS)radix); in ltoa()
681 FICL_UNS v = (FICL_UNS) value; in ltoa()
682 FICL_UNS mask = (FICL_UNS) ~(-1 << pwr); in ltoa()
694 v.lo = (FICL_UNS)value; in ltoa()
697 result = ficlLongDiv(v, (FICL_UNS)radix); in ltoa()
716 char *ultoa(FICL_UNS value, char *string, int radix ) in ultoa()
736 result = ficlLongDiv(ud, (FICL_UNS)radix); in ultoa()
[all …]
H A Dmath64.c111 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den); in m64FlooredDivI()
148 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add) in m64Mac()
280 uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den); in m64SymmetricDivI()
325 qr = ficlLongDiv(ud, (FICL_UNS)base); in m64UMod()
329 qr = ficlLongDiv(ud, (FICL_UNS)base); in m64UMod()
333 qr = ficlLongDiv(ud, (FICL_UNS)base); in m64UMod()
337 qr = ficlLongDiv(ud, (FICL_UNS)base); in m64UMod()
493 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
520 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
H A Dficl.h251 #define FICL_TRUE (~(FICL_UNS)0)
265 FICL_UNS u;
308 FICL_UNS count;
314 #define SI_SETLEN(si, len) (si.count = (FICL_UNS)(len))
360 FICL_UNS nCells; /* size of the stack */
379 FICL_UNS stackPopUNS (FICL_STACK *pStack);
383 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
484 FICL_UNS state; /* compiling or interpreting */
485 FICL_UNS base; /* number conversion base */
658 int isPowerOfTwo(FICL_UNS u);
[all …]
H A Dgfx_loader.c153 FICL_UNS x, y; in ficl_fb_setpixel()
167 FICL_UNS x0, y0, x1, y1, wd; in ficl_fb_line()
184 FICL_UNS x0, y0, x1, y1, x2, y2, width; in ficl_fb_bezier()
203 FICL_UNS x1, x2, y1, y2, fill; in ficl_fb_drawrect()
220 FICL_UNS x1, x2, y1, y2; in ficl_term_drawrect()
H A Dmath64.h53 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add);
H A Dwords.c659 FICL_UNS u; in uDot()
673 FICL_UNS u; in hexDot()
1168 PUSHUNS((FICL_UNS)*pw); in quadFetch()
1189 PUSHUNS((FICL_UNS)*pw); in wFetch()
1210 PUSHUNS((FICL_UNS)*pc); in cFetch()
1247 FICL_UNS flag; in branch0()
1367 FICL_UNS fixupCount; in endcaseCoIm()
1416 FICL_UNS a, b; in ofParen()
1487 FICL_UNS fixupCount; in endofCoIm()
1910 FICL_UNS u1, u2; in uIsLess()
[all …]
H A Dstack.c256 FICL_UNS stackPopUNS(FICL_STACK *pStack) in stackPopUNS()
288 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) in stackPushUNS()
H A Dficl.c575 void ficlSetEnv(FICL_SYSTEM *pSys, char *name, FICL_UNS value) in ficlSetEnv()
597 void ficlSetEnvD(FICL_SYSTEM *pSys, char *name, FICL_UNS hi, FICL_UNS lo) in ficlSetEnvD()
H A Dprefix.c100 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n)) in ficlParsePrefix()
H A Ddict.c273 void dictAppendUNS(FICL_DICT *pDict, FICL_UNS u) in dictAppendUNS()
798 FICL_UNS nCmp = si.count; in hashLookup()
H A Dtestmain.c266 stackPushUNS(pVM->pStack, (FICL_UNS)now); in ficlClock()
H A Dsearch.c241 FICL_UNS nBuckets; in ficlWordlist()
H A Dtools.c853 ficlSetEnv(pVM->pSys, pVM->pad, (FICL_UNS)value); in envConstant()

12