Home
last modified time | relevance | path

Searched full:relational (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_vector_relational.hpp4 …/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/
Dwarn-unused-comparison.cpp22 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/
Dunused-expr.c10 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/
DTurbineOperatorKind.java40 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/
D92_acknowledgments.qbk39 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
D11_development.qbk75 * [*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
D13_relational_operators.qbk2 [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/
DSPIRVBuiltins.td38 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/
D2.18.8.json7 "category": "Amazon Relational Database Service",
9 …"description": "Relational Database Service - This release adds support for configuring Storage Th…
D2.18.3.json25 "category": "Amazon Relational Database Service",
27 …"description": "Relational Database Service - This release adds support for exporting DB cluster d…
/external/one-true-awk/
Dawk.1379 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/
D2.20.64.json19 "category": "Amazon Relational Database Service",
21 …"description": "Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized …
D2.20.95.json31 "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/
DExamplePayloadOrBuilder.java135 * Example relational table row.
147 * Example relational table row.
159 * Example relational table row.
/external/clang/test/Analysis/
Dcomparison-implicit-casts.cpp39 // 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/
D2.17.103.json13 "category": "Amazon Relational Database Service",
15 "description": "Multiple doc-only updates for Relational Database Service (RDS)"
/external/googleapis/google/spanner/v1/
Dquery_plan.proto37 // Denotes a Relational operator node in the expression tree. Relational
40 RELATIONAL = 1; enumerator
/external/llvm/include/llvm/ADT/
Diterator.h119 "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/
Diterator.h120 "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/
Dsimd_loop_messages.cpp84 …// 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()
Dtarget_parallel_for_loop_messages.cpp93 // 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()
Dtarget_parallel_for_simd_loop_messages.cpp93 // 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()
Dparallel_for_loop_messages.cpp93 // 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()
Dtaskloop_simd_loop_messages.cpp114 // 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/
DOperatorPrecedence.cpp27 return prec::Relational; in getBinOpPrecedence()
65 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()

12345678910>>...28