HomeSort by relevance Sort by last modified time
    Searched defs:Subtract (Results 1 - 20 of 20) sorted by null

  /external/v8/src/
diy-fp.h 31 void Subtract(const DiyFp& other) {
42 result.Subtract(b);
bit-vector.h 149 void Subtract(const BitVector& other) {
code-factory.cc 227 Callable CodeFactory::Subtract(Isolate* isolate) {
objects.cc 493 MaybeHandle<Object> Object::Subtract(Isolate* isolate, Handle<Object> lhs,
    [all...]
  /external/libchrome/base/metrics/
histogram_samples.cc 120 void HistogramSamples::Subtract(const HistogramSamples& other) {
127 bool success = AddSubtractImpl(other.Iterator().get(), SUBTRACT);
  /external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp 285 m_TextData.Subtract(iURIStart, iURILength);
473 void CFDE_CSSTextBuf::Subtract(int32_t iStart, int32_t iLength) {
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
matrix.h 178 Matrix& Subtract(const Matrix& operand) {
189 Matrix& Subtract(const Matrix& lhs, const Matrix& rhs) {
191 return Subtract(rhs);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 97 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) {
  /hardware/qcom/display/msmcobalt/sdm/libs/utils/
rect.cpp 97 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) {
  /art/runtime/base/
bit_vector.cc 217 void BitVector::Subtract(const BitVector *src) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSpatialAlgebra.h 174 Subtract = 2
192 else if(outOp == Subtract)
215 else if(outOp == Subtract)
238 else if(outOp == Subtract)
260 else if(outOp == Subtract)
289 else if(outOp == Subtract)
  /external/v8/src/crankshaft/
unique.h 295 UniqueSet<T>* Subtract(const UniqueSet<T>* that, Zone* zone) const {
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 275 void DesktopRegion::Subtract(const DesktopRegion& region) {
304 // subtract spans from.
325 // the two, ready to subtract spans from.
335 // range covered by |row_b|. Subtract |row_b| spans from |row_a|.
364 void DesktopRegion::Subtract(const DesktopRect& rect) {
367 Subtract(region);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 144 loss_account_.Subtract(LinkedSetPacketLossRatio());
267 void LossAccount::Subtract(LossAccount rhs) {
  /external/libchrome/crypto/
p224.cc 90 // subtract smaller amounts without underflow. See the section "Subtraction" in
97 // Subtract computes *out = a-b
101 void Subtract(FieldElement* out, const FieldElement& a, const FieldElement& b) {
355 // unique, minimal value we see if the value is >= p and, if so, subtract p.
462 Subtract(&h, u2, u1);
476 Subtract(&r, s2, s1);
500 Subtract(&out->z, z2z2, z1z1);
511 Subtract(&out->x, out->x, z1z1);
519 Subtract(&z1z1, v, out->x);
522 Subtract(&out->y, z1z1, s1)
    [all...]
  /external/v8/src/compiler/
js-operator.cc 524 const Operator* JSOperatorBuilder::Subtract(BinaryOperationHints hints) {
    [all...]
  /external/libweave/third_party/chromium/crypto/
p224.cc 104 // subtract smaller amounts without underflow. See the section "Subtraction" in
111 // Subtract computes *out = a-b
115 void Subtract(FieldElement* out, const FieldElement& a, const FieldElement& b) {
384 // unique, minimal value we see if the value is >= p and, if so, subtract p.
491 Subtract(&h, u2, u1);
505 Subtract(&r, s2, s1);
529 Subtract(&out->z, z2z2, z1z1);
540 Subtract(&out->x, out->x, z1z1);
548 Subtract(&z1z1, v, out->x);
551 Subtract(&out->y, z1z1, s1)
    [all...]
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 98 enum ExprKind { Subtract, Add };
143 Counter subtract(Counter LHS, Counter RHS);
463 return CounterExpression(CounterExpression::ExprKind::Subtract,
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 244 //////////////////////////////////////// Subtract //////////////////////////////////////////////
246 typedef ArithmTestBase Subtract;
248 OCL_TEST_P(Subtract, Mat)
254 OCL_OFF(cv::subtract(src1_roi, src2_roi, dst1_roi));
255 OCL_ON(cv::subtract(usrc1_roi, usrc2_roi, udst1_roi));
260 OCL_TEST_P(Subtract, Mat_Mask)
266 OCL_OFF(cv::subtract(src1_roi, src2_roi, dst1_roi, mask_roi));
267 OCL_ON(cv::subtract(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
272 OCL_TEST_P(Subtract, Scalar)
278 OCL_OFF(cv::subtract(val, src1_roi, dst1_roi))
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 36 void Subtract(baseType x, baseType y) { FXT_PSV::x -= x, FXT_PSV::y -= y; }

Completed in 921 milliseconds