Home
last modified time | relevance | path

Searched refs:_10 (Results 1 – 25 of 3622) sorted by relevance

12345678910>>...145

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/avfoundation/
H A DAVMetadataIdentifiers.inc5 AVMetadataCommonIdentifierTitle: NSString { available in 10_10, 8_0 }; cvar; external;
6 AVMetadataCommonIdentifierCreator: NSString { available in 10_10, 8_0 }; cvar; external;
7 AVMetadataCommonIdentifierSubject: NSString { available in 10_10, 8_0 }; cvar; external;
8 AVMetadataCommonIdentifierDescription: NSString { available in 10_10, 8_0 }; cvar; external;
9 AVMetadataCommonIdentifierPublisher: NSString { available in 10_10, 8_0 }; cvar; external;
13 AVMetadataCommonIdentifierType: NSString { available in 10_10, 8_0 }; cvar; external;
14 AVMetadataCommonIdentifierFormat: NSString { available in 10_10, 8_0 }; cvar; external;
16 AVMetadataCommonIdentifierSource: NSString { available in 10_10, 8_0 }; cvar; external;
22 AVMetadataCommonIdentifierAuthor: NSString { available in 10_10, 8_0 }; cvar; external;
25 AVMetadataCommonIdentifierMake: NSString { available in 10_10, 8_0 }; cvar; external;
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/stat/
H A Dstatplot.men170 @IF 3 1 PLOT _1 _2 _2 _10
172 @IF 3 3 MEAN PLOT _1 _2 _10
178 @IF 3 9 SD PLOT _1 _2 _10
207 @IF 3 30 SN- PLOT _1 _2 _10
208 @IF 3 31 SN0 PLOT _1 _2 _10
209 @IF 3 32 SN+ PLOT _1 _2 _10
210 @IF 3 33 CP PLOT _1 _2 _10
211 @IF 3 34 CPK PLOT _1 _2 _10
215 @IF 3 38 SUM PLOT _1 _2 _10
220 @IF 3 43 AAD PLOT _1 _2 _10
[all …]
H A Dstatplot.men.bck102 @IF 3 9 LET ZSTAT = SD _1 _10
137 @IF 3 1 PLOT _1 _2 _2 _10
138 @IF 3 2 NUMBER PLOT _1 _2 _10
139 @IF 3 3 MEAN PLOT _1 _2 _10
145 @IF 3 9 SD PLOT _1 _2 _10
166 @IF 3 30 SN- PLOT _1 _2 _10
167 @IF 3 31 SN0 PLOT _1 _2 _10
168 @IF 3 32 SN+ PLOT _1 _2 _10
169 @IF 3 33 CP PLOT _1 _2 _10
170 @IF 3 34 CPK PLOT _1 _2 _10
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/univ/
H A Dstatplot.men102 @IF 3 9 LET ZSTAT = SD _1 _10
137 @IF 3 1 PLOT _1 _2 _2 _10
138 @IF 3 2 NUMBER PLOT _1 _2 _10
139 @IF 3 3 MEAN PLOT _1 _2 _10
145 @IF 3 9 SD PLOT _1 _2 _10
166 @IF 3 30 SN- PLOT _1 _2 _10
167 @IF 3 31 SN0 PLOT _1 _2 _10
168 @IF 3 32 SN+ PLOT _1 _2 _10
169 @IF 3 33 CP PLOT _1 _2 _10
170 @IF 3 34 CPK PLOT _1 _2 _10
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/plot/
H A Ddexyoudp.men95 @IF 3 2 LET ZSTAT = NUMBER _1 _10
96 @IF 3 3 LET ZSTAT = MEAN _1 _10
114 @IF 3 9 LET ZSTAT = SD _1 _10
141 @IF 3 30 LET ZSTAT = SN- _1 _10
142 @IF 3 31 LET ZSTAT = SN0 _1 _10
143 @IF 3 32 LET ZSTAT = SN+ _1 _10
147 @IF 3 33 LET ZSTAT = CP _1 _10
148 @IF 3 34 LET ZSTAT = CPK _1 _10
152 @IF 3 38 LET ZSTAT = SUM _1 _10
157 @IF 3 43 LET ZSTAT = AAD _1 _10
[all …]
H A Ddexstatp.men101 @IF 3 3 LET ZSTAT = MEAN _1 _10
119 @IF 3 9 LET ZSTAT = SD _1 _10
146 @IF 3 30 LET ZSTAT = SN- _1 _10
147 @IF 3 31 LET ZSTAT = SN0 _1 _10
148 @IF 3 32 LET ZSTAT = SN+ _1 _10
152 @IF 3 33 LET ZSTAT = CP _1 _10
153 @IF 3 34 LET ZSTAT = CPK _1 _10
157 @IF 3 38 LET ZSTAT = SUM _1 _10
162 @IF 3 43 LET ZSTAT = AAD _1 _10
184 @IF 3 9 DEX SD PLOT _1 _2 _10
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/mpl/test/
H A Dcomparison.cpp22 typedef int_<10> _10; typedef
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
49 MPL_ASSERT(( less_equal<_10, _10> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
56 MPL_ASSERT_NOT(( greater<_10, _10> )); in MPL_TEST_CASE()
[all …]
H A Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
43 MPL_ASSERT_RELATION( (minus<_10,_1,_10>::value), ==, -1 ); in MPL_TEST_CASE()
44 MPL_ASSERT_RELATION( (plus<_10,_1,_10>::value), ==, 21 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/unit_test/entry_edit_test_cases/
H A Dutil.macros33 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _10)
45 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _1, _10), \
55 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _2, _10), \
65 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _3, _10), \
75 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _4, _10), \
85 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _5, _10), \
95 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _6, _10), \
105 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _7, _10), \
115 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _8, _10), \
125 PAIR_COMBO(_macro_name, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _9, _10), \
[all …]

12345678910>>...145