Home
last modified time | relevance | path

Searched refs:DPUNS (Results 1 – 16 of 16) sorted by relevance

/freebsd/stand/ficl/
H A Dmath64.h53 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add);
59 void u64Push(FICL_STACK *pStack, DPUNS u64);
60 DPUNS u64Pop(FICL_STACK *pStack);
62 UNS16 m64UMod(DPUNS *pUD, UNS16 base);
66 DPUNS m64Add(DPUNS x, DPUNS y);
67 DPUNS m64ASL( DPUNS x );
68 DPUNS m64ASR( DPUNS x );
69 int m64Compare(DPUNS x, DPUNS y);
70 DPUNS m64Or( DPUNS x, DPUNS y );
71 DPUNS m64Sub(DPUNS x, DPUNS y);
[all …]
H A Dmath64.c148 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add) in m64Mac()
150 DPUNS resultLo = ficlLongMul(u.lo, mul); in m64Mac()
151 DPUNS resultHi = ficlLongMul(u.hi, mul); in m64Mac()
170 DPUNS prod; in m64MulI()
222 void u64Push(FICL_STACK *pStack, DPUNS u64) in u64Push()
244 DPUNS u64Pop(FICL_STACK *pStack) in u64Pop()
246 DPUNS ret; in u64Pop()
315 UNS16 m64UMod(DPUNS *pUD, UNS16 base) in m64UMod()
317 DPUNS ud; in m64UMod()
319 DPUNS result; in m64UMod()
[all …]
H A Dvm.c692 DPUNS v; in ltoa()
719 DPUNS ud; in ultoa()
H A Dwords.c2938 DPUNS u; in numberSign()
2984 DPUNS u; in numberSignS()
3063 DPUNS accum; in toNumber()
3788 DPUNS ud; in umSlashMod()
3873 DPUNS ud; in umStar()
/freebsd/stand/ficl/amd64/
H A Dsysdep.c26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
28 DPUNS q; in ficlLongMul()
39 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
H A Dsysdep.h133 } DPUNS; typedef
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
420 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd/stand/ficl/arm/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
26 DPUNS q; in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
H A Dsysdep.h133 } DPUNS; typedef
418 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
419 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd/stand/ficl/i386/
H A Dsysdep.c26 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
28 DPUNS q; in ficlLongMul()
39 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
H A Dsysdep.h131 } DPUNS; typedef
417 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
418 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd/stand/ficl/powerpc/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
26 DPUNS q; in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
H A Dsysdep.h133 } DPUNS; typedef
421 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
422 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd/stand/ficl/aarch64/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
26 DPUNS q; in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
H A Dsysdep.h133 } DPUNS; typedef
407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
408 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
/freebsd/stand/ficl/riscv/
H A Dsysdep.c24 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) in ficlLongMul()
26 DPUNS q; in ficlLongMul()
37 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y) in ficlLongDiv()
H A Dsysdep.h133 } DPUNS; typedef
407 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
408 UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);