Home
last modified time | relevance | path

Searched defs:prod (Results 1 – 25 of 77) sorted by relevance

1234

/external/skia/src/core/
DSkMathPriv.h103 unsigned prod = a*b + 1; in SkMulDiv255Trunc() local
113 unsigned prod = a*b + 255; in SkMulDiv255Ceiling() local
119 static inline unsigned SkDiv255Round(unsigned prod) { in SkDiv255Round()
DSkMath.cpp52 size_t prod = tmp.mul(x, y); in Mul() local
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DPseudoRandom.h43 int64_t prod; in nextRandomInteger() local
/external/python/cpython2/Parser/
Dasdl_c.py273 def visitProduct(self, prod, name): argument
356 def visitProduct(self, prod, name): argument
446 def visitProduct(self, prod, name): argument
466 def visitFieldDeclaration(self, field, name, sum=None, prod=None, depth=0): argument
488 def visitField(self, field, name, sum=None, prod=None, depth=0): argument
560 def visitProduct(self, prod, name): argument
894 def visitProduct(self, prod, name): argument
952 def visitProduct(self, prod, name): argument
1051 def visitProduct(self, prod, name): argument
/external/python/cpython3/Parser/
Dasdl_c.py332 def visitProduct(self, prod, name): argument
417 def visitProduct(self, prod, name): argument
515 def visitProduct(self, prod, name): argument
540 def visitFieldDeclaration(self, field, name, sum=None, prod=None, depth=0): argument
563 def visitField(self, field, name, sum=None, prod=None, depth=0): argument
640 def visitProduct(self, prod, name): argument
652 def visitProduct(self, prod, name): argument
1060 def visitProduct(self, prod, name): argument
1168 def visitProduct(self, prod, name): argument
1246 def visitProduct(self, prod, name): argument
/external/skia/include/core/
DSkMath.h42 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() local
/external/libgsm/src/
Dadd.c45 longword prod = (longword)a * (longword)b + 16384; variable
/external/eigen/test/
Dzerosized.cpp68 …Matrix<Scalar,Dynamic,Dynamic> prod = m.template block<MatrixType::RowsAtCompileTime,0>(0,0,rows,0… in zeroSizedMatrix() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
D3-1.c35 pthread_t prod, cons; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
D3-1.c56 pthread_t prod, cons; in main() local
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters_neon.c26 int64_t prod = 0; in WebRtcIsacfix_AutocorrNeon() local
Dfilters.c26 int64_t prod = 0; in WebRtcIsacfix_AutocorrC() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h54 int prod = 1; in BatchMatMul() local
145 int prod = 1; in BatchMatMul() local
299 int prod = 1; in BatchMatMul() local
/external/rust/crates/syn/src/
Dbigint.rs61 let prod = *digit * base + carry; in mul_assign() localVariable
/external/libbpf/src/
Dxsk.h189 static inline __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, __u32 *idx) in xsk_ring_prod__reserve()
200 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__submit()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_segment_op_test.py35 def prod(values): function
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dfnt.py57 def prod(F, E): function
/external/rust/crates/base64/tests/
Dtests.rs42 let mut prod = approx_values_per_byte as u64; in calculate_number_of_rounds() localVariable
/external/skia/src/opts/
DSkBlitRow_opts.h127 uint16x8_t prod = vmull_u8(x, y); in SkMulDiv255Round_neon8() local
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
DTensorBuffer.java352 int prod = 1; in computeFlatSize() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DDhTest.java230 BigInteger prod = BigInteger.ONE; in smoothDivisor() local
/external/libopus/celt/tests/
Dtest_unit_mathops.c55 double prod; in testdiv() local
/external/eigen/bench/
Dproduct_threshold.cpp39 EIGEN_DONT_INLINE void prod(const Lhs& a, const Rhs& b, Res& c) in prod() function
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c96 double sum, prod; in WebRtcIsac_AutoCorr() local
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc135 CT prod = 1; in operator ()() local

1234