| /third_party/node/deps/v8/src/bigint/ |
| D | bigint-internal.cc | 82 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()
|
| D | bigint-internal.h | 48 void Modulo(RWDigits R, Digits A, Digits B);
|
| D | bigint.h | 295 Status Modulo(RWDigits R, Digits A, Digits B);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | BasicAliasAnalysis.cpp | 1469 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/ |
| D | external-reference.cc | 459 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/ |
| D | HexagonIntrinsicsV5.td | 298 // Modulo wrap.
|
| /third_party/node/deps/v8/src/utils/ |
| D | utils.h | 86 inline double Modulo(double x, double y) { in Modulo() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
| D | CREDITS.TXT | 262 D: Modulo scheduling in the SparcV9 backend
|
| /third_party/python/Doc/library/ |
| D | operator.rst | 405 | Modulo | ``a % b`` | ``mod(a, b)`` |
|
| /third_party/node/deps/v8/src/numbers/ |
| D | conversions.cc | 1410 double remainder = Modulo(integer, radix); in DoubleToRadixCString()
|
| /third_party/node/deps/v8/src/objects/ |
| D | bigint.cc | 519 bigint::Status status = isolate->bigint_processor()->Modulo( in Remainder()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | machine-operator-reducer.cc | 650 Modulo(m.left().ResolvedValue(), m.right().ResolvedValue())); in Reduce()
|
| /third_party/pulseaudio/po/ |
| D | it.po | 2671 "Modulo #%u\n"
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.8.0a1.rst | 5432 Modulo and floor division involving Fraction and float should return float.
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 59841 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
|