Home
last modified time | relevance | path

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

123

/external/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp56 # SUBTRACT LINK32 /pdb:none
105 # SUBTRACT BASE LINK32 /pdb:none
107 # SUBTRACT LINK32 /pdb:none
1249 # SUBTRACT CPP /YX /Yc /Yu
1253 # SUBTRACT CPP /YX /Yc /Yu
1257 # SUBTRACT CPP /YX /Yc /Yu
1261 # SUBTRACT CPP /YX /Yc /Yu
1277 # SUBTRACT CPP /YX /Yc /Yu
1281 # SUBTRACT CPP /YX /Yc /Yu
1285 # SUBTRACT CPP /YX /Yc /Yu
[all …]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaCon.dsp356 # SUBTRACT CPP /YX /Yc /Yu
365 # SUBTRACT CPP /YX /Yc /Yu
370 # SUBTRACT CPP /YX /Yc /Yu
379 # SUBTRACT CPP /YX /Yc /Yu
388 # SUBTRACT CPP /YX /Yc /Yu
393 # SUBTRACT CPP /YX /Yc /Yu
398 # SUBTRACT CPP /YX /Yc /Yu
407 # SUBTRACT CPP /YX /Yc /Yu
416 # SUBTRACT CPP /YX /Yc /Yu
433 # SUBTRACT CPP /YX /Yc /Yu
[all …]
/external/valgrind/none/tests/s390x/
Ddfp-1.stdout.exp6 64-bit SUBTRACT
22 128-bit SUBTRACT
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSFXCon.dsp54 # SUBTRACT LINK32 /pdb:none
725 # SUBTRACT CPP /YX /Yc /Yu
734 # SUBTRACT CPP /YX /Yc /Yu
739 # SUBTRACT CPP /YX /Yc /Yu
748 # SUBTRACT CPP /YX /Yc /Yu
753 # SUBTRACT CPP /YX /Yc /Yu
766 # SUBTRACT CPP /YX /Yc /Yu
771 # SUBTRACT CPP /YX /Yc /Yu
776 # SUBTRACT CPP /YX /Yc /Yu
785 # SUBTRACT CPP /YX /Yc /Yu
[all …]
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSFXWin.dsp58 # SUBTRACT LINK32 /pdb:none
111 # SUBTRACT BASE LINK32 /pdb:none
113 # SUBTRACT LINK32 /pdb:none
825 # SUBTRACT CPP /YX /Yc /Yu
834 # SUBTRACT CPP /YX /Yc /Yu
839 # SUBTRACT CPP /YX /Yc /Yu
848 # SUBTRACT CPP /YX /Yc /Yu
853 # SUBTRACT CPP /YX /Yc /Yu
866 # SUBTRACT CPP /YX /Yc /Yu
871 # SUBTRACT CPP /YX /Yc /Yu
[all …]
/external/proguard/src/proguard/evaluation/value/
DSpecificFloatValue.java121 return new CompositeFloatValue(this, CompositeFloatValue.SUBTRACT, other); in subtract()
126 return new CompositeFloatValue(other, CompositeFloatValue.SUBTRACT, this); in subtractFrom()
DSpecificDoubleValue.java121 return new CompositeDoubleValue(this, CompositeDoubleValue.SUBTRACT, other); in subtract()
126 return new CompositeDoubleValue(other, CompositeDoubleValue.SUBTRACT, this); in subtractFrom()
DSpecificLongValue.java157 new CompositeLongValue(this, CompositeLongValue.SUBTRACT, other); in subtract()
164 new CompositeLongValue(other, CompositeLongValue.SUBTRACT, this); in subtractFrom()
DCompositeFloatValue.java32 public static final byte SUBTRACT = '-'; field in CompositeFloatValue
DCompositeDoubleValue.java32 public static final byte SUBTRACT = '-'; field in CompositeDoubleValue
DSpecificIntegerValue.java212 new CompositeIntegerValue(this, CompositeIntegerValue.SUBTRACT, other); in subtract()
219 new CompositeIntegerValue(other, CompositeIntegerValue.SUBTRACT, this); in subtractFrom()
DCompositeLongValue.java32 public static final byte SUBTRACT = '-'; field in CompositeLongValue
DCompositeIntegerValue.java32 public static final byte SUBTRACT = '-'; field in CompositeIntegerValue
/external/libpng/contrib/visupng/
DVisualPng.dsp47 # SUBTRACT BASE CPP /YX
49 # SUBTRACT CPP /YX
81 # SUBTRACT BASE CPP /YX
83 # SUBTRACT CPP /YX
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSFXSetup.dsp58 # SUBTRACT LINK32 /pdb:none
111 # SUBTRACT BASE LINK32 /debug /nodefaultlib
113 # SUBTRACT LINK32 /pdb:none
661 # SUBTRACT CPP /YX /Yc /Yu
670 # SUBTRACT CPP /YX /Yc /Yu
675 # SUBTRACT CPP /YX /Yc /Yu
688 # SUBTRACT CPP /YX /Yc /Yu
693 # SUBTRACT CPP /YX /Yc /Yu
702 # SUBTRACT CPP /YX /Yc /Yu
711 # SUBTRACT CPP /YX /Yc /Yu
[all …]
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
DFibonacciMaker.java56 code.op(BinaryOp.SUBTRACT, a, i, constant1); in main()
57 code.op(BinaryOp.SUBTRACT, b, i, constant2); in main()
/external/lzma/C/Util/LzmaLib/
DLzmaLib.dsp47 # SUBTRACT CPP /YX
58 # SUBTRACT LINK32 /pdb:none
75 # SUBTRACT CPP /YX
/external/tinyxml/
DtinyxmlSTL.dsp45 # SUBTRACT CPP /YX
69 # SUBTRACT CPP /YX
Dtinyxml_lib.dsp45 # SUBTRACT CPP /YX
69 # SUBTRACT CPP /YX
DtinyXmlTest.dsp46 # SUBTRACT CPP /YX
71 # SUBTRACT CPP /YX
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DBinaryFunction.java45 public static final BinaryFunction SUBTRACT = new BinaryFunction() { field in BinaryFunction
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java49 SUBTRACT() { in SUBTRACT() enumConstant
/external/llvm/lib/Target/SystemZ/
DREADME.txt58 produce a carry. SUBTRACT LOGICAL IMMEDIATE could be useful when we
60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
/external/libchrome/base/metrics/
Dhistogram_samples.h95 enum Operator { ADD, SUBTRACT }; enumerator
/external/xmlrpcpp/test/
DTestXml.dsp46 # SUBTRACT CPP /YX /Yc /Yu
71 # SUBTRACT CPP /YX /Yc /Yu

123