Home
last modified time | relevance | path

Searched refs:Real (Results 1 - 23 of 23) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_abstract_numbers.py6 from numbers import Complex, Real, Rational, Integral namespace
22 self.assertTrue(issubclass(float, Real))
30 self.assertFalse(issubclass(complex, Real))
H A Dtest_decimal.py2544 self.assertFalse(issubclass(Decimal, numbers.Real))
2546 self.assertNotIsInstance(Decimal(0), numbers.Real)
/third_party/typescript/tests/baselines/reference/
H A DunionThisTypeInFunctions.js2 interface Real {
10 function test(r: Real | Fake) {
/third_party/python/Lib/
H A Dnumbers.py10 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
26 ## Decimal has all of the methods specified by the Real abc, but it should
27 ## not be registered as a Real because decimals do not interoperate with
58 This should subclass Real.
67 This should subclass Real.
131 """Returns the Real distance from 0. Called for abs(self)."""
147 class Real(Complex): class
148 """To Complex, Real adds the operations that work on real numbers.
153 Real also provides defaults for the derived operations.
160 """Any Real ca
[all...]
H A Dfractions.py313 elif isinstance(other, Real):
339 handle those instances before delegating to Real or
373 elif isinstance(a, numbers.Real):
H A Dstatistics.py288 """Return Real number x to exact (numerator, denominator) pair.
524 if isinstance(x, (numbers.Real, Decimal)):
825 data should be an iterable of Real-valued numbers, with at least two
869 data should be a sequence or iterable of Real-valued numbers, with at least one
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py615 class Real(object): class
618 real = Real()
635 class Real(object): class
638 real = Real()
646 Real.attribute.frog.assert_called_with(1, 2, fish=3)
647 self.assertEqual(result, Real.attribute.frog())
651 class Real(object): class
655 real = Real()
665 class Real(object): class
668 real = Real()
678 class Real(object): global() class
689 class Real(object): global() class
702 class Real(object): global() class
714 class Real(object): global() class
729 class Real(object): global() class
741 class Real(object): global() class
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp61 Real, member in vkt::postmortem::__anon28286::TestType
351 const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstanceInterface() : fakeContext.getInstanceInterface(); in checkSupport()
355 if (m_params.type == TestType::Real) in checkSupport()
478 } const types[] = { { TestType::Real, "real" }, { TestType::Fake, "fake" }, { TestType::CustomDevice, "custom_device" } }; in createDeviceFaultTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp61 Real, member in vkt::postmortem::__anon29499::TestType
351 const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstanceInterface() : fakeContext.getInstanceInterface(); in checkSupport()
355 if (m_params.type == TestType::Real) in checkSupport()
478 } const types[] = { { TestType::Real, "real" }, { TestType::Fake, "fake" }, { TestType::CustomDevice, "custom_device" } }; in createDeviceFaultTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmMacro.h35 // Real values.
36 Real, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp50 case AsmToken::Real: in dump()
H A DAsmLexer.cpp86 return AsmToken(AsmToken::Real, in LexFloatLiteral()
134 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexHexFloatLiteral()
H A DAsmParser.cpp1214 case AsmToken::Real: { in parsePrimaryExpr()
3119 if (Lexer.isNot(AsmToken::Integer) && Lexer.isNot(AsmToken::Real) && in parseRealValue()
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py282 if not isinstance(proposed_value, numbers.Real):
283 message = ('%.1024r has type %s, but expected one of: numbers.Real' %
306 0.0, float, numbers.Real),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp561 } else if(Lexer.is(AsmToken::Real)) {
575 case AsmToken::Real: {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp529 case AsmToken::Real: in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1375 Value *Real, *Imag;
1379 Real = B.CreateExtractValue(Op, 0, "real");
1383 Real = CI->getArgOperand(0);
1387 Value *RealReal = B.CreateFMul(Real, Real);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1516 case AsmToken::Real: in ParseIntelExpression()
1790 if (Tok.is(AsmToken::Real)) { in ParseIntelDotOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2561 if (!Tok.is(AsmToken::Real) && !Tok.is(AsmToken::Integer)) { in tryParseFPImm()
3624 case AsmToken::Real: in parseOperand()
3635 // We need to consume this token only when we have a Real, otherwise in parseOperand()
3637 if (Parser.getLexer().peekTok().is(AsmToken::Real)) in parseOperand()
3641 // The only Real that should come through here is a literal #0.0 for in parseOperand()
3645 if (Tok.is(AsmToken::Real)) { in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp979 Lexer.is(AsmToken::Integer) || Lexer.is(AsmToken::Real) || in ParseRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2346 bool IsReal = Tok.is(AsmToken::Real); in parseImm()
2350 if (!IsReal && Tok.is(AsmToken::Minus) && NextTok.is(AsmToken::Real)) { in parseImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5948 if (Tok.is(AsmToken::Real) && isVmovf) { in parseFPImm()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex6664 % Real tab expansion.

Completed in 89 milliseconds