Home
last modified time | relevance | path

Searched refs:Modulo (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/bigint/
Dbigint-internal.cc82 void ProcessorImpl::Modulo(RWDigits R, Digits A, Digits B) { in Modulo() function in v8::bigint::ProcessorImpl
128 Status Processor::Modulo(RWDigits R, Digits A, Digits B) { in Modulo() function in v8::bigint::Processor
130 impl->Modulo(R, A, B); in Modulo()
Dbigint-internal.h48 void Modulo(RWDigits R, Digits A, Digits B);
Dbigint.h295 Status Modulo(RWDigits R, Digits A, Digits B);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1469 APInt Modulo(MaxPointerSize, 0); in aliasGEP() local
1477 Modulo |= DecompGEP1.VarIndices[i].Scale; in aliasGEP()
1505 Modulo = Modulo ^ (Modulo & (Modulo - 1)); in aliasGEP()
1510 APInt ModOffset = GEP1BaseOffset & (Modulo - 1); in aliasGEP()
1513 (Modulo - ModOffset).uge(V1Size.getValue())) in aliasGEP()
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc459 WriteUnalignedValue<double>(data, Modulo(dividend, divisor)); in FUNCTION_REFERENCE()
1104 double modulo_double_double(double x, double y) { return Modulo(x, y); } in FUNCTION_REFERENCE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonIntrinsicsV5.td298 // Modulo wrap.
/third_party/node/deps/v8/src/utils/
Dutils.h86 inline double Modulo(double x, double y) { in Modulo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT262 D: Modulo scheduling in the SparcV9 backend
/third_party/python/Doc/library/
Doperator.rst405 | Modulo | ``a % b`` | ``mod(a, b)`` |
/third_party/node/deps/v8/src/numbers/
Dconversions.cc1410 double remainder = Modulo(integer, radix); in DoubleToRadixCString()
/third_party/node/deps/v8/src/objects/
Dbigint.cc519 bigint::Status status = isolate->bigint_processor()->Modulo( in Remainder()
/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc650 Modulo(m.left().ResolvedValue(), m.right().ResolvedValue())); in Reduce()
/third_party/pulseaudio/po/
Dit.po2671 "Modulo #%u\n"
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst5432 Modulo and floor division involving Fraction and float should return float.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59841 return FromTicks(ValueCalculator::Modulo(mValue, aOther.mValue)); in operator %()
59953 static int64_t Modulo(int64_t aA, int64_t aB) { return aA % aB; } in Modulo() function in mozilla::TimeDurationValueCalculator