/external/proguard/src/proguard/evaluation/value/ |
SpecificDoubleValue.java | 65 public DoubleValue subtract(DoubleValue other) method in class:SpecificDoubleValue 72 return other.subtract(this); 119 public DoubleValue subtract(SpecificDoubleValue other) method in class:SpecificDoubleValue 121 return new CompositeDoubleValue(this, CompositeDoubleValue.SUBTRACT, other); 126 return new CompositeDoubleValue(other, CompositeDoubleValue.SUBTRACT, this);
|
SpecificFloatValue.java | 65 public FloatValue subtract(FloatValue other) method in class:SpecificFloatValue 72 return other.subtract(this); 119 public FloatValue subtract(SpecificFloatValue other) method in class:SpecificFloatValue 121 return new CompositeFloatValue(this, CompositeFloatValue.SUBTRACT, other); 126 return new CompositeFloatValue(other, CompositeFloatValue.SUBTRACT, this);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
randoms.decTest | 37 xsub001 subtract 905.67402 -202896611.E-780472620 -> 905.674020 Inexact Rounded 45 xsub002 subtract 3915134.7 -597164907. -> 601080042 Inexact Rounded 53 xsub003 subtract 309759261 62663.487 -> 309696598 Inexact Rounded 61 xsub004 subtract 3.93591888E-236595626 7242375.00 -> -7242375.00 Inexact Rounded 69 xsub005 subtract 323902.714 -608669.607E-657060568 -> 323902.714 Inexact Rounded 77 xsub006 subtract 5.11970092 -8807.22036 -> 8812.34006 Inexact Rounded 85 xsub007 subtract -7.99874516 4561.83758 -> -4569.83633 Inexact Rounded 93 xsub008 subtract 297802878 -927206.324 -> 298730084 Inexact Rounded 101 xsub009 subtract -766.651824 31300.3619 -> -32067.0137 Inexact Rounded 109 xsub010 subtract -56746.8689E+934981942 471002521. -> -5.67468689E+934981946 Inexact Rounde [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
randoms.decTest | 37 xsub001 subtract 905.67402 -202896611.E-780472620 -> 905.674020 Inexact Rounded 45 xsub002 subtract 3915134.7 -597164907. -> 601080042 Inexact Rounded 53 xsub003 subtract 309759261 62663.487 -> 309696598 Inexact Rounded 61 xsub004 subtract 3.93591888E-236595626 7242375.00 -> -7242375.00 Inexact Rounded 69 xsub005 subtract 323902.714 -608669.607E-657060568 -> 323902.714 Inexact Rounded 77 xsub006 subtract 5.11970092 -8807.22036 -> 8812.34006 Inexact Rounded 85 xsub007 subtract -7.99874516 4561.83758 -> -4569.83633 Inexact Rounded 93 xsub008 subtract 297802878 -927206.324 -> 298730084 Inexact Rounded 101 xsub009 subtract -766.651824 31300.3619 -> -32067.0137 Inexact Rounded 109 xsub010 subtract -56746.8689E+934981942 471002521. -> -5.67468689E+934981946 Inexact Rounde [all...] |
/external/chromium_org/base/metrics/ |
histogram_samples.h | 35 virtual void Subtract(const HistogramSamples& other); 45 // Based on |op| type, add or subtract sample counts data from the iterator. 46 enum Operator { ADD, SUBTRACT };
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
calculator.html | 34 <button class="subtract" title="subtract" data-button="subtract">
|
/external/chromium_org/ui/gfx/ |
vector2d.h | 37 // Subtract the components of the |other| vector from the current vector. 38 void Subtract(const Vector2d& other); 41 void operator-=(const Vector2d& other) { Subtract(other); }
|
vector2d.cc | 22 void Vector2d::Subtract(const Vector2d& other) {
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
Alone.dsp | 56 # SUBTRACT LINK32 /pdb:none
105 # SUBTRACT BASE LINK32 /pdb:none
107 # SUBTRACT LINK32 /pdb:none
1220 # SUBTRACT CPP /YX /Yc /Yu
1224 # SUBTRACT CPP /YX /Yc /Yu
1228 # SUBTRACT CPP /YX /Yc /Yu
1232 # SUBTRACT CPP /YX /Yc /Yu
1248 # SUBTRACT CPP /YX /Yc /Yu
1252 # SUBTRACT CPP /YX /Yc /Yu
1256 # SUBTRACT CPP /YX /Yc /Yu [all...] |
/external/chromium_org/cc/base/ |
region.h | 45 void Subtract(gfx::Rect rect); 46 void Subtract(const Region& region); 99 result.Subtract(b); 105 result.Subtract(b);
|
/external/chromium_org/net/quic/ |
quic_time.cc | 60 QuicTime::Delta QuicTime::Delta::Subtract(const Delta& delta) const { 94 QuicTime QuicTime::Subtract(const Delta& delta) const { 98 QuicTime::Delta QuicTime::Subtract(const QuicTime& other) const { 151 QuicWallTime QuicWallTime::Subtract(QuicTime::Delta delta) const {
|
/external/libpng/projects/visualc6/ |
pngtest.dsp | 51 # SUBTRACT BASE CPP /YX
53 # SUBTRACT CPP /YX
83 # SUBTRACT BASE CPP /YX
85 # SUBTRACT CPP /YX
115 # SUBTRACT BASE CPP /YX
117 # SUBTRACT CPP /YX
147 # SUBTRACT BASE CPP /YX
149 # SUBTRACT CPP /YX
179 # SUBTRACT BASE CPP /YX
181 # SUBTRACT CPP /YX [all...] |
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_true.c | 25 /* Convert block size from BAUs to AAUs. Subtract head size, leaving
|
/external/llvm/test/CodeGen/Hexagon/ |
dsub.ll | 2 ; Check that we generate double precision floating point subtract in V5.
|
fsub.ll | 2 ; Check that we generate sp floating point subtract in V5.
|
/external/llvm/test/Transforms/LICM/ |
2003-05-02-LoadHoist.ll | 3 ; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
random.h | 17 /* Add to (or subtract from) the entropy count. (Superuser only.) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
random.h | 17 /* Add to (or subtract from) the entropy count. (Superuser only.) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
random.h | 17 /* Add to (or subtract from) the entropy count. (Superuser only.) */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DSAKeyPairGenerator.java | 51 // return c.mod(q.subtract(ONE)).add(ONE); 54 return BigIntegers.createRandomInRange(ONE, q.subtract(ONE), random);
|
/external/chromium_org/remoting/codec/ |
video_decoder_vpx.cc | 159 difference.Subtract(desktop_shape_); 160 updated_region_.Subtract(difference); 223 updated_region_.Subtract(source_rect); 255 updated_region_.Subtract(ScaleRect(clip_area, view_size, screen_size_)); 276 updated_region_.Subtract(scaled_clip_area); 277 transparent_region_.Subtract(scaled_clip_area); 296 transparent_region_.Subtract(*new_desktop_shape); 301 difference.Subtract(desktop_shape_);
|
/external/chromium_org/third_party/skia/include/pathops/ |
SkPathOps.h | 19 kDifference_PathOp, //!< subtract the op path from the first path 23 kReverseDifference_PathOp, //!< subtract the first path from the op path
|
/external/llvm/test/Transforms/LoopUnroll/ |
2012-04-09-unroll-indirectbr.ll | 5 declare void @subtract() nounwind uwtable 22 call void @subtract()
|
/external/skia/include/pathops/ |
SkPathOps.h | 19 kDifference_PathOp, //!< subtract the op path from the first path 23 kReverseDifference_PathOp, //!< subtract the first path from the op path
|
/external/v8/test/cctest/ |
test-diy-fp.cc | 15 TEST(Subtract) { 22 diy_fp1.Subtract(diy_fp2);
|