| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_vector_relational.hpp | 4 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> 6 /// @defgroup core_func_vector_relational Vector Relational Functions 9 /// Relational and equality operators (<, <=, >, >=, ==, !=) are defined to 31 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> 40 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> 49 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> 58 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> 67 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> 76 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> 85 …/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.7 Vector Relational Functions</a> [all …]
|
| /external/clang/test/SemaCXX/ |
| D | warn-unused-comparison.cpp | 22 x < 7; // expected-warning {{relational comparison result unused}} in test() 23 x > 7; // expected-warning {{relational comparison result unused}} in test() 24 x <= 7; // expected-warning {{relational comparison result unused}} in test() 25 x >= 7; // expected-warning {{relational comparison result unused}} in test() 37 a < b; // expected-warning {{relational comparison result unused}} in test() 38 a > b; // expected-warning {{relational comparison result unused}} in test() 39 a <= b; // expected-warning {{relational comparison result unused}} in test() 40 a >= b; // expected-warning {{relational comparison result unused}} in test() 121 cout < cin; // expected-warning {{relational comparison result unused}} in test()
|
| /external/clang/test/Sema/ |
| D | unused-expr.c | 10 VP < P; // expected-warning {{relational comparison result unused}} in bar() 14 A < foo(1, 2); // expected-warning {{relational comparison result unused}} in bar() 57 b < 1; // expected-warning{{relational comparison result unused}} in t4() 59 b < 2; // expected-warning{{relational comparison result unused}} in t4() 62 b < 3; // expected-warning{{relational comparison result unused}} in t4() 65 b < 4; // expected-warning{{relational comparison result unused}} in t4() 69 b < 5; // expected-warning{{relational comparison result unused}} in t4() 71 for (b < 1;;) {} // expected-warning{{relational comparison result unused}} in t4() 73 for (;;b < 1) {} // expected-warning{{relational comparison result unused}} in t4()
|
| /external/turbine/java/com/google/turbine/tree/ |
| D | TurbineOperatorKind.java | 40 LESS_THAN("<", Precedence.RELATIONAL), 41 GREATER_THAN(">", Precedence.RELATIONAL), 42 GREATER_THAN_EQ(">=", Precedence.RELATIONAL), 43 LESS_THAN_EQ("<=", Precedence.RELATIONAL), 44 INSTANCE_OF("instanceof", Precedence.RELATIONAL), 80 RELATIONAL(8), enumConstant
|
| /external/sdv/vsomeip/third_party/boost/optional/doc/ |
| D | 92_acknowledgments.qbk | 39 relational operators. 41 focused on the relational semantics of optional (originally undefined); 43 pointer so it shall have deep relational operators. 44 * Augustus Saunders also explored the different relational semantics between
|
| D | 11_development.qbk | 75 * [*deep-relational] semantics: comparisons between variants matches both 88 * [*deep-relational] semantics: comparisons between containers compare container 130 * [*Deep Relational Operations (when supported by the type T):] To compare 164 copy-construction, assignment, swap and relational operations. 240 particularly because the semantics of relational operators are different: 241 since `optional<T>` is a value-wrapper, relational operators are deep: they 242 compare optional values; but relational operators for pointers are shallow: 246 you cannot use relational operators directly, and must use the template
|
| D | 13_relational_operators.qbk | 2 [section Relational operators] 36 Mixed relational operators are the only case where the contained value of an optional object can be…
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
| D | SPIRVBuiltins.td | 38 def Relational : BuiltinGroup; 462 // Relational builtin records: 463 defm : DemangledNativeBuiltin<"isequal", OpenCL_std, Relational, 2, 2, OpFOrdEqual>; 464 defm : DemangledNativeBuiltin<"__spirv_FOrdEqual", OpenCL_std, Relational, 2, 2, OpFOrdEqual>; 465 defm : DemangledNativeBuiltin<"isnotequal", OpenCL_std, Relational, 2, 2, OpFUnordNotEqual>; 466 defm : DemangledNativeBuiltin<"__spirv_FUnordNotEqual", OpenCL_std, Relational, 2, 2, OpFUnordNotEq… 467 defm : DemangledNativeBuiltin<"isgreater", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThan>; 468 defm : DemangledNativeBuiltin<"__spirv_FOrdGreaterThan", OpenCL_std, Relational, 2, 2, OpFOrdGreate… 469 defm : DemangledNativeBuiltin<"isgreaterequal", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThanEqua… 470 defm : DemangledNativeBuiltin<"__spirv_FOrdGreaterThanEqual", OpenCL_std, Relational, 2, 2, OpFOrdG… [all …]
|
| /external/aws-sdk-java-v2/.changes/2.18.x/ |
| D | 2.18.8.json | 7 "category": "Amazon Relational Database Service", 9 …"description": "Relational Database Service - This release adds support for configuring Storage Th…
|
| D | 2.18.3.json | 25 "category": "Amazon Relational Database Service", 27 …"description": "Relational Database Service - This release adds support for exporting DB cluster d…
|
| /external/one-true-awk/ |
| D | awk.1 | 379 relational expressions. 387 relational expressions, using the operators 402 A relational expression is one of the following: 414 is any of the six relational operators in C, 424 a relational expression,
|
| /external/aws-sdk-java-v2/.changes/2.20.x/ |
| D | 2.20.64.json | 19 "category": "Amazon Relational Database Service", 21 …"description": "Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized …
|
| D | 2.20.95.json | 31 "category": "Amazon Relational Database Service", 33 …"description": "Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server…
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ |
| D | ExamplePayloadOrBuilder.java | 135 * Example relational table row. 147 * Example relational table row. 159 * Example relational table row.
|
| /external/clang/test/Analysis/ |
| D | comparison-implicit-casts.cpp | 39 // Test relational operators. in PR12206() 63 // Test relational operators. in PR12206_truncation() 89 // Test relational operators. in PR12206_strlen()
|
| /external/aws-sdk-java-v2/.changes/2.17.x/ |
| D | 2.17.103.json | 13 "category": "Amazon Relational Database Service", 15 "description": "Multiple doc-only updates for Relational Database Service (RDS)"
|
| /external/googleapis/google/spanner/v1/ |
| D | query_plan.proto | 37 // Denotes a Relational operator node in the expression tree. Relational 40 RELATIONAL = 1; enumerator
|
| /external/llvm/include/llvm/ADT/ |
| D | iterator.h | 119 "Relational operators are only defined for random access iterators."); 126 "Relational operators are only defined for random access iterators."); 132 "Relational operators are only defined for random access iterators."); 228 "Relational operators are only defined for random access iterators.");
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | iterator.h | 120 "Relational operators are only defined for random access iterators."); 127 "Relational operators are only defined for random access iterators."); 133 "Relational operators are only defined for random access iterators."); 228 "Relational operators are only defined for random access iterators.");
|
| /external/clang/test/OpenMP/ |
| D | simd_loop_messages.cpp | 84 …// expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_iteration_spaces() 89 …// expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_iteration_spaces() 95 …// expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_iteration_spaces() 100 …// expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_iteration_spaces() 105 …// expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_iteration_spaces() 156 // expected-warning@+3 {{relational comparison result unused}} in test_iteration_spaces() 405 …// expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_with_random_access_iterator() 409 …// expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_with_random_access_iterator() 413 …// expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>… in test_with_random_access_iterator()
|
| D | target_parallel_for_loop_messages.cpp | 93 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 98 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 104 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 109 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 114 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 165 // expected-warning@+3 {{relational comparison result unused}} in test_iteration_spaces() 417 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 421 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 425 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator()
|
| D | target_parallel_for_simd_loop_messages.cpp | 93 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 98 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 104 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 109 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 114 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 165 // expected-warning@+3 {{relational comparison result unused}} in test_iteration_spaces() 417 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 421 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 425 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator()
|
| D | parallel_for_loop_messages.cpp | 93 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 98 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 104 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 109 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 114 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 165 // expected-warning@+3 {{relational comparison result unused}} in test_iteration_spaces() 417 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 421 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 425 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator()
|
| D | taskloop_simd_loop_messages.cpp | 114 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 120 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 127 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 133 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 139 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_iteration_spaces() 200 // expected-warning@+3 {{relational comparison result unused}} in test_iteration_spaces() 503 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 508 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator() 513 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>'… in test_with_random_access_iterator()
|
| /external/clang/lib/Basic/ |
| D | OperatorPrecedence.cpp | 27 return prec::Relational; in getBinOpPrecedence() 65 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()
|