Searched refs:_mul (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/ |
D | fractions.py | 403 def _mul(a, b): member in Fraction 407 __mul__, __rmul__ = _operator_fallbacks(_mul, operator.mul)
|
/external/python/cpython3/Lib/ |
D | fractions.py | 417 def _mul(a, b): member in Fraction 421 __mul__, __rmul__ = _operator_fallbacks(_mul, operator.mul)
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 309 def _mul(x, y, name=None): function 313 _mul.__doc__ = ( 314 gen_math_ops.mul.__doc__ + ("" if _mul.__doc__ is None else _mul.__doc__))
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 458 void _mul(Variable *Dest, Variable *Src0, Variable *Src1) { in _mul() function
|
D | IceTargetLoweringARM32.h | 718 void _mul(Variable *Dest, Variable *Src0, Variable *Src1,
|
D | IceTargetLoweringX86Base.h | 758 void _mul(Variable *Dest, Variable *Src0, Operand *Src1) { in _mul() function
|
D | IceTargetLoweringMIPS32.cpp | 2561 _mul(TM1, Src0HiR, Src1LoR); in lowerInt64Arithmetic() 2562 _mul(TM2, Src0LoR, Src1HiR); in lowerInt64Arithmetic() 2878 _mul(T, Src0R, Src1R); in lowerArithmetic()
|
D | IceTargetLoweringARM32.cpp | 2693 _mul(T_Acc, Src0RLo, Src1RHi); in lowerInt64Arithmetic() 3426 _mul(T, Src0R, Src1R); in lowerArithmetic()
|
D | IceTargetLoweringX86BaseImpl.h | 2040 _mul(T_4Lo, T_3, Src1Lo);
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 893 Output TYPE##_mul = \ in TEST_F() 895 Output TYPE##_id = ops::Identity(s.WithOpName(#TYPE "_id"), TYPE##_mul) in TEST_F()
|