| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_intdiv.cpp | 28 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/ |
| D | division.rs | 17 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/rust/crates/num-bigint/src/biguint/ |
| D | division.rs | 311 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/arm-trusted-firmware/drivers/delay_timer/ |
| D | generic_delay_timer.c | 32 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/ |
| D | stdlib.h | 116 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/libyuv/files/unit_test/ |
| D | math_test.cc | 29 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/buildtools/third_party/libc++/trunk/include/ |
| D | stdlib.h | 150 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() function 154 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, in div() function
|
| /external/arm-trusted-firmware/drivers/nxp/timer/ |
| D | nxp_timer.c | 60 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/angle/third_party/vulkan-deps/spirv-tools/src/source/lint/ |
| D | lint_divergent_derivatives.cpp | 94 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow() 148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/lint/ |
| D | lint_divergent_derivatives.cpp | 94 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow() 148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
|
| /external/deqp-deps/SPIRV-Tools/source/lint/ |
| D | lint_divergent_derivatives.cpp | 95 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/ |
| D | ReportPage.java | 133 private void breadcrumb(final HTMLElement div, in breadcrumb() 140 final HTMLElement div, final ReportOutputFolder base) in breadcrumbParent()
|
| /external/clang/test/SemaCXX/ |
| D | warn-div-or-rem-by-zero.cpp | 5 void div() { in div() function
|
| /external/musl/src/stdlib/ |
| D | div.c | 3 div_t div(int num, int den) in div() function
|
| /external/tremolo/Tremolo/ |
| D | res012.c | 167 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/clang/tools/scan-build-py/tests/functional/src/ |
| D | emit-one.c | 3 int div(int numerator, int denominator) in div() function
|
| /external/libphonenumber/demo/src/main/webapp/stylesheets/ |
| D | main.css | 24 div { selector
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | util.h | 28 const T div = static_cast<T>(divisor); in DivideRoundUp() local
|
| /external/skia/src/core/ |
| D | SkUnPreMultiply.cpp | 73 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable() local
|
| /external/libgsm/src/ |
| D | add.c | 210 word div = 0; variable
|
| /external/arm-trusted-firmware/plat/socionext/uniphier/ |
| D | uniphier_console_setup.c | 50 uint32_t div; in uniphier_console_get_base() local
|
| /external/aac/libFDK/src/ |
| D | fixpoint_math.cpp | 405 INT div = 0; in schur_div() local 454 FIXP_DBL div; in fDivNorm() local 528 FIXP_DBL div; in fDivNormSigned() local 567 FIXP_DBL div; in fDivNormHighPrec() local
|
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
| D | HTMLElement.java | 210 public HTMLElement div(final String classattr) throws IOException { in div() method in HTMLElement 211 final HTMLElement div = element("div"); in div() local
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | common_subgraph_elimination_test.cc | 72 Output div = ops::Div(s.WithOpName("div"), c1, c2); in TEST_F() local 107 Output div = ops::Div(s.WithOpName("div").WithControlDependencies( in TEST_F() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | defuser_test.cc | 128 auto div = builder.AddInstruction( in TEST_F() local 167 auto div = builder.AddInstruction( in TEST_F() local
|