Searched refs:Dividend (Results 1 – 9 of 9) sorted by relevance
/DragonStub/lib/ia32/ ! |
H A D | math.c | 136 IN UINT64 Dividend, in DivU64x32() argument 145 *Remainder = Dividend % Divisor; in DivU64x32() 146 return Dividend / Divisor; in DivU64x32() 173 : "m"(Dividend), "m"(Divisor), "m"(Rem) in DivU64x32() 178 shl dword ptr Dividend[0], 1 ; shift rem:dividend left one in DivU64x32() 179 rcl dword ptr Dividend[4], 1 in DivU64x32() 186 sub dword ptr Dividend[0], eax ; set low bit in dividen in DivU64x32() 197 return Dividend; in DivU64x32()
|
/DragonStub/lib/arm/ ! |
H A D | math.c | 53 IN UINT64 Dividend, in DivU64x32() argument 65 *Remainder = Dividend % Divisor; in DivU64x32() 66 return Dividend / Divisor; in DivU64x32()
|
/DragonStub/lib/aarch64/ ! |
H A D | math.c | 53 IN UINT64 Dividend, in DivU64x32() argument 61 *Remainder = Dividend % Divisor; in DivU64x32() 62 return Dividend / Divisor; in DivU64x32()
|
/DragonStub/lib/mips64el/ ! |
H A D | math.c | 53 IN UINT64 Dividend, in DivU64x32() argument 61 *Remainder = Dividend % Divisor; in DivU64x32() 62 return Dividend / Divisor; in DivU64x32()
|
/DragonStub/lib/loongarch64/ ! |
H A D | math.c | 53 IN UINT64 Dividend, in DivU64x32() argument 61 *Remainder = Dividend % Divisor; in DivU64x32() 62 return Dividend / Divisor; in DivU64x32()
|
/DragonStub/lib/riscv64/ ! |
H A D | math.c | 50 IN UINT64 Dividend, in DivU64x32() argument 58 *Remainder = Dividend % Divisor; in DivU64x32() 61 return Dividend / Divisor; in DivU64x32()
|
/DragonStub/lib/x86_64/ ! |
H A D | math.c | 136 IN UINT64 Dividend, in DivU64x32() argument 145 *Remainder = Dividend % Divisor; in DivU64x32() 146 return Dividend / Divisor; in DivU64x32() 161 shl dword ptr Dividend[0], 1 ; shift rem:dividend left one in DivU64x32() 162 rcl dword ptr Dividend[4], 1 in DivU64x32() 169 sub dword ptr Dividend[0], eax ; set low bit in dividen in DivU64x32() 179 return Dividend; in DivU64x32()
|
/DragonStub/lib/ia64/ ! |
H A D | math.c | 74 IN UINT64 Dividend, in DivU64x32() argument 84 *Remainder = Dividend % Divisor; in DivU64x32() 87 return Dividend / Divisor; in DivU64x32()
|
/DragonStub/inc/ ! |
H A D | efilib.h | 460 IN UINT64 Dividend,
|