/third_party/boost/libs/multiprecision/test/ |
D | test_native_integer.cpp | 31 BOOST_CHECK(bit_test(bit_set(i, 0), 0)); in test() 32 BOOST_CHECK_EQUAL(bit_set(i, 0), 1); in test() 34 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, 0), 0), 0); in test() 37 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test() 39 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test() 41 bit_set(i, max_index); in test() 44 bit_set(i, max_index / 2); in test()
|
D | constexpr_test_cpp_int_5.cpp | 72 using boost::multiprecision::bit_set; in do_bit_set() 73 bit_set(val, pos); in do_bit_set()
|
D | test_cpp_int.cpp | 568 bit_set(high_bit, 255); in test_bug_cases() 593 bit_set(h, 255); in test_bug_cases() 603 bit_set(g, 255); in test_bug_cases() 604 bit_set(g, 254); in test_bug_cases()
|
D | test_arithmetic.hpp | 794 BOOST_CHECK(bit_test(bit_set(zero, i * 17), i * 17)); in test_integer_ops()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | cmap_iterator_test.cc | 70 BitSet* bit_set); 102 BitSet* bit_set) { in CompareCMapIterAndBitSet() argument 104 BitSet::iterator end = bit_set->end(), in CompareCMapIterAndBitSet() 105 beginning = bit_set->begin(), in CompareCMapIterAndBitSet() 131 BitSet* bit_set = GenerateCMapEntries(0, 0x10ffff); in TEST_P() local 136 CompareCMapIterAndBitSet(character_iterator, bit_set); in TEST_P() 138 delete bit_set; in TEST_P()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | cmap_iterator_test.cc | 70 BitSet* bit_set); 102 BitSet* bit_set) { in CompareCMapIterAndBitSet() argument 104 BitSet::iterator end = bit_set->end(), in CompareCMapIterAndBitSet() 105 beginning = bit_set->begin(), in CompareCMapIterAndBitSet() 131 BitSet* bit_set = GenerateCMapEntries(0, 0x10ffff); in TEST_P() local 136 CompareCMapIterAndBitSet(character_iterator, bit_set); in TEST_P() 138 delete bit_set; in TEST_P()
|
/third_party/boost/libs/multiprecision/example/ |
D | cpp_int_import_export.cpp | 31 bit_set(i, 5000); // set the 5000'th bit in main() 32 bit_set(i, 200); in main() 33 bit_set(i, 50); in main()
|
D | integer_examples.cpp | 157 return --bit_set(r, n); in b2()
|
/third_party/boost/boost/multiprecision/ |
D | integer.hpp | 157 BOOST_MP_CXX14_CONSTEXPR typename enable_if_c<is_integral<Integer>::value, Integer&>::type bit_set(… in bit_set() function 218 bit_set(s, g); in sqrt() 219 bit_set(t, 2 * g); in sqrt() 226 bit_set(t, 2 * g); in sqrt() 229 bit_set(s, g); in sqrt()
|
/third_party/openssl/apps/ |
D | rehash.c | 110 static void bit_set(unsigned char *set, unsigned int bit) in bit_set() function 391 bit_set(idmask, ep->old_id); in do_dir() 426 bit_set(idmask, nextid); in do_dir()
|
/third_party/freetype/include/freetype/ |
D | ftimage.h | 1043 FT_Raster_BitSet_Func bit_set; /* unused */ member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftimage.h | 1048 FT_Raster_BitSet_Func bit_set; /* unused */ member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | ftimage.h | 1030 FT_Raster_BitSet_Func bit_set; /* unused */ member
|
/third_party/boost/boost/multiprecision/detail/ |
D | integer_ops.hpp | 233 bit_set(number<Backend, ExpressionTemplates>& x, unsigned index) in bit_set() function
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 646 `bit_test`, `bit_set`, `bit_unset`, `bit_flip`, `sqrt`, `gcd`, `lcm` are all supported. Use of __c… 2250 `bit_test`, `bit_set`, `bit_unset`, `bit_flip`, `sqrt`, `gcd`, `lcm` are all supported. Use of __c… 2567 Integer& bit_set(Integer& val, unsigned index); 3855 …number<Backend, ExpressionTemplates>& bit_set(number<Backend, ExpressionTemplates>& val, unsigned … 4384 …number<Backend, ExpressionTemplates>& bit_set(number<Backend, ExpressionTemplates>& val, unsigned …
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 8601 FILE: ../../../third_party/dart/runtime/vm/bit_set.h
|