Home
last modified time | relevance | path

Searched defs:modulo (Results 1 – 25 of 30) sorted by relevance

12

/third_party/decimal.js/test/modules/
Dconfig.js45 modulo: 1 property
65 modulo: 4 property
309 t(4, {modulo: void 0}); property
310 t(0, {modulo: 0}); property
311 t(1, {modulo: 1}); property
312 t(2, {modulo: 2}); property
313 t(3, {modulo: 3}); property
314 t(4, {modulo: 4}); property
315 t(5, {modulo: 5}); property
316 t(6, {modulo: 6}); property
[all …]
Dmod.js16 modulo: 1 property
DDecimal.js13 modulo: 1 property
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DBOCSU.java241 int modulo = number % factor; in getNegDivMod() local
295 int modulo = (int)division; in writeDiff() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DBOCSU.java242 int modulo = number % factor; in getNegDivMod() local
296 int modulo = (int)division; in writeDiff() local
/third_party/decimal.js/
Ddecimal.d.ts50 modulo?: Modulo; property
Ddecimal.global.d.ts72 modulo?: DecimalModulo; property
Ddecimal.js75 modulo: 1, // 0 to 9 property
Ddecimal.mjs82 modulo: 1, // 0 to 9 property
/third_party/node/lib/internal/
Dwebidl.js66 function modulo(x, y) { function
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h74 size_t modulo; member
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/dist/
Dsprintf.min.js2 …/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeho… property
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/src/
Dsprintf.js16 modulo: /^\x25{2}/, property
/third_party/skia/third_party/externals/tint/src/transform/
Dzero_init_workgroup_memory.cc55 uint32_t modulo = 1; member
314 auto modulo = num_values * arr->Count(); in BuildZeroingStatements() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c124 emit_udiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, bool modulo) in emit_udiv()
/third_party/libwebsockets/lib/core/
Dlws_map.c111 size_t modulo = info->modulo; in lws_map_create() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c75 ecma_number_t modulo = fmod (time, ECMA_DATE_MS_PER_DAY); in ecma_date_time_within_day() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.cpp256 auto modulo = groupIndex; in run() local
DShaderCore.cpp242 Float4 modulo(RValue<Float4> x, RValue<Float4> y) in modulo() function
/third_party/ffmpeg/libavfilter/
Daf_headphone.c160 const uint32_t modulo = (uint32_t)buffer_length - 1; in headphone_convolute() local
229 const uint32_t modulo = (uint32_t)buffer_length - 1; in headphone_fast_convolute() local
Daf_sofalizer.c354 const uint32_t modulo = (uint32_t)buffer_length - 1; in sofalizer_convolute() local
450 const uint32_t modulo = (uint32_t)buffer_length - 1; in sofalizer_fast_convolute() local
/third_party/openssl/test/
Dbntest.c2819 BIGNUM *base = NULL, *exponent = NULL, *modulo = NULL; in test_mod_exp() local
2853 BIGNUM *base = NULL, *exponent = NULL, *modulo = NULL; in test_mod_exp_consttime() local
/third_party/python/Lib/
D_pydecimal.py1976 def _power_modulo(self, other, modulo, context=None): argument
2298 def __pow__(self, other, modulo=None, context=None): argument
5155 def power(self, a, b, modulo=None): argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java896 private int modulo(int n, int m) { in modulo() method in MutableCodePointTrie.MixedBlocks
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java904 private int modulo(int n, int m) { in modulo() method in MutableCodePointTrie.MixedBlocks

12