Home
last modified time | relevance | path

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

12345678910>>...12

/external/eigen/unsupported/test/
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
/external/rust/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 …]
/external/arm-trusted-firmware/drivers/delay_timer/
Dgeneric_delay_timer.c32 void generic_delay_timer_init_args(uint32_t mult, uint32_t div) in generic_delay_timer_init_args()
52 unsigned int div = plat_get_syscnt_freq2(); in generic_delay_timer_init() local
/external/trusty/arm-trusted-firmware/drivers/delay_timer/
Dgeneric_delay_timer.c32 void generic_delay_timer_init_args(uint32_t mult, uint32_t div) in generic_delay_timer_init_args()
52 unsigned int div = plat_get_syscnt_freq2(); in generic_delay_timer_init() local
/external/libcxx/include/
Dstdlib.h116 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(… in div() function
118 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(… in div() function
/external/jsoup/src/test/java/org/jsoup/nodes/
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
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 …]
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
/external/rust/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
/external/libyuv/unit_test/
Dmath_test.cc29 int div[1280]; in TEST_F() local
93 int div[1280]; in TEST_F() local
127 int div[1280]; in TEST_F() local
/external/cronet/third_party/libc++/src/include/
Dstdlib.h148 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() function
152 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, in div() function
/external/okio/okio/src/commonMain/kotlin/okio/
DPath.kt202 operator fun div(child: String): Path in div() method
211 operator fun div(child: ByteString): Path in div() method
220 operator fun div(child: Path): Path in div() method
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DPath.kt70 actual operator fun div(child: String): Path = commonResolve(child, normalize = false) in div() method in okio.Path
72 actual operator fun div(child: ByteString): Path = commonResolve(child, normalize = false) in div() method in okio.Path
74 actual operator fun div(child: Path): Path = commonResolve(child, normalize = false) in div() method in okio.Path
/external/trusty/arm-trusted-firmware/drivers/nxp/timer/
Dnxp_timer.c60 static void delay_timer_init_args(uint32_t mult, uint32_t div) in delay_timer_init_args()
81 unsigned int div; in delay_timer_init() local
/external/arm-trusted-firmware/drivers/nxp/timer/
Dnxp_timer.c60 static void delay_timer_init_args(uint32_t mult, uint32_t div) in delay_timer_init_args()
81 unsigned int div; in delay_timer_init() local
/external/okio/okio/src/jvmMain/kotlin/okio/
DPath.kt78 actual operator fun div(child: String): Path = commonResolve(child, normalize = false) in div() method in okio.Path
81 actual operator fun div(child: ByteString): Path = commonResolve(child, normalize = false) in div() method in okio.Path
84 actual operator fun div(child: Path): Path = commonResolve(child, normalize = false) in div() method in okio.Path
/external/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlint_divergent_derivatives.cpp94 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/external/angle/third_party/spirv-tools/src/source/lint/
Dlint_divergent_derivatives.cpp94 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/external/deqp-deps/SPIRV-Tools/source/lint/
Dlint_divergent_derivatives.cpp94 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DReportPage.java133 private void breadcrumb(final HTMLElement div, in breadcrumb()
140 final HTMLElement div, final ReportOutputFolder base) in breadcrumbParent()
/external/clang/test/SemaCXX/
Dwarn-div-or-rem-by-zero.cpp5 void div() { in div() function
/external/trusty/musl/src/stdlib/
Ddiv.c3 div_t div(int num, int den) in div() function
/external/musl/src/stdlib/
Ddiv.c3 div_t div(int num, int den) in div() function
/external/tremolo/Tremolo/
Dres012.c167 ogg_uint32_t div=partword[j][i+k]; in res_inverse() local
240 ogg_uint32_t div=partword[i+k]; in res_inverse() local
/external/libphonenumber/demo/src/main/webapp/stylesheets/
Dmain.css24 div { selector

12345678910>>...12