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

/freebsd-11-stable/stand/ficl/
H A Dmath64.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 nu
[all...]
H A Dmath64.c53 ** Returns the absolute value of an DPINT
55 DPINT m64Abs(DPINT x)
92 INTQR m64FlooredDivI(DPINT num, FICL_INT den)
133 ** Returns TRUE if the specified DPINT has its sign bit set.
135 int m64IsNegative(DPINT x)
167 ** Multiplies a pair of FICL_INTs and returns an DPINT result.
169 DPINT m64MulI(FICL_INT x, FICL_INT y)
196 ** Negates an DPINT by complementing and incrementing.
198 DPINT m64Negat
[all...]
H A Dwords.c349 DPINT n1;
417 DPINT prod;
436 DPINT prod;
3719 DPINT d1;
3745 DPINT d1;
3763 DPINT d1;
3856 DPINT d;
4758 DPINT i = i64Pop(pVM->pStack);
/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon4914
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon4918
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon4922
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h144 } DPINT; typedef in typeref:struct:__anon4929
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon4937
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon4933
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon4945
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon4941
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h147 } DPINT; typedef in typeref:struct:__anon4949

Completed in 196 milliseconds