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

/freebsd-11.0-release/sys/boot/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;
3707 DPINT d1;
3733 DPINT d1;
3751 DPINT d1;
3844 DPINT d;
4746 DPINT i = i64Pop(pVM->pStack);
/freebsd-11.0-release/sys/boot/ficl/aarch64/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon7419
/freebsd-11.0-release/sys/boot/ficl/amd64/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon7423
/freebsd-11.0-release/sys/boot/ficl/arm/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon7427
/freebsd-11.0-release/sys/boot/ficl/i386/
H A Dsysdep.h144 } DPINT; typedef in typeref:struct:__anon7434
/freebsd-11.0-release/sys/boot/ficl/mips/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon7438
/freebsd-11.0-release/sys/boot/ficl/mips64/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon7442
/freebsd-11.0-release/sys/boot/ficl/powerpc/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon7446
/freebsd-11.0-release/sys/boot/ficl/riscv/
H A Dsysdep.h146 } DPINT; typedef in typeref:struct:__anon7450
/freebsd-11.0-release/sys/boot/ficl/sparc64/
H A Dsysdep.h147 } DPINT; typedef in typeref:struct:__anon7454

Completed in 59 milliseconds