Home
last modified time | relevance | path

Searched refs:DPINT (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/stand/ficl/
HDmath64.h52 DPINT m64Abs(DPINT x);
53 int m64IsNegative(DPINT x);
55 DPINT m64MulI(FICL_INT x, FICL_INT y);
56 DPINT m64Negate(DPINT x);
57 INTQR m64FlooredDivI(DPINT num, FICL_INT den);
58 void i64Push(FICL_STACK *pStack, DPINT i64);
59 DPINT i64Pop(FICL_STACK *pStack);
62 INTQR m64SymmetricDivI(DPINT num, FICL_INT den);
77 #define m64CastUI(u64) (*(DPINT *)(&(u64)))
HDmath64.c55 DPINT m64Abs(DPINT x) in m64Abs()
92 INTQR m64FlooredDivI(DPINT num, FICL_INT den) in m64FlooredDivI()
135 int m64IsNegative(DPINT x) in m64IsNegative()
169 DPINT m64MulI(FICL_INT x, FICL_INT y) in m64MulI()
198 DPINT m64Negate(DPINT x) in m64Negate()
216 void i64Push(FICL_STACK *pStack, DPINT i64) in i64Push()
237 DPINT i64Pop(FICL_STACK *pStack) in i64Pop()
239 DPINT ret; in i64Pop()
261 INTQR m64SymmetricDivI(DPINT num, FICL_INT den) in m64SymmetricDivI()
HDwords.c349 DPINT n1; in slashMod()
417 DPINT prod; in mulDiv()
436 DPINT prod; in mulDivRem()
3719 DPINT d1; in fmSlashMod()
3745 DPINT d1; in smSlashRem()
3763 DPINT d1; in ficlMod()
3856 DPINT d; in mStar()
4758 DPINT i = i64Pop(pVM->pStack); in dnegate()
/freebsd-11-stable/stand/ficl/amd64/
HDsysdep.h146 } DPINT; typedef
/freebsd-11-stable/stand/ficl/aarch64/
HDsysdep.h146 } DPINT; typedef
/freebsd-11-stable/stand/ficl/riscv/
HDsysdep.h146 } DPINT; typedef
/freebsd-11-stable/stand/ficl/powerpc/
HDsysdep.h146 } DPINT; typedef
/freebsd-11-stable/stand/ficl/sparc64/
HDsysdep.h147 } DPINT; typedef
/freebsd-11-stable/stand/ficl/arm/
HDsysdep.h146 } DPINT; typedef
/freebsd-11-stable/stand/ficl/i386/
HDsysdep.h144 } DPINT; typedef
/freebsd-11-stable/stand/ficl/mips/
HDsysdep.h146 } DPINT; typedef
/freebsd-11-stable/stand/ficl/mips64/
HDsysdep.h146 } DPINT; typedef