Home
last modified time | relevance | path

Searched refs:negatives (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/boost/libs/hana/example/tuple/
Dfoldable.cpp19 constexpr auto negatives = hana::tuple_c<int, -1, -7, -2, -5>; in main() local
25 …ST_HANA_CONSTANT_CHECK(hana::fold_right(numbers, hana::tuple_c<int>, keep_negatives) == negatives); in main()
/third_party/boost/libs/mpl/test/
Dfold.cpp47 typedef list_c<int,-1,-7,-2,-5> negatives; in MPL_TEST_CASE() typedef
54 MPL_ASSERT(( equal< result,negatives,equal_to<_1,_2> > )); in MPL_TEST_CASE()
/third_party/typescript/tests/baselines/reference/
DunicodeExtendedEscapesInTemplates14_ES6.types2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInStrings14_ES5.types2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInTemplates14_ES5.types2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInStrings14_ES6.types2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInStrings14_ES6.symbols2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInTemplates14_ES5.symbols2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInStrings14_ES5.symbols2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInTemplates14_ES6.symbols2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInRegularExpressions14_ES5.types2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInRegularExpressions14_ES6.symbols2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInRegularExpressions14_ES6.types2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInRegularExpressions14_ES5.symbols2 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInStrings14_ES6.errors.txt5 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInStrings14_ES5.errors.txt5 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInTemplates14_ES6.errors.txt5 // Shouldn't work, negatives are not allowed.
DunicodeExtendedEscapesInTemplates14_ES5.errors.txt5 // Shouldn't work, negatives are not allowed.
DenumConstantMembers.types2 // Constant members allow negatives, but not decimals. Also hex literals are allowed
DenumConstantMembers.errors.txt11 // Constant members allow negatives, but not decimals. Also hex literals are allowed
DenumConstantMembers.symbols2 // Constant members allow negatives, but not decimals. Also hex literals are allowed
/third_party/boost/libs/mpl/doc/src/refmanual/
Dreverse_fold.rst128 typedef list_c<int,-1,-7,-2,-5> negatives;
135 BOOST_MPL_ASSERT(( equal< negatives,result > ));
Dreverse_iter_fold.rst131 typedef list_c<int,-1,-7,-2,-5> negatives;
139 negatives
/third_party/python/Lib/test/decimaltestdata/
DddRotate.decTest130 -- negatives
152 -- more negatives (of sanities)
DddShift.decTest130 -- negatives
152 -- more negatives (of sanities)

1234