Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 25 of 54) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dremainder.decTest2 -- remainder.decTest -- decimal remainder --
29 remx001 remainder 1 1 -> 0
30 remx002 remainder 2 1 -> 0
31 remx003 remainder 1 2 -> 1
32 remx004 remainder 2 2 -> 0
33 remx005 remainder 0 1 -> 0
34 remx006 remainder 0 2 -> 0
35 remx007 remainder 1 3 -> 1
36 remx008 remainder 2 3 -> 2
37 remx009 remainder 3 3 -> 0
[all …]
DddRemainder.decTest2 -- ddRemainder.decTest -- decDouble remainder --
30 ddrem001 remainder 1 1 -> 0
31 ddrem002 remainder 2 1 -> 0
32 ddrem003 remainder 1 2 -> 1
33 ddrem004 remainder 2 2 -> 0
34 ddrem005 remainder 0 1 -> 0
35 ddrem006 remainder 0 2 -> 0
36 ddrem007 remainder 1 3 -> 1
37 ddrem008 remainder 2 3 -> 2
38 ddrem009 remainder 3 3 -> 0
[all …]
DdqRemainder.decTest2 -- dqRemainder.decTest -- decQuad remainder --
30 dqrem001 remainder 1 1 -> 0
31 dqrem002 remainder 2 1 -> 0
32 dqrem003 remainder 1 2 -> 1
33 dqrem004 remainder 2 2 -> 0
34 dqrem005 remainder 0 1 -> 0
35 dqrem006 remainder 0 2 -> 0
36 dqrem007 remainder 1 3 -> 1
37 dqrem008 remainder 2 3 -> 2
38 dqrem009 remainder 3 3 -> 0
[all …]
Drandoms.decTest36 xrem001 remainder 905.67402 -202896611.E-780472620 -> NaN Division_impossible
44 xrem002 remainder 3915134.7 -597164907. -> 3915134.7
52 xrem003 remainder 309759261 62663.487 -> 13644.759
60 xrem004 remainder 3.93591888E-236595626 7242375.00 -> 3.93591888E-236595626
68 xrem005 remainder 323902.714 -608669.607E-657060568 -> NaN Division_impossible
76 xrem006 remainder 5.11970092 -8807.22036 -> 5.11970092
84 xrem007 remainder -7.99874516 4561.83758 -> -7.99874516
92 xrem008 remainder 297802878 -927206.324 -> 169647.996
100 xrem009 remainder -766.651824 31300.3619 -> -766.651824
108 xrem010 remainder -56746.8689E+934981942 471002521. -> NaN Division_impossible
[all …]
DrandomBound32.decTest38 remx3001 remainder 4953734675913.065314738743322579 0218.932010396534371704930714860E+797 -> 495373…
46 remx3002 remainder 9641.684323386955881595490347910E-844 -78864532047.12287484430980636798E+934 -> …
54 remx3003 remainder -1.028048571628326871054964307774E+529 49200008645699.35577937582714739 -> NaN D…
62 remx3004 remainder 479084.8561808930525417735205519 084157571054.2691784660983989931 -> 479084.8561…
70 remx3005 remainder -0363750788.573782205664349562931 -3172.080934464133691909905980096 -> -1923.656…
78 remx3006 remainder 1381026551423669919010191878449 -82.66614775445371254999357800739 -> 74.22115953…
86 remx3007 remainder 4627.026960423072127953556635585 -4410583132901.830017479741231131 -> 4627.02696…
94 remx3008 remainder 75353574493.84484153484918212042 -8684111695095849922263044191221 -> 75353574493…
102 remx3009 remainder 6907058.216435355874729592373011 2.857005446917670515662398741545 -> 1.846043452…
110 remx3010 remainder -38949530427253.24030680468677190 712168021.1265384466442576619064E-992 -> NaN D…
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DDivU64x32Remainder.S37 divl %ecx # eax <- quotient[32..63], edx <- remainder
42 jecxz L1 # abandon remainder if Remainder == NULL
DDivU64x64Remainder.S19 # both the quotient and the remainder
40 andl $0, 4(%ecx) # zero high dword of remainder
80 sbbl %edx, %edi # edi:esi <- remainder
DDivU64x32Remainder.asm39 div ecx ; eax <- quotient[32..63], edx <- remainder
44 jecxz @F ; abandon remainder if Remainder == NULL
DDivU64x32Remainder.nasm38 div ecx ; eax <- quotient[32..63], edx <- remainder
43 jecxz .0 ; abandon remainder if Remainder == NULL
DDivU64x64Remainder.asm19 ; both the quotient and the remainder
44 and dword ptr [ecx + 4], 0 ; zero high dword of remainder
83 sbb edi, edx ; edi:esi <- remainder
DDivU64x64Remainder.nasm19 ; both the quotient and the remainder
43 and dword [ecx + 4], 0 ; zero high dword of remainder
84 sbb edi, edx ; edi:esi <- remainder
DModU64x32.asm18 ; Calculate the remainder of a 64-bit integer by a 32-bit integer
DModU64x32.S18 # Calculate the remainder of a 64-bit integer by a 32-bit integer
DModU64x32.nasm18 ; Calculate the remainder of a 64-bit integer by a 32-bit integer
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DDivU64x32Remainder.asm39 div ecx ; eax <- quotient[32..63], edx <- remainder
44 jecxz @F ; abandon remainder if Remainder == NULL
DDivU64x64Remainder.asm19 ; both the quotient and the remainder
44 and dword ptr [ecx + 4], 0 ; zero high dword of remainder
83 sbb edi, edx ; edi:esi <- remainder
DModU64x32.asm18 ; Calculate the remainder of a 64-bit integer by a 32-bit integer
DModU64x32.S18 # Calculate the remainder of a 64-bit integer by a 32-bit integer
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c177 UINT32 remainder; in SecSetTimer() local
195 DivU64x32Remainder(PeriodMs, 1000, &remainder); in SecSetTimer()
196 timerval.it_value.tv_usec = remainder * 1000; in SecSetTimer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py270 blocks, remainder = divmod(length, BUFSIZE)
277 if remainder != 0:
278 buf = src.read(remainder)
279 if len(buf) < remainder:
549 blocks, remainder = divmod(pos - self.pos, self.bufsize)
552 self.read(remainder)
1132 blocks, remainder = divmod(len(payload), BLOCKSIZE)
1133 if remainder > 0:
1134 payload += (BLOCKSIZE - remainder) * NUL
1446 blocks, remainder = divmod(count, BLOCKSIZE)
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
Dulldvrm.c55 ; EBX:ECX contains the remainder (divided % divisor) in _aulldvrm()
Dlldvrm.c55 ; EBX:ECX contains the remainder (divided % divisor) in _alldvrm()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat.txt119 -- For each format, the floating-point remainder operation defined by the
264 For each format, SoftFloat implements the remainder function according to
265 the IEC/IEEE Standard. The remainder functions are:
272 Each remainder function takes two operands. The operands and result are all
273 of the same type. Given operands x and y, the remainder functions return
276 remainder functions are always exact and so require no rounding.
278 Depending on the relative magnitudes of the operands, the remainder
280 functions. This is inherent in the remainder operation itself and is not a
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DDivU64x32.c69 …jecxz Label1 ; If ecx == 0, no remainder exist, return with quoitent in EDX dir… in DivU64x32()
DDivU64x32.S83 …jecxz Label1 # If ecx == 0, no remainder exist, return with quoitent in EDX dir…

123