/third_party/python/Lib/test/ |
H A D | test_abstract_numbers.py | 6 from numbers import Complex, Real, Rational, Integral namespace 22 self.assertTrue(issubclass(float, Real)) 30 self.assertFalse(issubclass(complex, Real))
|
H A D | test_decimal.py | 2544 self.assertFalse(issubclass(Decimal, numbers.Real)) 2546 self.assertNotIsInstance(Decimal(0), numbers.Real)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | unionThisTypeInFunctions.js | 2 interface Real { 10 function test(r: Real | Fake) {
|
/third_party/python/Lib/ |
H A D | numbers.py | 10 __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 D | fractions.py | 313 elif isinstance(other, Real): 339 handle those instances before delegating to Real or 373 elif isinstance(a, numbers.Real):
|
H A D | statistics.py | 288 """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 D | testmock.py | 615 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 D | vktPostmortemDeviceFaultTests.cpp | 61 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 D | vktPostmortemDeviceFaultTests.cpp | 61 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 D | MCAsmMacro.h | 35 // Real values. 36 Real, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 50 case AsmToken::Real: in dump()
|
H A D | AsmLexer.cpp | 86 return AsmToken(AsmToken::Real, in LexFloatLiteral() 134 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexHexFloatLiteral()
|
H A D | AsmParser.cpp | 1214 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 D | type_checkers.py | 282 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 D | WebAssemblyAsmParser.cpp | 561 } 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 D | AVRAsmParser.cpp | 529 case AsmToken::Real: in parseOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1375 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 D | X86AsmParser.cpp | 1516 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 D | AArch64AsmParser.cpp | 2561 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 D | HexagonAsmParser.cpp | 979 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 D | AMDGPUAsmParser.cpp | 2346 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 D | ARMAsmParser.cpp | 5948 if (Tok.is(AsmToken::Real) && isVmovf) { in parseFPImm()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 6664 % Real tab expansion.
|