Home
last modified time | relevance | path

Searched defs:Modulo (Results 1 – 4 of 4) 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/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