/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 119 assertArithmeticOK(const llvm::fltSemantics &semantics) { in assertArithmeticOK() argument 120 assert(semantics.arithmeticOK && in assertArithmeticOK() 591 semantics = ourSemantics; in initialize() 607 assert(semantics == rhs.semantics); in assign() 647 unsigned bitsToPreserve = semantics->precision - 1; in makeNaN() 655 unsigned QNaNBit = semantics->precision - 2; in makeNaN() 674 if (semantics == &APFloat::x87DoubleExtended) in makeNaN() 689 if (semantics != rhs.semantics) { in operator =() 691 initialize(rhs.semantics); in operator =() 703 if (semantics != rhs.semantics || in bitwiseIsEqual() [all …]
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 585 semantics = ourSemantics; in initialize() 601 assert(semantics == rhs.semantics); in assign() 639 unsigned bitsToPreserve = semantics->precision - 1; in makeNaN() 647 unsigned QNaNBit = semantics->precision - 2; in makeNaN() 666 if (semantics == &APFloat::x87DoubleExtended) in makeNaN() 681 if (semantics != rhs.semantics) { in operator =() 683 initialize(rhs.semantics); in operator =() 695 semantics = rhs.semantics; in operator =() 701 rhs.semantics = &Bogus; in operator =() 707 return isFiniteNonZero() && (exponent == semantics->minExponent) && in isDenormal() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 155 unsigned int APFloatBase::semanticsPrecision(const fltSemantics &semantics) { in semanticsPrecision() argument 156 return semantics.precision; in semanticsPrecision() 159 APFloatBase::semanticsMaxExponent(const fltSemantics &semantics) { in semanticsMaxExponent() argument 160 return semantics.maxExponent; in semanticsMaxExponent() 163 APFloatBase::semanticsMinExponent(const fltSemantics &semantics) { in semanticsMinExponent() argument 164 return semantics.minExponent; in semanticsMinExponent() 166 unsigned int APFloatBase::semanticsSizeInBits(const fltSemantics &semantics) { in semanticsSizeInBits() argument 167 return semantics.sizeInBits; in semanticsSizeInBits() 657 semantics = ourSemantics; in initialize() 669 assert(semantics == rhs.semantics); in assign() [all …]
|
/external/webrtc/talk/media/base/ |
D | streamparams.h | 62 : semantics(usage), ssrcs(ssrcs) {} in SsrcGroup() 65 return (semantics == other.semantics && ssrcs == other.ssrcs); 71 bool has_semantics(const std::string& semantics) const; 75 std::string semantics; // e.g FIX, FEC, SIM. member 117 bool has_ssrc_group(const std::string& semantics) const { in has_ssrc_group() 118 return (get_ssrc_group(semantics) != NULL); in has_ssrc_group() 120 const SsrcGroup* get_ssrc_group(const std::string& semantics) const { in get_ssrc_group() 123 if (it->has_semantics(semantics)) { in get_ssrc_group() 170 bool AddSecondarySsrc(const std::string& semantics, 173 bool GetSecondarySsrc(const std::string& semantics,
|
D | streamparams.cc | 118 return (semantics == semantics_in && ssrcs.size() > 0); in has_semantics() 124 ost << "semantics:" << semantics << ";"; in ToString() 185 bool StreamParams::AddSecondarySsrc(const std::string& semantics, in AddSecondarySsrc() argument 196 SsrcGroup ssrc_group = SsrcGroup(semantics, ssrc_vector); in AddSecondarySsrc() 201 bool StreamParams::GetSecondarySsrc(const std::string& semantics, in GetSecondarySsrc() argument 206 if (it->has_semantics(semantics) && in GetSecondarySsrc() 251 if (group.semantics.compare(kFidSsrcGroupSemantics) != 0 || in IsSimulcastStream()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 388 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 568 const fltSemantics *semantics; variable 660 const fltSemantics *semantics; member 684 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage() 688 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage() 696 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 700 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 708 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 712 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 720 if (usesLayout<IEEEFloat>(*semantics) && [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 355 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 542 const fltSemantics *semantics; variable 681 const fltSemantics *semantics; member 705 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage() 709 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage() 717 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 721 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 729 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 733 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 741 if (usesLayout<IEEEFloat>(*semantics) && [all …]
|
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 430 Semantics semantics, 447 EShMessages controls = DeriveOptions(source, semantics, target); 466 Semantics semantics, 479 EShMessages controls = DeriveOptions(source, semantics, target); 494 Semantics semantics, 506 const EShMessages controls = DeriveOptions(source, semantics, target); 521 Semantics semantics, in loadFileCompileIoMapAndCheck() argument 540 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileIoMapAndCheck() 558 Semantics semantics, 571 const EShMessages controls = DeriveOptions(source, semantics, target); [all …]
|
D | TestFixture.cpp | 87 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() argument 113 switch (semantics) { in DeriveOptions()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.memoryScopeSemantics_Error.comp.out | 5 ERROR: 0:18: 'atomicStore' : Invalid semantics value 6 ERROR: 0:19: 'imageAtomicLoad' : Invalid storage class semantics value 8 ERROR: 0:21: 'memoryBarrier' : Storage class semantics must not be zero
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TruncateDiv.pbtxt | 6 toward zero. I.e. -7 / 5 = -1. This matches C semantics but it is different 7 than Python semantics. See `FloorDiv` for a division function that matches
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PthreadLockChecker.cpp | 67 bool isTryLock, enum LockingSemantics semantics) const; 126 enum LockingSemantics semantics) const { in AcquireLock() 163 switch (semantics) { in AcquireLock() 176 } else if (semantics == PthreadSemantics) { in AcquireLock() 183 assert((semantics == XNUSemantics) && "Unknown locking semantics"); in AcquireLock()
|
/external/webrtc/webrtc/p2p/base/ |
D | sessiondescription.h | 59 explicit ContentGroup(const std::string& semantics) : in ContentGroup() argument 60 semantics_(semantics) {} in ContentGroup() 62 const std::string& semantics() const { return semantics_; } in semantics() function
|
D | sessiondescription.cc | 192 if (iter->semantics() == name) { in RemoveGroupByName() 202 if (iter->semantics() == name) { in HasGroup() 213 if (iter->semantics() == name) { in GetGroupByName()
|
/external/python/cpython2/Doc/reference/ |
D | index.rst | 7 This reference manual describes the syntax and "core semantics" of the 8 language. It is terse, but attempts to be exact and complete. The semantics of
|
/external/python/cpython3/Doc/reference/ |
D | index.rst | 7 This reference manual describes the syntax and "core semantics" of the 8 language. It is terse, but attempts to be exact and complete. The semantics of
|
/external/selinux/secilc/docs/ |
D | cil_introduction.md | 17 * Be an intermediate language - provide rich semantics needed for cross-language interaction but no… 21 …hide the kernel policy. CIL should allow additional high-level language semantics but should not a… 57 …semantics as they currently do, CIL simply uses a different syntax for declaring and referencing t… 59 …semantics it is important to note that there are currently three separate policy languages in comm…
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 16 * This is wrong from the semantics point of view, since it is an ordered 81 runtime which implements these new semantics. 247 ARC's semantics and restrictions. 273 varied transfer semantics. 288 Retain count semantics 309 :arc-term:`high-level semantics` is an intentionally vague term; the intent is 322 semantics to a computation history in which these sends are removed. Note that 333 When the semantics call for performing one of these operations on a retainable 336 All of the semantics described in this document are subject to additional 339 semantics describe the high-level behaviors that the compiler implements, not [all …]
|
/external/python/cpython2/Doc/library/ |
D | intro.rst | 12 defines the form of literals and places some constraints on their semantics, but 13 does not fully define the semantics. (On the other hand, the language core does 19 the core semantics and are only described here.
|
/external/python/cpython3/Doc/library/ |
D | intro.rst | 11 defines the form of literals and places some constraints on their semantics, but 12 does not fully define the semantics. (On the other hand, the language core does 18 the core semantics and are only described here.
|
/external/u-boot/doc/ |
D | README.mxsimage | 23 Each configuration file uses very simple instruction semantics and a few 25 These semantics and rules will be outlined now. 32 - The "SECTION" instruction has the following semantics: 44 - The "TAG" instruction has the following semantics: 100 - The DCD block has the following semantics:
|
/external/v8/tools/clang/traffic_annotation_extractor/tests/ |
D | test-expected.txt | 9 semantics { 35 semantics {
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 21 an object, etc...) and more closely matches Java semantics. The 22 pointer type would be kept for C++ like semantics. Through analysis,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 21 an object, etc...) and more closely matches Java semantics. The 22 pointer type would be kept for C++ like semantics. Through analysis,
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 21 an object, etc...) and more closely matches Java semantics. The 22 pointer type would be kept for C++ like semantics. Through analysis,
|