Home
last modified time | relevance | path

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

12

/external/rust/crates/itertools/tests/
Dquick.rs1083 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1214 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1223 let modulo = if modulo < 2 { 2 } else { modulo } as u64; // Avoid `% 0` localVariable
1271 let modulo = if modulo == 0 { 1 } else { modulo } as u64; // Avoid `% 0` localVariable
1294 let modulo = if modulo == 0 { 1 } else { modulo } as u64; // Avoid `% 0` localVariable
1318 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1326 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1343 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1360 let modulo = if modulo == 0 { 1 } else { modulo }; // Avoid `% 0` localVariable
1377 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/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/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
DBOCSU.java241 int modulo = number % factor; in getNegDivMod() local
295 int modulo = (int)division; in writeDiff() local
/external/sdv/vsomeip/third_party/boost/multi_index/example/
Dnon_default_ctor.cpp42 IntegralType modulo; member
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/util/
DFileUtils.java34 static final int modulo = ASCII_HIGH - ASCII_LOW + 2; field in FileUtils
/external/libwebsockets/include/libwebsockets/
Dlws-map.h74 size_t modulo; member
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelUndeliveredElementSelectOldStressTest.kt53 private val modulo = 1 shl 25 in <lambda>() constant
DChannelUndeliveredElementStressTest.kt53 private val modulo = 1 shl 25 in <lambda>() constant
/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c32 emit_udiv(nir_builder *bld, nir_def *numer, nir_def *denom, bool modulo) in emit_udiv()
/external/python/absl-py/absl/testing/tests/
Dparameterized_test.py500 def testModuloResult(self, num, modulo, expected): argument
517 def testModuloResult(self, num, modulo, expected): argument
534 def testModuloResult(self, num, dtype, modulo, expected): argument
588 def testModuloResult(self, num, modulo, expected): argument
/external/libwebsockets/lib/core/
Dlws_map.c111 size_t modulo = info->modulo; in lws_map_create() local
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DMathUtils.java441 public static Number modulo (Number op1, Number op2) throws ArithmeticException { in modulo() method in MathUtils
/external/libnl/include/linux-private/linux/hdlc/
Dioctl.h84 unsigned int modulo; /* modulo (8 = basic / 128 = extended) */ member
/external/ethtool/uapi/linux/hdlc/
Dioctl.h84 unsigned int modulo; /* modulo (8 = basic / 128 = extended) */ member
/external/kernel-headers/original/uapi/linux/hdlc/
Dioctl.h84 unsigned int modulo; /* modulo (8 = basic / 128 = extended) */ member
/external/swiftshader/src/Pipeline/
DComputeProgram.cpp234 auto modulo = groupIndex; in run() local
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h396 T modulo; member
/external/crosvm/net_sys/src/
Diff.rs66 pub modulo: ::std::os::raw::c_uint, field
/external/antlr/runtime/C/include/
Dantlr3collections.h111 ANTLR3_UINT32 modulo; member
/external/python/cpython3/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
/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/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py448 def __pow__(self, o, modulo=None): argument
/external/tensorflow/tensorflow/python/distribute/
Dps_values.py305 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

12