Home
last modified time | relevance | path

Searched refs:Detail (Results 1 – 25 of 6188) sorted by relevance

12345678910>>...248

/dports/devel/vc/Vc-1.4.2/Vc/avx/
H A Dmask.tcc35 Detail::mask_store<Size>(dataI(), mem, f); in store()
63 { return Detail::movemask(dataD()) == Detail::movemask(rhs.dataD()); } in operator ==()
66 { return Detail::movemask(dataI()) == Detail::movemask(rhs.dataI()); } in operator ==()
68 { return Detail::movemask(dataI()) == Detail::movemask(rhs.dataI()); } in operator ==()
74 return 0 != Detail::testc(dataD(), Detail::allone<VectorTypeD>()); in isFull()
76 return 0 != Detail::testc(dataF(), Detail::allone<VectorTypeF>()); in isFull()
78 return 0 != Detail::testc(dataI(), Detail::allone<VectorTypeI>()); in isFull()
84 return 0 == Detail::testz(dataD(), dataD()); in isNotEmpty()
104 return 0 != Detail::testnzc(dataD(), Detail::allone<VectorTypeD>()); in isMix()
106 return 0 != Detail::testnzc(dataF(), Detail::allone<VectorTypeF>()); in isMix()
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/geometry/test/
H A DMultipole.cpp9 static_assert(Detail::MultipoleMapping<X>::value == 0, "static test failed");
10 static_assert(Detail::MultipoleMapping<Y>::value == 1, "static test failed");
11 static_assert(Detail::MultipoleMapping<Z>::value == 2, "static test failed");
13 static_assert(Detail::MultipoleMapping<X, X, X>::value == 0, "static test failed");
14 static_assert(Detail::MultipoleMapping<X, X, Y>::value == 1, "static test failed");
15 static_assert(Detail::MultipoleMapping<Y, X, X>::value == 1, "static test failed");
16 static_assert(Detail::MultipoleMapping<X, X, Z>::value == 2, "static test failed");
17 static_assert(Detail::MultipoleMapping<X, Z, X>::value == 2, "static test failed");
18 static_assert(Detail::MultipoleMapping<Z, X, X>::value == 2, "static test failed");
19 static_assert(Detail::MultipoleMapping<X, Y, Y>::value == 3, "static test failed");
[all …]
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Ddeftypes.h307 #define MXFLIB_TYPE_COMPOUND(Name, Detail, UL) { TypeCompound, Name, Detail, "", UL, "", 0, false, … argument
314 #define MXFLIB_TYPE_COMPOUND_SYM(Name, Detail, UL, Sym) { TypeCompound, Name, Detail, "", UL, "", 0… argument
333 #define MXFLIB_TYPE_ENUM(Name, Detail, Type, UL) { TypeEnum, Name, Detail, Type, UL, "", 0, false, … argument
341 #define MXFLIB_TYPE_ENUM_SYM(Name, Detail, Type, UL, Sym) { TypeEnum, Name, Detail, Type, UL, "", 0… argument
348 #define MXFLIB_TYPE_ENUM_VALUE(Name, Detail, Value) { TypeSub, Name, Detail, "", "", Value, 0, fals… argument
355 #define MXFLIB_LABEL(Name, Detail, UL) { TypeLabel, Name, Detail, "", UL, NULL, 0, false, false, Ty… argument
363 #define MXFLIB_LABEL_SYM(Name, Detail, UL, Sym) { TypeLabel, Name, Detail, "", UL, NULL, 0, false, … argument
371 #define MXFLIB_MASKED_LABEL(Name, Detail, UL, Mask) { TypeLabel, Name, Detail, "", UL, Mask, 0, fal… argument
916 : Value(LabelUL), Detail(Detail) in Label()
923 : Value(LabelULasUUID), Detail(Detail) in Label()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkConceptChecking.h103 namespace Detail
144 Detail::IgnoreUnusedVariable(a); in constraints()
161 Detail::IgnoreUnusedVariable(p); in constraints()
169 Detail::IgnoreUnusedVariable(c); in const_constraints()
170 Detail::IgnoreUnusedVariable(p); in const_constraints()
187 Detail::IgnoreUnusedVariable(b); in constraints()
558 Detail::IgnoreUnusedVariable(a); in constraints()
571 Detail::UniqueType< T1 > a = Detail::UniqueType< T2 >(); in constraints()
572 Detail::IgnoreUnusedVariable(a); in constraints()
588 Detail::IgnoreUnusedVariable(a); in constraints()
[all …]
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/jinzhu/copier/
H A Dcopier_test.go330 Detail *Detail
334 Detail Detail
343 Detail Detail
346 Detail *Detail
379 checkDetail(t, *from.Detail, *to.Detail)
404 checkDetail(t, from.Detail, to.Detail)
432 if to.Detail.Info1 != from.Detail.Info1 {
435 if to.Detail.Info2 == from.Detail.Info2 {
452 if to.Detail.Info1 != from.Detail.Info1 {
511 checkDetail(t, *from.Detail, *to.Detail)
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/tools/
H A DCertInformation.java70 static enum Detail { enum in CertInformation
82 Detail(String issue) { in Detail() method in CertInformation.Detail
91 private EnumSet<Detail> details = EnumSet.noneOf(Detail.class);
135 details.add(Detail.TRUSTED); in setRootInCacerts()
146 removeFromDetails(Detail.TRUSTED); in resetForReverification()
198 for (Detail issue : details) { in getDetailsAsStrings()
220 details.add(Detail.EXPIRED); in setHasExpiredCert()
230 details.add(Detail.EXPIRING); in setHasExpiringCert()
248 details.add(Detail.NOT_YET_VALID); in setNotYetValidCert()
258 details.add(Detail.BAD_KEY_USAGE); in setBadKeyUsage()
[all …]
/dports/devel/vc/Vc-1.4.2/Vc/sse/
H A Dmask.tcc32 namespace Detail namespace
68 return Detail::popcnt16(_mm_movemask_epi8(k)); in mask_count()
195 Detail::mask_store<Size>(dataI(), mem); in store()
266 case 1: return Detail::shifted< 1>(dataI()); in shifted()
267 case 2: return Detail::shifted< 2>(dataI()); in shifted()
268 case 3: return Detail::shifted< 3>(dataI()); in shifted()
269 case 4: return Detail::shifted< 4>(dataI()); in shifted()
270 case 5: return Detail::shifted< 5>(dataI()); in shifted()
271 case 6: return Detail::shifted< 6>(dataI()); in shifted()
272 case 7: return Detail::shifted< 7>(dataI()); in shifted()
[all …]
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DToStringVector.tests.cpp9 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
11 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
13 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42, 250 }" );
19 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
21 REQUIRE( ::Catch::Detail::stringify(vv) == "{ \"hello\" }" );
53 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
55 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
64 REQUIRE( ::Catch::Detail::stringify(v) == "{ }" );
73 REQUIRE( ::Catch::Detail::stringify(bools) == "{ }");
75 REQUIRE( ::Catch::Detail::stringify(bools) == "{ true }");
[all …]
H A DToStringVariant.tests.cpp24 CHECK( "{ }" == ::Catch::Detail::stringify(type{}) );
26 CHECK( "{ }" == ::Catch::Detail::stringify(value) );
27 CHECK( "{ }" == ::Catch::Detail::stringify(std::get<0>(value)) );
33 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
39 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
40 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
56 CHECK( "\"foo\"" == ::Catch::Detail::stringify(type{"foo"}) );
57 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
64 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
65 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DToStringVector.tests.cpp9 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
11 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
13 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42, 250 }" );
19 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
21 REQUIRE( ::Catch::Detail::stringify(vv) == "{ \"hello\" }" );
53 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
55 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
64 REQUIRE( ::Catch::Detail::stringify(v) == "{ }" );
73 REQUIRE( ::Catch::Detail::stringify(bools) == "{ }");
75 REQUIRE( ::Catch::Detail::stringify(bools) == "{ true }");
[all …]
H A DToStringVariant.tests.cpp24 CHECK( "{ }" == ::Catch::Detail::stringify(type{}) );
26 CHECK( "{ }" == ::Catch::Detail::stringify(value) );
27 CHECK( "{ }" == ::Catch::Detail::stringify(std::get<0>(value)) );
33 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
39 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
40 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
56 CHECK( "\"foo\"" == ::Catch::Detail::stringify(type{"foo"}) );
57 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
64 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
65 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/projects/SelfTest/UsageTests/
H A DToStringVector.tests.cpp9 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
11 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
13 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42, 250 }" );
19 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
21 REQUIRE( ::Catch::Detail::stringify(vv) == "{ \"hello\" }" );
53 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
55 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
64 REQUIRE( ::Catch::Detail::stringify(v) == "{ }" );
73 REQUIRE( ::Catch::Detail::stringify(bools) == "{ }");
75 REQUIRE( ::Catch::Detail::stringify(bools) == "{ true }");
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVector.tests.cpp9 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
11 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
13 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42, 250 }" );
19 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
21 REQUIRE( ::Catch::Detail::stringify(vv) == "{ \"hello\" }" );
53 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
55 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
64 REQUIRE( ::Catch::Detail::stringify(v) == "{ }" );
73 REQUIRE( ::Catch::Detail::stringify(bools) == "{ }");
75 REQUIRE( ::Catch::Detail::stringify(bools) == "{ true }");
[all …]
H A DToStringVariant.tests.cpp24 CHECK( "{ }" == ::Catch::Detail::stringify(type{}) );
26 CHECK( "{ }" == ::Catch::Detail::stringify(value) );
27 CHECK( "{ }" == ::Catch::Detail::stringify(std::get<0>(value)) );
33 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
39 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
40 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
56 CHECK( "\"foo\"" == ::Catch::Detail::stringify(type{"foo"}) );
57 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
64 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
65 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVector.tests.cpp9 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
11 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
13 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42, 250 }" );
19 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
21 REQUIRE( ::Catch::Detail::stringify(vv) == "{ \"hello\" }" );
53 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
55 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
64 REQUIRE( ::Catch::Detail::stringify(v) == "{ }" );
73 REQUIRE( ::Catch::Detail::stringify(bools) == "{ }");
75 REQUIRE( ::Catch::Detail::stringify(bools) == "{ true }");
[all …]
H A DToStringVariant.tests.cpp24 CHECK( "{ }" == ::Catch::Detail::stringify(type{}) );
26 CHECK( "{ }" == ::Catch::Detail::stringify(value) );
27 CHECK( "{ }" == ::Catch::Detail::stringify(std::get<0>(value)) );
33 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
39 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
40 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
56 CHECK( "\"foo\"" == ::Catch::Detail::stringify(type{"foo"}) );
57 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
64 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
65 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
[all …]
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DToStringVector.tests.cpp9 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
11 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
13 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42, 250 }" );
19 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
21 REQUIRE( ::Catch::Detail::stringify(vv) == "{ \"hello\" }" );
53 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
55 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
64 REQUIRE( ::Catch::Detail::stringify(v) == "{ }" );
73 REQUIRE( ::Catch::Detail::stringify(bools) == "{ }");
75 REQUIRE( ::Catch::Detail::stringify(bools) == "{ true }");
[all …]
H A DToStringVariant.tests.cpp24 CHECK( "{ }" == ::Catch::Detail::stringify(type{}) );
26 CHECK( "{ }" == ::Catch::Detail::stringify(value) );
27 CHECK( "{ }" == ::Catch::Detail::stringify(std::get<0>(value)) );
33 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
39 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
40 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
56 CHECK( "\"foo\"" == ::Catch::Detail::stringify(type{"foo"}) );
57 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
64 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
65 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DToStringVector.tests.cpp9 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
11 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
13 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42, 250 }" );
19 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
21 REQUIRE( ::Catch::Detail::stringify(vv) == "{ \"hello\" }" );
53 REQUIRE( ::Catch::Detail::stringify(vv) == "{ }" );
55 REQUIRE( ::Catch::Detail::stringify(vv) == "{ 42 }" );
64 REQUIRE( ::Catch::Detail::stringify(v) == "{ }" );
73 REQUIRE( ::Catch::Detail::stringify(bools) == "{ }");
75 REQUIRE( ::Catch::Detail::stringify(bools) == "{ true }");
[all …]
H A DToStringVariant.tests.cpp24 CHECK( "{ }" == ::Catch::Detail::stringify(type{}) );
26 CHECK( "{ }" == ::Catch::Detail::stringify(value) );
27 CHECK( "{ }" == ::Catch::Detail::stringify(std::get<0>(value)) );
33 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
39 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
40 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
56 CHECK( "\"foo\"" == ::Catch::Detail::stringify(type{"foo"}) );
57 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
64 CHECK( "0.5f" == ::Catch::Detail::stringify(type{0.5f}) );
65 CHECK( "0" == ::Catch::Detail::stringify(type{0}) );
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/midi_io/ump/
H A Djuce_UMPFactory.h37 struct Detail struct
175 return Detail::makeV1().withGroup (group) in makeNoteOffV1()
187 return Detail::makeV1().withGroup (group) in makeNoteOnV1()
199 return Detail::makeV1().withGroup (group) in makePolyPressureV1()
211 return Detail::makeV1().withGroup (group) in makeControlChangeV1()
222 return Detail::makeV1().withGroup (group) in makeProgramChangeV1()
232 return Detail::makeV1().withGroup (group) in makeChannelPressureV1()
242 return Detail::makeV1().withGroup (group) in makePitchBend()
283 return Detail::makeV2().withGroup (group) in makeRegisteredPerNoteControllerV2()
297 return Detail::makeV2().withGroup (group) in makeAssignablePerNoteControllerV2()
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/web/soap/
H A Dweb_services-soap-payloads-faults-simple.adb100 Self.Detail := Detail;
133 Self.Detail := Detail;
163 Self.Detail := Detail;
193 Self.Detail := Detail;
213 Detail := Simple_Must_Understand_Fault (Message).Detail;
216 Detail := Simple_Version_Mismatch_Fault (Message).Detail;
219 Detail := Simple_Sender_Fault (Message).Detail;
226 if not Detail.Is_Empty then
227 Writer.Characters (Detail);
238 return not Self.Detail.Is_Empty;
[all …]
/dports/devel/unittest-cpp/unittest-cpp-2.0.0/tests/
H A DTestAssertHandler.cpp17 Detail::ExpectAssert(true); in TEST()
18 CHECK(Detail::AssertExpected()); in TEST()
20 Detail::ExpectAssert(false); in TEST()
21 CHECK(!Detail::AssertExpected()); in TEST()
34 Detail::ReportAssertEx(&testResults, &testDetails, "", "", 0); in TEST()
52 Detail::ExpectAssert(true); in TEST()
58 CHECK(Detail::AssertExpected() == false); in TEST()
86 Detail::ExpectAssert(true); in TEST()
104 Detail::ExpectAssert(true); in TEST()
106 CHECK(!Detail::AssertExpected()); in TEST()
[all …]
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/common/UnitTestpp/src/tests/
H A DTestAssertHandler.cpp43 Detail::ExpectAssert(true); in TEST()
44 CHECK(Detail::AssertExpected()); in TEST()
46 Detail::ExpectAssert(false); in TEST()
47 CHECK(!Detail::AssertExpected()); in TEST()
60 Detail::ReportAssertEx(&testResults, &testDetails, "", "", 0); in TEST()
78 Detail::ExpectAssert(true); in TEST()
85 CHECK(Detail::AssertExpected() == false); in TEST()
114 Detail::ExpectAssert(true); in TEST()
133 Detail::ExpectAssert(true); in TEST()
135 CHECK(!Detail::AssertExpected()); in TEST()
[all …]
/dports/databases/fastdb/fastdb/examples/
H A Dtesttrav.cpp18 class Detail { class
43 REGISTER(Detail);
58 dbSet<Detail::DetailClass> set; in inputDetailClass()
62 set += Detail::dcResistor; in inputDetailClass()
68 set += Detail::dcCondenser; in inputDetailClass()
71 set += Detail::dcDiode; in inputDetailClass()
74 set += Detail::dcBoard; in inputDetailClass()
84 void Detail::print() const in print()
109 dbReference<Detail> assembly; in main()
111 dbCursor<Detail> cursor; in main()
[all …]

12345678910>>...248