Home
last modified time | relevance | path

Searched defs:Semantics (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/ptr_container/doc/
Dptr_list.rst65 Semantics chapter
Dptr_multiset_adapter.rst68 Semantics chapter
Dptr_set_adapter.rst72 Semantics chapter
Dptr_multimap_adapter.rst78 Semantics chapter
Dptr_deque.rst78 Semantics chapter
Dptr_map_adapter.rst83 Semantics chapter
Dassociative_ptr_container.rst87 Semantics chapter
Dptr_array.rst107 Semantics chapter
Dptr_vector.rst77 Semantics chapter
Dptr_sequence_adapter.rst138 Semantics chapter
Dreversible_ptr_container.rst163 Semantics chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h151 enum Semantics { enum
593 const fltSemantics *Semantics; variable
709 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
786 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout()
853 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat()
855 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat()
860 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat()
862 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h602 const fltSemantics *Semantics; variable
671 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
748 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout()
816 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat()
818 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat()
820 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat()
822 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
/third_party/glslang/gtests/
DTestFixture.h71 enum class Semantics { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp809 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local
820 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getQNaN() local
831 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getSNaN() local
842 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
891 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp773 const llvm::fltSemantics &Semantics = in toAPFloat() local
DAPFloat.cpp4490 APFloat::Storage::Storage(IEEEFloat F, const fltSemantics &Semantics) { in Storage()
4518 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3107 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue()
3151 const fltSemantics &Semantics) { in parseDirectiveRealValue()
4770 bool AsmParser::parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &Semantics) { in parseDirectiveRealDCB()