Home
last modified time | relevance | path

Searched refs:TestA (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_vector_query.cpp11 bool TestA = glm::areCollinear(glm::vec2(-1), glm::vec2(1), 0.00001f); in test_areCollinear() local
12 Error += TestA ? 0 : 1; in test_areCollinear()
16 bool TestA = glm::areCollinear(glm::vec3(-1), glm::vec3(1), 0.00001f); in test_areCollinear() local
17 Error += TestA ? 0 : 1; in test_areCollinear()
22 Error += TestA ? 0 : 1; in test_areCollinear()
33 Error += TestA ? 0 : 1; in test_areOrthogonal()
42 bool TestA = glm::isNormalized(glm::vec4(1, 0, 0, 0), 0.00001f); in test_isNormalized() local
43 Error += TestA ? 0 : 1; in test_isNormalized()
52 bool TestA = glm::isNull(glm::vec4(0), 0.00001f); in test_isNull() local
53 Error += TestA ? 0 : 1; in test_isNull()
[all …]
H A Dgtx_matrix_query.cpp7 bool TestA = glm::isNull(glm::mat4(0), 0.00001f); in test_isNull() local
8 Error += TestA ? 0 : 1; in test_isNull()
18 bool TestA = glm::isIdentity(glm::mat2(1), 0.00001f); in test_isIdentity() local
19 Error += TestA ? 0 : 1; in test_isIdentity()
22 bool TestA = glm::isIdentity(glm::mat3(1), 0.00001f); in test_isIdentity() local
23 Error += TestA ? 0 : 1; in test_isIdentity()
26 bool TestA = glm::isIdentity(glm::mat4(1), 0.00001f); in test_isIdentity() local
27 Error += TestA ? 0 : 1; in test_isIdentity()
37 bool TestA = glm::isNormalized(glm::mat4(1), 0.00001f); in test_isNormalized() local
38 Error += TestA ? 0 : 1; in test_isNormalized()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_vector_query.cpp11 bool TestA = glm::areCollinear(glm::vec2(-1), glm::vec2(1), 0.00001f); in test_areCollinear() local
12 Error += TestA ? 0 : 1; in test_areCollinear()
16 bool TestA = glm::areCollinear(glm::vec3(-1), glm::vec3(1), 0.00001f); in test_areCollinear() local
17 Error += TestA ? 0 : 1; in test_areCollinear()
22 Error += TestA ? 0 : 1; in test_areCollinear()
33 Error += TestA ? 0 : 1; in test_areOrthogonal()
42 bool TestA = glm::isNormalized(glm::vec4(1, 0, 0, 0), 0.00001f); in test_isNormalized() local
43 Error += TestA ? 0 : 1; in test_isNormalized()
52 bool TestA = glm::isNull(glm::vec4(0), 0.00001f); in test_isNull() local
53 Error += TestA ? 0 : 1; in test_isNull()
[all …]
H A Dgtx_matrix_query.cpp7 bool TestA = glm::isNull(glm::mat4(0), 0.00001f); in test_isNull() local
8 Error += TestA ? 0 : 1; in test_isNull()
18 bool TestA = glm::isIdentity(glm::mat2(1), 0.00001f); in test_isIdentity() local
19 Error += TestA ? 0 : 1; in test_isIdentity()
22 bool TestA = glm::isIdentity(glm::mat3(1), 0.00001f); in test_isIdentity() local
23 Error += TestA ? 0 : 1; in test_isIdentity()
26 bool TestA = glm::isIdentity(glm::mat4(1), 0.00001f); in test_isIdentity() local
27 Error += TestA ? 0 : 1; in test_isIdentity()
37 bool TestA = glm::isNormalized(glm::mat4(1), 0.00001f); in test_isNormalized() local
38 Error += TestA ? 0 : 1; in test_isNormalized()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtx/
H A Dgtx_vector_query.cpp12 bool TestA = glm::areCollinear(glm::vec2(-1), glm::vec2(1), 0.00001f); in test_areCollinear() local
13 Error += TestA ? 0 : 1; in test_areCollinear()
17 bool TestA = glm::areCollinear(glm::vec3(-1), glm::vec3(1), 0.00001f); in test_areCollinear() local
18 Error += TestA ? 0 : 1; in test_areCollinear()
23 Error += TestA ? 0 : 1; in test_areCollinear()
34 Error += TestA ? 0 : 1; in test_areOrthogonal()
43 bool TestA = glm::isNormalized(glm::vec4(1, 0, 0, 0), 0.00001f); in test_isNormalized() local
44 Error += TestA ? 0 : 1; in test_isNormalized()
53 bool TestA = glm::isNull(glm::vec4(0), 0.00001f); in test_isNull() local
54 Error += TestA ? 0 : 1; in test_isNull()
[all …]
H A Dgtx_matrix_query.cpp8 bool TestA = glm::isNull(glm::mat4(0), 0.00001f); in test_isNull() local
9 Error += TestA ? 0 : 1; in test_isNull()
19 bool TestA = glm::isIdentity(glm::mat2(1), 0.00001f); in test_isIdentity() local
20 Error += TestA ? 0 : 1; in test_isIdentity()
23 bool TestA = glm::isIdentity(glm::mat3(1), 0.00001f); in test_isIdentity() local
24 Error += TestA ? 0 : 1; in test_isIdentity()
27 bool TestA = glm::isIdentity(glm::mat4(1), 0.00001f); in test_isIdentity() local
28 Error += TestA ? 0 : 1; in test_isIdentity()
38 bool TestA = glm::isNormalized(glm::mat4(1), 0.00001f); in test_isNormalized() local
39 Error += TestA ? 0 : 1; in test_isNormalized()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtx/
H A Dgtx_vector_query.cpp12 bool TestA = glm::areCollinear(glm::vec2(-1), glm::vec2(1), 0.00001f); in test_areCollinear() local
13 Error += TestA ? 0 : 1; in test_areCollinear()
17 bool TestA = glm::areCollinear(glm::vec3(-1), glm::vec3(1), 0.00001f); in test_areCollinear() local
18 Error += TestA ? 0 : 1; in test_areCollinear()
23 Error += TestA ? 0 : 1; in test_areCollinear()
34 Error += TestA ? 0 : 1; in test_areOrthogonal()
43 bool TestA = glm::isNormalized(glm::vec4(1, 0, 0, 0), 0.00001f); in test_isNormalized() local
44 Error += TestA ? 0 : 1; in test_isNormalized()
53 bool TestA = glm::isNull(glm::vec4(0), 0.00001f); in test_isNull() local
54 Error += TestA ? 0 : 1; in test_isNull()
[all …]
H A Dgtx_matrix_query.cpp8 bool TestA = glm::isNull(glm::mat4(0), 0.00001f); in test_isNull() local
9 Error += TestA ? 0 : 1; in test_isNull()
19 bool TestA = glm::isIdentity(glm::mat2(1), 0.00001f); in test_isIdentity() local
20 Error += TestA ? 0 : 1; in test_isIdentity()
23 bool TestA = glm::isIdentity(glm::mat3(1), 0.00001f); in test_isIdentity() local
24 Error += TestA ? 0 : 1; in test_isIdentity()
27 bool TestA = glm::isIdentity(glm::mat4(1), 0.00001f); in test_isIdentity() local
28 Error += TestA ? 0 : 1; in test_isIdentity()
38 bool TestA = glm::isNormalized(glm::mat4(1), 0.00001f); in test_isNormalized() local
39 Error += TestA ? 0 : 1; in test_isNormalized()
[all …]
/dports/math/glm/glm-0.9.9.8/test/gtx/
H A Dgtx_vector_query.cpp12 bool TestA = glm::areCollinear(glm::vec2(-1), glm::vec2(1), 0.00001f); in test_areCollinear() local
13 Error += TestA ? 0 : 1; in test_areCollinear()
17 bool TestA = glm::areCollinear(glm::vec3(-1), glm::vec3(1), 0.00001f); in test_areCollinear() local
18 Error += TestA ? 0 : 1; in test_areCollinear()
23 Error += TestA ? 0 : 1; in test_areCollinear()
34 Error += TestA ? 0 : 1; in test_areOrthogonal()
43 bool TestA = glm::isNormalized(glm::vec4(1, 0, 0, 0), 0.00001f); in test_isNormalized() local
44 Error += TestA ? 0 : 1; in test_isNormalized()
53 bool TestA = glm::isNull(glm::vec4(0), 0.00001f); in test_isNull() local
54 Error += TestA ? 0 : 1; in test_isNull()
[all …]
H A Dgtx_matrix_query.cpp8 bool TestA = glm::isNull(glm::mat4(0), 0.00001f); in test_isNull() local
9 Error += TestA ? 0 : 1; in test_isNull()
19 bool TestA = glm::isIdentity(glm::mat2(1), 0.00001f); in test_isIdentity() local
20 Error += TestA ? 0 : 1; in test_isIdentity()
23 bool TestA = glm::isIdentity(glm::mat3(1), 0.00001f); in test_isIdentity() local
24 Error += TestA ? 0 : 1; in test_isIdentity()
27 bool TestA = glm::isIdentity(glm::mat4(1), 0.00001f); in test_isIdentity() local
28 Error += TestA ? 0 : 1; in test_isIdentity()
38 bool TestA = glm::isNormalized(glm::mat4(1), 0.00001f); in test_isNormalized() local
39 Error += TestA ? 0 : 1; in test_isNormalized()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-linq-08.cs5 class TestA class
9 public TestA (string value) in TestA() method in TestA
14 public string Select<U> (Func<TestA, U> f) in Select() argument
22 static public TestA Where(this TestA a, Func<TestA,bool> predicate) in Where() argument
25 return new TestA ("where used"); in Where()
35 var v = new TestA ("Oh yes"); in Main()
40 v = new TestA ("where?"); in Main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/lang/clang-mesa/clang-13.0.1.src/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…

12345678910>>...32