Home
last modified time | relevance | path

Searched defs:Modulo (Results 1 – 6 of 6) sorted by relevance

/third_party/decimal.js/
Ddecimal.global.d.ts38 export type Modulo = DecimalModulo; alias
51 type Modulo = DecimalModulo; alias
Ddecimal.d.ts38 export type Modulo = Rounding | 9; alias
/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
/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-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1469 APInt Modulo(MaxPointerSize, 0); in aliasGEP() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59953 static int64_t Modulo(int64_t aA, int64_t aB) { return aA % aB; } in Modulo() function in mozilla::TimeDurationValueCalculator