Home
last modified time | relevance | path

Searched defs:Real (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/thisType/
DunionThisTypeInFunctions.ts1 interface Real { interface
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py607 class Real(object): class
627 class Real(object): class
643 class Real(object): class
657 class Real(object): class
670 class Real(object): class
681 class Real(object): class
694 class Real(object): class
706 class Real(object): class
721 class Real(object): class
733 class Real(object): class
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dtypes.js14 Real: 9, // float property
/third_party/rust/crates/num-traits/src/
Dreal.rs17 pub trait Real: Num + Copy + NumCast + PartialOrd + Neg<Output = Self> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h36 Real, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemDeviceFaultTests.cpp61 Real, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
DvktPostmortemDeviceFaultTests.cpp61 Real, enumerator
/third_party/python/Lib/
Dnumbers.py147 class Real(Complex): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1375 Value *Real, *Imag; in optimizeCAbs() local