Symbol: DPUNS
stand/ficl/aarch64/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/aarch64/sysdep.c
26
DPUNS q;
stand/ficl/aarch64/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/aarch64/sysdep.h
407
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/aarch64/sysdep.h
408
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/amd64/sysdep.c
26
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/amd64/sysdep.c
28
DPUNS q;
stand/ficl/amd64/sysdep.c
39
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/amd64/sysdep.h
419
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/amd64/sysdep.h
420
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/arm/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/arm/sysdep.c
26
DPUNS q;
stand/ficl/arm/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/arm/sysdep.h
418
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/arm/sysdep.h
419
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/i386/sysdep.c
26
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/i386/sysdep.c
28
DPUNS q;
stand/ficl/i386/sysdep.c
39
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/i386/sysdep.h
417
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/i386/sysdep.h
418
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/math64.c
148
DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add)
stand/ficl/math64.c
150
DPUNS resultLo = ficlLongMul(u.lo, mul);
stand/ficl/math64.c
151
DPUNS resultHi = ficlLongMul(u.hi, mul);
stand/ficl/math64.c
170
DPUNS prod;
stand/ficl/math64.c
222
void u64Push(FICL_STACK *pStack, DPUNS u64)
stand/ficl/math64.c
244
DPUNS u64Pop(FICL_STACK *pStack)
stand/ficl/math64.c
246
DPUNS ret;
stand/ficl/math64.c
315
UNS16 m64UMod(DPUNS *pUD, UNS16 base)
stand/ficl/math64.c
317
DPUNS ud;
stand/ficl/math64.c
319
DPUNS result;
stand/ficl/math64.c
355
DPUNS m64Add(DPUNS x, DPUNS y)
stand/ficl/math64.c
357
DPUNS result;
stand/ficl/math64.c
380
DPUNS m64Sub(DPUNS x, DPUNS y)
stand/ficl/math64.c
382
DPUNS result;
stand/ficl/math64.c
400
DPUNS m64ASL( DPUNS x )
stand/ficl/math64.c
402
DPUNS result;
stand/ficl/math64.c
420
DPUNS m64ASR( DPUNS x )
stand/ficl/math64.c
422
DPUNS result;
stand/ficl/math64.c
439
DPUNS m64Or( DPUNS x, DPUNS y )
stand/ficl/math64.c
441
DPUNS result;
stand/ficl/math64.c
454
int m64Compare(DPUNS x, DPUNS y)
stand/ficl/math64.c
493
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/math64.c
495
DPUNS result = { 0, 0 };
stand/ficl/math64.c
496
DPUNS addend;
stand/ficl/math64.c
520
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/math64.c
523
DPUNS quotient;
stand/ficl/math64.c
524
DPUNS subtrahend;
stand/ficl/math64.c
525
DPUNS mask;
stand/ficl/math64.h
53
DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add);
stand/ficl/math64.h
59
void u64Push(FICL_STACK *pStack, DPUNS u64);
stand/ficl/math64.h
60
DPUNS u64Pop(FICL_STACK *pStack);
stand/ficl/math64.h
62
UNS16 m64UMod(DPUNS *pUD, UNS16 base);
stand/ficl/math64.h
66
DPUNS m64Add(DPUNS x, DPUNS y);
stand/ficl/math64.h
67
DPUNS m64ASL( DPUNS x );
stand/ficl/math64.h
68
DPUNS m64ASR( DPUNS x );
stand/ficl/math64.h
69
int m64Compare(DPUNS x, DPUNS y);
stand/ficl/math64.h
70
DPUNS m64Or( DPUNS x, DPUNS y );
stand/ficl/math64.h
71
DPUNS m64Sub(DPUNS x, DPUNS y);
stand/ficl/math64.h
75
#define m64CastIU(i64) (*(DPUNS *)(&(i64)))
stand/ficl/powerpc/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/powerpc/sysdep.c
26
DPUNS q;
stand/ficl/powerpc/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/powerpc/sysdep.h
421
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/powerpc/sysdep.h
422
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/riscv/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/riscv/sysdep.c
26
DPUNS q;
stand/ficl/riscv/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/riscv/sysdep.h
407
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/riscv/sysdep.h
408
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/vm.c
692
DPUNS v;
stand/ficl/vm.c
719
DPUNS ud;
stand/ficl/words.c
2938
DPUNS u;
stand/ficl/words.c
2984
DPUNS u;
stand/ficl/words.c
3063
DPUNS accum;
stand/ficl/words.c
3788
DPUNS ud;
stand/ficl/words.c
3873
DPUNS ud;