Searched defs:_mul (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython2/Lib/ |
| D | fractions.py | 403 def _mul(a, b): member in Fraction
|
| /external/python/cpython3/Lib/ |
| D | fractions.py | 483 def _mul(a, b): member in Fraction
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringX8664.h | 607 void _mul(Variable *Dest, Variable *Src0, Operand *Src1) { in _mul() function
|
| D | IceTargetLoweringX8632.h | 613 void _mul(Variable *Dest, Variable *Src0, Operand *Src1) { in _mul() function
|
| D | IceTargetLoweringMIPS32.h | 458 void _mul(Variable *Dest, Variable *Src0, Variable *Src1) { in _mul() function
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | math_ops.py | 536 def _mul(x, y, name=None): function
|