Searched refs:FloatOperation (Results 1 - 6 of 6) sorted by relevance

/external/gemmlowp/meta/
H A Dlegacy_operations_common.h37 class FloatOperation { class
39 FloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, function in class:FloatOperation
H A Dlegacy_multi_thread_gemv.h53 class GemvFloatOperation : public FloatOperation {
57 : FloatOperation(lhs_offset, rhs_offset, result_offset) {}
H A Dlegacy_multi_thread_gemm.h91 class GemmFloatOperation : public FloatOperation {
95 : FloatOperation(lhs_offset, rhs_offset, result_offset) {}
/external/python/cpython3/Lib/test/
H A Dtest_decimal.py73 C.FloatOperation] if C else None,
76 P.FloatOperation]
2749 FloatOperation = decimal.FloatOperation
2761 self.assertTrue(issubclass(FloatOperation, DecimalException))
2762 self.assertTrue(issubclass(FloatOperation, TypeError))
3778 FloatOperation = self.decimal.FloatOperation
3783 self.assertFalse(c.traps[FloatOperation])
3788 self.assertTrue(c.flags[FloatOperation])
[all...]
/external/python/cpython3/Modules/_decimal/tests/
H A Ddeccheck.py157 C.FloatOperation: P.FloatOperation,
300 if maxcontext.flags[P.FloatOperation]:
301 context.p.flags[P.FloatOperation] = True
/external/python/cpython3/Lib/
H A D_pydecimal.py128 'FloatOperation',
402 class FloatOperation(DecimalException, TypeError): class in inherits:DecimalException, TypeError
409 FloatOperation in the context flags. Explicit conversions with
414 conversions are silent. All other mixed operations raise FloatOperation.
419 Underflow, InvalidOperation, Subnormal, FloatOperation]
702 context._raise_error(FloatOperation,
6100 context.flags[FloatOperation] = 1
6102 context._raise_error(FloatOperation,

Completed in 432 milliseconds