Home
last modified time | relevance | path

Searched defs:div (Results 1 – 25 of 1313) sorted by relevance

12345678910>>...53

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs123 let mut div: $uX = div << shl; localVariable
165 let mut div: $uX = (div << shl); localVariable
238 let mut div: $uX = (div << shl); localVariable
343 let div: $uX = div.wrapping_sub(1); localVariable
372 let mut div: $uX = div << shl; localVariable
402 let mut div: $uX = (div << shl); localVariable
459 let mut div: $uX = (div << shl); localVariable
499 let mut div: $uX = (div << shl); localVariable
525 let div: $uX = div.wrapping_sub(1); localVariable
H A Ddelegate.rs77 let mut div: $uD = div << shl; localVariable
135 let mut div: $uD = div << (n - 1); localVariable
167 let mut div: $uD = div << shl; localVariable
225 let mut div: u128 = div << shl; localVariable
272 let mut div: u128 = div << (64 - 1); localVariable
300 let mut div: u128 = div << shl; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs123 let mut div: $uX = div << shl; localVariable
165 let mut div: $uX = (div << shl); localVariable
238 let mut div: $uX = (div << shl); localVariable
343 let div: $uX = div.wrapping_sub(1); localVariable
372 let mut div: $uX = div << shl; localVariable
402 let mut div: $uX = (div << shl); localVariable
459 let mut div: $uX = (div << shl); localVariable
499 let mut div: $uX = (div << shl); localVariable
525 let div: $uX = div.wrapping_sub(1); localVariable
H A Ddelegate.rs77 let mut div: $uD = div << shl; localVariable
135 let mut div: $uD = div << (n - 1); localVariable
167 let mut div: $uD = div << shl; localVariable
225 let mut div: u128 = div << shl; localVariable
272 let mut div: u128 = div << (64 - 1); localVariable
300 let mut div: u128 = div << shl; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs123 let mut div: $uX = div << shl; localVariable
165 let mut div: $uX = (div << shl); localVariable
238 let mut div: $uX = (div << shl); localVariable
343 let div: $uX = div.wrapping_sub(1); localVariable
372 let mut div: $uX = div << shl; localVariable
402 let mut div: $uX = (div << shl); localVariable
459 let mut div: $uX = (div << shl); localVariable
499 let mut div: $uX = (div << shl); localVariable
525 let div: $uX = div.wrapping_sub(1); localVariable
H A Ddelegate.rs77 let mut div: $uD = div << shl; localVariable
135 let mut div: $uD = div << (n - 1); localVariable
167 let mut div: $uD = div << shl; localVariable
225 let mut div: u128 = div << shl; localVariable
272 let mut div: u128 = div << (64 - 1); localVariable
300 let mut div: u128 = div << shl; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs123 let mut div: $uX = div << shl; localVariable
165 let mut div: $uX = (div << shl); localVariable
238 let mut div: $uX = (div << shl); localVariable
343 let div: $uX = div.wrapping_sub(1); localVariable
372 let mut div: $uX = div << shl; localVariable
402 let mut div: $uX = (div << shl); localVariable
459 let mut div: $uX = (div << shl); localVariable
499 let mut div: $uX = (div << shl); localVariable
525 let div: $uX = div.wrapping_sub(1); localVariable
H A Ddelegate.rs77 let mut div: $uD = div << shl; localVariable
135 let mut div: $uD = div << (n - 1); localVariable
167 let mut div: $uD = div << shl; localVariable
225 let mut div: u128 = div << shl; localVariable
272 let mut div: u128 = div << (64 - 1); localVariable
300 let mut div: u128 = div << shl; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs123 let mut div: $uX = div << shl; localVariable
165 let mut div: $uX = (div << shl); localVariable
238 let mut div: $uX = (div << shl); localVariable
343 let div: $uX = div.wrapping_sub(1); localVariable
372 let mut div: $uX = div << shl; localVariable
402 let mut div: $uX = (div << shl); localVariable
459 let mut div: $uX = (div << shl); localVariable
499 let mut div: $uX = (div << shl); localVariable
525 let div: $uX = div.wrapping_sub(1); localVariable
H A Ddelegate.rs77 let mut div: $uD = div << shl; localVariable
135 let mut div: $uD = div << (n - 1); localVariable
167 let mut div: $uD = div << shl; localVariable
225 let mut div: u128 = div << shl; localVariable
272 let mut div: u128 = div << (64 - 1); localVariable
300 let mut div: u128 = div << shl; localVariable
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_intdiv.cpp28 const Eigen::internal::TensorIntDivisor<int32_t, false> div(i); in test_signed_32bit() local
39 const Eigen::internal::TensorIntDivisor<int32_t, true> div(i); in test_signed_32bit() local
53 const Eigen::internal::TensorIntDivisor<uint32_t> div(i); in test_unsigned_32bit() local
67 const Eigen::internal::TensorIntDivisor<int64_t> div(i); in test_signed_64bit() local
81 const Eigen::internal::TensorIntDivisor<uint64_t> div(i); in test_unsigned_64bit() local
93 int32_t div = (1 << expon); in test_powers_32bit() local
112 int64_t div = (1ull << expon); in test_powers_64bit() local
130 int64_t div = 209715200; in test_specific() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DElementTest.java103 Element div = doc.getElementById("div1"); in testGetElementById() local
279 Element div = doc.expectFirst("div"); in testFirstAndLastSiblings() local
453 Element div = doc.select("div").first(); in testClassUpdates() local
535 Element div = doc.select("div").first(); in testNotPretty() local
609 Element div = doc.getElementById("1").text("Gone"); in testSetText() local
617 Element div = doc.getElementById("1"); in testAddNewElement() local
633 Element div = new Element(Tag.valueOf("div"), ""); in testAddBooleanAttribute() local
677 Element div = doc.getElementById("1"); in testPrependElement() local
686 Element div = doc.getElementById("1"); in testAddNewText() local
695 Element div = doc.getElementById("1"); in testPrependText() local
[all …]
H A DTextNodeTest.java54 Element div = doc.select("div").first(); in testSplitText() local
66 Element div = doc.select("div").first(); in testSplitAnEmbolden() local
76 Element div = doc.expectFirst("div"); in testSplitTextValidation() local
95 Element div = doc.select("div").first(); in testLeadNodesHaveNoChildren() local
H A DNodeTest.java216 Element div = doc.select("div").get(0); in beforeShuffle() local
247 Element div = doc.select("div").get(0); in afterShuffle() local
403 Element div = doc.selectFirst("div"); in clonedNodesHaveOwnerDocsAndIndependentSettings() local
425 Element div = doc.selectFirst("div"); in firstAndLastChild() local
455 Element div = new Element("DIV"); in nodeName() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Ddivision.rs17 fn div(self, other: &BigInt) -> BigInt { in div() method
41 fn div(self, other: u32) -> BigInt { in div() method
60 fn div(self, other: BigInt) -> BigInt { in div() method
69 fn div(self, other: u64) -> BigInt { in div() method
88 fn div(self, other: BigInt) -> BigInt { in div() method
97 fn div(self, other: u128) -> BigInt { in div() method
116 fn div(self, other: BigInt) -> BigInt { in div() method
129 fn div(self, other: i32) -> BigInt { in div() method
154 fn div(self, other: BigInt) -> BigInt { in div() method
166 fn div(self, other: i64) -> BigInt { in div() method
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
Ddiv.example.cpp7 namespace generated_tests::div { namespace
74 namespace generated_tests::div { namespace
209 namespace generated_tests::div { namespace
276 namespace generated_tests::div { namespace
411 namespace generated_tests::div { namespace
478 namespace generated_tests::div { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Ddivision.rs311 fn div(self, other: BigUint) -> BigUint { in div() method
321 fn div(self, other: &BigUint) -> BigUint { in div() method
343 fn div(self, other: u32) -> BigUint { in div() method
359 fn div(self, other: BigUint) -> BigUint { in div() method
372 fn div(self, other: u64) -> BigUint { in div() method
391 fn div(self, other: BigUint) -> BigUint { in div() method
402 fn div(self, other: BigUint) -> BigUint { in div() method
415 fn div(self, other: u128) -> BigUint { in div() method
433 fn div(self, other: BigUint) -> BigUint { in div() method
450 fn div(self, other: BigUint) -> BigUint { in div() method
/aosp_15_r20/external/pytorch/test/cpp/aoti_abi_check/
H A Dtest_dtype.cpp21 c10::BFloat16 div = 0.5f; in TEST() local
35 c10::Float8_e4m3fn div = 0.5f; in TEST() local
49 c10::Float8_e4m3fnuz div = 0.5f; in TEST() local
63 c10::Float8_e5m2 div = 0.5f; in TEST() local
77 c10::Float8_e5m2fnuz div = 0.5f; in TEST() local
91 c10::Half div = 0.5f; in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
DarithBoundary_test.go9 add, sub, mul, div, mod uint64 member
13 add, sub, mul, div, mod int64 member
17 add, sub, mul, div, mod uint32 member
21 add, sub, mul, div, mod int32 member
25 add, sub, mul, div, mod uint16 member
29 add, sub, mul, div, mod int16 member
33 add, sub, mul, div, mod uint8 member
37 add, sub, mul, div, mod int8 member
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DByte2.java201 public void div(Byte2 a) { in div() method in Byte2
213 public static Byte2 div(Byte2 a, Byte2 b) { in div() method in Byte2
226 public void div(byte value) { in div() method in Byte2
238 public static Byte2 div(Byte2 a, byte b) { in div() method in Byte2
H A DDouble2.java201 public void div(Double2 value) { in div() method in Double2
213 public static Double2 div(Double2 a, Double2 b) { in div() method in Double2
226 public void div(double value) { in div() method in Double2
238 public static Double2 div(Double2 a, double b) { in div() method in Double2
H A DFloat2.java200 public void div(Float2 value) { in div() method in Float2
212 public static Float2 div(Float2 a, Float2 b) { in div() method in Float2
225 public void div(float value) { in div() method in Float2
237 public static Float2 div(Float2 a, float b) { in div() method in Float2
H A DByte4.java230 public void div(Byte4 a) { in div() method in Byte4
244 public static Byte4 div(Byte4 a, Byte4 b) { in div() method in Byte4
259 public void div(byte value) { in div() method in Byte4
273 public static Byte4 div(Byte4 a, byte b) { in div() method in Byte4
H A DFloat4.java230 public void div(Float4 value) { in div() method in Float4
242 public void div(float value) { in div() method in Float4
256 public static Float4 div(Float4 a, float b) { in div() method in Float4
273 public static Float4 div(Float4 a, Float4 b) { in div() method in Float4
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/
H A Dclock.c224 unsigned int src, div, sub_div; in clock_get_periph_rate() local
317 unsigned long div; in get_arm_clk() local
350 void set_mmc_clk(int dev_index, unsigned int div) in set_mmc_clk()
639 unsigned int div; in clock_set_i2s_clk_prescaler() local

12345678910>>...53