/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
DivU64x32.S | 39 # OUT UINTN *Remainder OPTIONAL
46 # 64bit result and the Remainder.
52 # Remainder - buffer for remainder
57 # Remainder = Dividend mod Divisor
71 divl %ecx # Dividend Divisor Quoitent...Remainder
77 divl %ecx # Leave the REMAINDER in EDX as High 32-bit of new dividend
78 # Dividend Divisor Quoitent...Remainder
81 movl 0x14(%ebp), %ecx # Put &REMAINDER to ecx
83 jecxz Label1 # If ecx == 0, no remainder exist, return with quoitent in EDX directly [all...] |
DivU64x32.c | 28 OUT UINTN *Remainder OPTIONAL
35 64bit result and the Remainder.
41 Remainder - buffer for remainder
46 Remainder = Dividend mod Divisor
57 div ecx ; Dividend Divisor Quoitent...Remainder
63 div ecx ; Leave the REMAINDER in EDX as High 32-bit of new dividend
64 ; Dividend Divisor Quoitent...Remainder
67 mov ecx, Remainder ; Put &REMAINDER to ecx [all...] |
DivU64x32.asm | 33 ; OUT UINTN *Remainder OPTIONAL
40 ; 64bit result and the Remainder.
46 ; Remainder - buffer for remainder
51 ; Remainder = Dividend mod Divisor
65 div ecx ; Dividend Divisor Quoitent...Remainder
71 div ecx ; Leave the REMAINDER in EDX as High 32-bit of new dividend
72 ; Dividend Divisor Quoitent...Remainder
75 mov ecx, [ebp + 14h] ; Put &REMAINDER to ecx
77 jecxz Label1 ; If ecx == 0, no remainder exist, return with quoitent in EDX directly [all...] |
/external/proguard/src/proguard/evaluation/value/ |
CompositeDoubleValue.java | 35 public static final byte REMAINDER = '%';
|
CompositeFloatValue.java | 35 public static final byte REMAINDER = '%';
|
CompositeIntegerValue.java | 35 public static final byte REMAINDER = '%';
|
CompositeLongValue.java | 35 public static final byte REMAINDER = '%';
|
SpecificDoubleValue.java | 90 public DoubleValue remainder(DoubleValue other) method in class:SpecificDoubleValue 97 return other.remainder(this); 144 public DoubleValue remainder(SpecificDoubleValue other) method in class:SpecificDoubleValue 146 return new CompositeDoubleValue(this, CompositeDoubleValue.REMAINDER, other); 151 return new CompositeDoubleValue(other, CompositeDoubleValue.REMAINDER, this);
|
SpecificFloatValue.java | 90 public FloatValue remainder(FloatValue other) method in class:SpecificFloatValue 97 return other.remainder(this); 144 public FloatValue remainder(SpecificFloatValue other) method in class:SpecificFloatValue 146 return new CompositeFloatValue(this, CompositeFloatValue.REMAINDER, other); 151 return new CompositeFloatValue(other, CompositeFloatValue.REMAINDER, this);
|
SpecificLongValue.java | 92 public LongValue remainder(LongValue other) method in class:SpecificLongValue 101 return other.remainder(this); 184 public LongValue remainder(SpecificLongValue other) method in class:SpecificLongValue 187 return new CompositeLongValue(this, CompositeLongValue.REMAINDER, other); 193 return new CompositeLongValue(other, CompositeLongValue.REMAINDER, this);
|
SpecificIntegerValue.java | 107 public IntegerValue remainder(IntegerValue other) method in class:SpecificIntegerValue 116 return other.remainder(this); 239 public IntegerValue remainder(SpecificIntegerValue other) method in class:SpecificIntegerValue 242 return new CompositeIntegerValue(this, CompositeIntegerValue.REMAINDER, other); 248 return new CompositeIntegerValue(other, CompositeIntegerValue.REMAINDER, this);
|
/external/llvm/unittests/IR/ |
DebugInfoTest.cpp | 63 #define CHECK_SPLIT(FLAGS, VECTOR, REMAINDER) \ 66 EXPECT_EQ(REMAINDER, DINode::splitFlags(FLAGS, V)); \
|
/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 62 constraintsLast.gridwidth = GridBagConstraints.REMAINDER; 67 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER; 74 panelConstraints.gridwidth = GridBagConstraints.REMAINDER; 93 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
|
MemberSpecificationDialog.java | 96 constraintsLast.gridwidth = GridBagConstraints.REMAINDER; 101 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER; 108 panelConstraints.gridwidth = GridBagConstraints.REMAINDER; 116 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER; 128 lastLabelConstraints.gridwidth = GridBagConstraints.REMAINDER; 145 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER; 293 lastGlueConstraints.gridwidth = GridBagConstraints.REMAINDER;
|
FilterDialog.java | 77 textConstraints.gridwidth = GridBagConstraints.REMAINDER; 89 textFieldConstraints.gridwidth = GridBagConstraints.REMAINDER; 96 panelConstraints.gridwidth = GridBagConstraints.REMAINDER; 110 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
|
ClassSpecificationDialog.java | 100 constraintsLast.gridwidth = GridBagConstraints.REMAINDER; 105 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER; 112 panelConstraints.gridwidth = GridBagConstraints.REMAINDER; 120 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER; 132 lastLabelConstraints.gridwidth = GridBagConstraints.REMAINDER; 149 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER; 332 lastGlueConstraints.gridwidth = GridBagConstraints.REMAINDER;
|
TabbedPane.java | 55 cardConstraints.gridheight = GridBagConstraints.REMAINDER;
|
ListPanel.java | 51 listConstraints.gridheight = GridBagConstraints.REMAINDER; 173 buttonConstraints.gridwidth = GridBagConstraints.REMAINDER;
|
ProGuardGUI.java | 186 constraintsLast.gridwidth = GridBagConstraints.REMAINDER; 191 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER; 198 splashPanelConstraints.gridwidth = GridBagConstraints.REMAINDER; 206 welcomePaneConstraints.gridwidth = GridBagConstraints.REMAINDER; 214 panelConstraints.gridwidth = GridBagConstraints.REMAINDER; 221 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER; 242 lastBottomButtonConstraints.gridwidth = GridBagConstraints.REMAINDER; [all...] |
/external/swiftshader/third_party/subzero/pydir/ |
if.py | 32 argparser.add_argument('--command', nargs=argparse.REMAINDER,
|
/external/toolchain-utils/crosperf/ |
compare_machines.py | 29 parser.add_argument('remotes', nargs=argparse.REMAINDER)
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
BinaryOp.java | 27 * {@link #DIVIDE}, and {@link #REMAINDER}) support ints, longs, floats and 35 * For int and long operands, {@link #DIVIDE} and {@link #REMAINDER} throw 73 REMAINDER() {
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
genIndexFilters.bat | 73 # <ID>:alias:<FILTER>;<REMAINDER> 74 # <REMAINDER> can be 89 my $remainder = $3; 98 $remainder = $3; 103 $_ = "$id:alias:$set;$remainder\n";
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
HolidayCalendarDemo.java | 267 c.gridwidth = GridBagConstraints.REMAINDER; 275 c.gridwidth = GridBagConstraints.REMAINDER; 296 c.gridwidth = GridBagConstraints.REMAINDER; 304 c.gridwidth = GridBagConstraints.REMAINDER;
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
DemoUtility.java | 62 c.gridwidth = GridBagConstraints.REMAINDER; // last in grid
|