Home
last modified time | relevance | path

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

12

/external/rust/crates/itertools/tests/
Dquick.rs1088 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1219 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1228 let modulo = if modulo < 2 { 2 } else { modulo } as u64; // Avoid `% 0` localVariable
1276 let modulo = if modulo == 0 { 1 } else { modulo } as u64; // Avoid `% 0` localVariable
1299 let modulo = if modulo == 0 { 1 } else { modulo } as u64; // Avoid `% 0` localVariable
1323 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1331 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1348 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1365 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1382 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
[all …]
/external/ruy/ruy/
Dsize_util.h93 Integer round_down_pot(Integer value, Modulo modulo) { in round_down_pot()
99 Integer round_up_pot(Integer value, Modulo modulo) { in round_up_pot()
/external/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
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DBOCSU.java242 int modulo = number % factor; in getNegDivMod() local
296 int modulo = (int)division; in writeDiff() local
/external/libwebsockets/include/libwebsockets/
Dlws-map.h74 size_t modulo; member
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelUndeliveredElementStressTest.kt53 private val modulo = 1 shl 25 in <lambda>() constant
/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c139 emit_udiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, bool modulo) in emit_udiv()
/external/libwebsockets/lib/core/
Dlws_map.c111 size_t modulo = info->modulo; in lws_map_create() local
/external/kernel-headers/original/uapi/linux/hdlc/
Dioctl.h84 unsigned int modulo; /* modulo (8 = basic / 128 = extended) */ member
/external/swiftshader/src/Pipeline/
DComputeProgram.cpp258 auto modulo = groupIndex; in run() local
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cli/
Dxsum_sanity_check.c353 size_t const modulo = len > 2 ? len : 2; in XSUM_XXH3_randomUpdate() local
/external/crosvm/net_sys/src/
Diff.rs63 pub modulo: ::std::os::raw::c_uint, field
/external/antlr/runtime/C/include/
Dantlr3collections.h111 ANTLR3_UINT32 modulo; member
/external/python/cpython2/Lib/
Ddecimal.py1851 def _power_modulo(self, other, modulo, context=None): argument
2172 def __pow__(self, other, modulo=None, context=None): argument
4965 def power(self, a, b, modulo=None): argument
/external/python/cpython3/Lib/
D_pydecimal.py1966 def _power_modulo(self, other, modulo, context=None): argument
2288 def __pow__(self, other, modulo=None, context=None): argument
5141 def power(self, a, b, modulo=None): argument
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py448 def __pow__(self, o, modulo=None): argument
/external/tensorflow/tensorflow/python/distribute/
Dps_values.py292 def __pow__(self, o, modulo=None): argument
Dvalues.py368 def __pow__(self, o, modulo=None): argument
/external/rust/crates/rand/src/distributions/
Duniform.rs621 let modulo = not_full_range.select(range, $unsigned::splat(unsigned_max)); localVariable
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java896 private int modulo(int n, int m) { in modulo() method in MutableCodePointTrie.MixedBlocks
/external/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
/external/python/pyasn1/pyasn1/type/
Duniv.py157 def __pow__(self, value, modulo=None): argument
1440 def __pow__(self, value, modulo=None): argument
/external/ImageMagick/MagickCore/
Dcache.c2703 modulo; in VirtualPixelModulo() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp9559 const GLuint modulo = offset % alignment; in test() local
9570 const GLuint modulo = offset % alignment; in test() local
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h9079 unsigned int modulo; member

12