/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 30 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 151 enum Semantics { enum 170 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 171 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 251 /// semantics. 386 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 393 /// magnitude in the current semantics. 397 /// number in the given semantics. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 35 llvm_unreachable("Unexpected semantics"); \ 70 /* Represents floating point arithmetic semantics. */ 84 /* Number of bits actually used in the semantics. */ 89 // Returns true if any number described by this semantics can be precisely 90 // represented by the specified semantics. Does not take into account 109 /* The IBM double-double semantics. Such a number consists of a pair of IEEE 120 /* These are legacy semantics for the fallback, inaccrurate implementation of 132 Currently, these semantics are used in the following way: 143 semantics. */ 147 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 35 llvm_unreachable("Unexpected semantics"); \ 53 /* Represents floating point arithmetic semantics. */ 67 /* Number of bits actually used in the semantics. */ 78 /* The IBM double-double semantics. Such a number consists of a pair of IEEE 89 /* These are legacy semantics for the fallback, inaccrurate implementation of 101 Currently, these semantics are used in the following way: 112 semantics. */ 116 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics() 131 llvm_unreachable("Unrecognised floating semantics"); in EnumToSemantics() 134 APFloatBase::Semantics [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | APFloat.h | 30 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 151 enum Semantics { enum 196 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 197 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 287 /// semantics. 422 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 429 /// magnitude in the current semantics. 433 /// number in the given semantics. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | APFloat.h | 30 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 151 enum Semantics { enum 196 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 197 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 287 /// semantics. 422 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 429 /// magnitude in the current semantics. 433 /// number in the given semantics. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | APFloat.h | 30 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 151 enum Semantics { enum 196 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 197 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 287 /// semantics. 422 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 429 /// magnitude in the current semantics. 433 /// number in the given semantics. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | APFloat.h | 30 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 151 enum Semantics { enum 196 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 197 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 287 /// semantics. 422 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 429 /// magnitude in the current semantics. 433 /// number in the given semantics. [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/doc/ |
D | algorithm.qbk | 80 [heading Expression Semantics] 85 [*Semantics]: `e2 = e1` for each element `e1` in `src` and `e2` in `dest`. 119 [heading Expression Semantics] 124 [*Semantics]: `e2 = std::move(e1)` for each element `e1` in `src` and `e2` in `dest`. 164 [heading Expression Semantics] 170 [*Semantics]: Returns the return type of __copy__ for 2 sequences of types `Seq1` and `Seq2`. 200 [heading Expression Semantics] 206 [*Semantics]: Returns the return type of __move__ for 2 sequences of types `Seq1` and `Seq2`. 288 [heading Expression Semantics] 293 [*Semantics]: Equivalent to [^f(... f(f(initial_state,[arg_id][I0]),[arg_id][I1]) ...[arg_id][IN])]… [all …]
|
D | container.qbk | 120 [heading Expression Semantics] 122 Semantics of an expression is defined only where it differs from, or is not 126 [[Expression] [Semantics]] 185 [heading Expression Semantics] 187 Semantics of an expression is defined only where it differs from, or is not 191 [[Expression] [Semantics]] 274 [heading Expression Semantics] 276 Semantics of an expression is defined only where it differs from, or is not 280 [[Expression] [Semantics]] 361 [heading Expression Semantics] [all …]
|
D | sequence.qbk | 96 [heading Expression Semantics] 99 [[Expression] [Semantics]] 183 [heading Expression Semantics] 185 The semantics of an expression are defined only where they differ from, or 189 [[Expression] [Semantics]] 270 [heading Expression Semantics] 272 The semantics of an expression are defined only where they differ from, or 276 [[Expression] [Semantics]] 344 [heading Expression Semantics] 347 [[Expression] [Semantics]] [all …]
|
D | iterator.qbk | 69 [heading Expression Semantics] 71 [[Expression] [Semantics]] 142 [heading Expression Semantics] 143 The semantics of an expression are defined only where they differ from, or are not defined 147 [[Expression] [Semantics]] 221 An Associative Iterator provides additional semantics to obtain the properties 288 [heading Expression Semantics] 293 [*Semantics]: Dereferences the iterator `i`. 326 [heading Expression Semantics] 331 [*Semantics]: Returns an iterator to the next element after `i`. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 30 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 151 enum Semantics { enum 160 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 161 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 236 /// semantics. 371 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 378 /// magnitude in the current semantics. 382 /// magnitude in the current semantics. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APFloat.h | 67 /// full extended precision). Adding a new format that obeys IEEE semantics 136 /// \name Floating Point Semantics. 207 /// semantics. 388 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 395 /// magnitude in the current semantics. 399 /// magnitude in the current semantics. 476 /// semantics. 567 /// The semantics that this value obeys. 568 const fltSemantics *semantics; variable 597 // The interface and layout is designed for arbitray underlying semantics, [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
H A D | tf_saved_model_ops_invalid.mlir | 3 module attributes {tf_saved_model.semantics} { 14 module attributes {tf_saved_model.semantics} { 27 module attributes {tf_saved_model.semantics} { 40 ….exported_names' must be on an op whose immediate parent has attribute 'tf_saved_model.semantics'}} 47 module attributes {tf_saved_model.semantics} { 58 module attributes {tf_saved_model.semantics} { 69 module attributes {tf_saved_model.semantics} { 85 // expected-error@+1 {{'tf_saved_model.semantics' must be on a module op}} 86 "some_dialect.some_op"() {tf_saved_model.semantics} : () -> () 95 module attributes {tf_saved_model.semantics} { [all …]
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APFloat.cpp | 43 /* Represents floating point arithmetic semantics. */ 57 /* Number of bits actually used in the semantics. */ 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 =() [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_barriers_test.cpp | 326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F() 493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_barriers_test.cpp | 326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F() 493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_barriers_test.cpp | 326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F() 493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() [all …]
|
D | val_atomics_test.cpp | 823 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 838 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 853 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 868 HasSubstr("AtomicLoad: Vulkan specification requires Memory Semantics to " in TEST_F() 1041 HasSubstr("AtomicLoad: expected Memory Semantics to be a 32-bit int")); in TEST_F() 1085 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1100 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1115 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1130 HasSubstr("AtomicStore: Vulkan specification requires Memory Semantics " in TEST_F() 1206 HasSubstr("AtomicStore: expected Memory Semantics to be a 32-bit int")); in TEST_F() [all …]
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | peer_connection_header_extension_unittest.cc | 78 absl::optional<SdpSemantics> semantics) { in CreatePeerConnection() argument 106 if (semantics) in CreatePeerConnection() 107 config.sdp_semantics = *semantics; in CreatePeerConnection() 125 SdpSemantics semantics; in TEST_P() local 126 std::tie(media_type, semantics) = GetParam(); in TEST_P() 127 if (semantics != SdpSemantics::kUnifiedPlan) in TEST_P() 130 CreatePeerConnection(media_type, semantics); in TEST_P() 138 SdpSemantics semantics; in TEST_P() local 139 std::tie(media_type, semantics) = GetParam(); in TEST_P() 141 CreatePeerConnection(media_type, semantics); in TEST_P() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/common/ |
H A D | py_executable.bzl | 60 ":semantics.bzl", 143 def py_executable_base_impl(ctx, *, semantics, is_test, inherited_environment = []): 147 semantics object. 151 semantics: BinarySemantics struct; see create_binary_semantics_struct() 164 precompile_result = semantics.maybe_precompile(ctx, direct_sources) 177 imports = collect_imports(ctx, semantics) 179 runtime_details = _get_runtime_details(ctx, semantics) 181 extra_deps = semantics.get_coverage_deps(ctx, runtime_details) 188 extra_deps.extend(semantics.get_debugger_deps(ctx, runtime_details)) 190 cc_details = semantics.get_cc_details_for_binary(ctx, extra_deps = extra_deps) [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_memory_semantics.cpp | 38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 53 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics() 68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 78 "semantics cannot be used with " in ValidateMemorySemantics() 86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics() 116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory_semantics.cpp | 38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 53 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics() 68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 78 "semantics cannot be used with " in ValidateMemorySemantics() 86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics() 116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics() [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_memory_semantics.cpp | 38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 53 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics() 68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 78 "semantics cannot be used with " in ValidateMemorySemantics() 86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics() 116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/doc/reference/ |
D | RandomAccessIterator.xml | 109 <semantics>Equivalent to applying <code>i++</code> <code>n</code> times 112 operation if <code>n</code> is zero.</semantics> 125 <semantics>Equivalent to applying <code>i++</code> <code>n</code> times 128 operation if <code>n</code> is zero.</semantics> 141 <semantics>Equivalent to <code>i+=(-n)</code></semantics> 154 <semantics>Equivalent to <code>i+=(-n)</code></semantics> 165 <semantics>Equivalent to <code>{Iter j = i; j += n; return j;}</code></semantics> 176 <semantics>Equivalent to <code>{Iter j = i; j += n; return j;}</code></semantics> 187 <semantics>Equivalent to <code>i + n</code></semantics> 198 <semantics>Equivalent to <code>i + n</code></semantics> [all …]
|