/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | holes_proxy.hpp | 25 namespace adapt { namespace bp namespace 101 inline typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type 102 range_begin(boost::geometry::adapt::bp::holes_proxy<Polygon const> const& proxy) in range_begin() 104 typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type in range_begin() 110 inline typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type 111 range_end(boost::geometry::adapt::bp::holes_proxy<Polygon const> const& proxy) in range_end() 113 typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type in range_end() 120 inline typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type 121 range_begin(boost::geometry::adapt::bp::holes_proxy<Polygon>& proxy) in range_begin() 123 typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type in range_begin() [all …]
|
D | ring_proxy.hpp | 31 namespace adapt { namespace bp namespace 207 inline typename boost::geometry::adapt::bp::ring_proxy<Polygon>::iterator_type 208 range_begin(boost::geometry::adapt::bp::ring_proxy<Polygon>& proxy) in range_begin() 214 inline typename boost::geometry::adapt::bp::ring_proxy<Polygon const>::iterator_type 215 range_begin(boost::geometry::adapt::bp::ring_proxy<Polygon const> const& proxy) in range_begin() 221 inline typename boost::geometry::adapt::bp::ring_proxy<Polygon>::iterator_type 222 range_end(boost::geometry::adapt::bp::ring_proxy<Polygon>& proxy) in range_end() 228 inline typename boost::geometry::adapt::bp::ring_proxy<Polygon const>::iterator_type 229 range_end(boost::geometry::adapt::bp::ring_proxy<Polygon const> const& proxy) in range_end() 244 struct tag<adapt::bp::ring_proxy<Polygon> > [all …]
|
D | polygon.hpp | 44 … typedef adapt::bp::ring_proxy<boost::polygon::polygon_with_holes_data<CoordinateType> const> type; 50 typedef adapt::bp::ring_proxy<boost::polygon::polygon_with_holes_data<CoordinateType> > type; 56 …typedef adapt::bp::holes_proxy<boost::polygon::polygon_with_holes_data<CoordinateType> const> type; 62 typedef adapt::bp::holes_proxy<boost::polygon::polygon_with_holes_data<CoordinateType> > type; 70 typedef adapt::bp::ring_proxy<polygon_type> proxy; 71 typedef adapt::bp::ring_proxy<polygon_type const> const_proxy; 88 typedef adapt::bp::holes_proxy<polygon_type> proxy; 89 typedef adapt::bp::holes_proxy<polygon_type const> const_proxy;
|
D | hole_iterator.hpp | 24 namespace adapt { namespace bp namespace
|
/third_party/icu/icu4c/source/test/intltest/ |
D | punyref.cpp | 110 static punycode_uint adapt( in adapt() function 202 bias = adapt(delta, h + 1, h == b); in punycode_encode() 273 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
|
/third_party/ltp/doc/ |
D | mini-howto-building-ltp-from-git.txt | 8 to adapt to your distribution). 20 # Set some useful variables (adapt if you dislike)
|
/third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/ |
D | punycode.js | 179 const adapt = function(delta, numPoints, firstTime) { function 261 bias = adapt(i - oldi, out, oldi == 0); 362 bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
|
D | punycode.es6.js | 179 const adapt = function(delta, numPoints, firstTime) { function 261 bias = adapt(i - oldi, out, oldi == 0); 362 bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
|
/third_party/python/Lib/encodings/ |
D | punycode.py | 91 def adapt(delta, first, numchars): function 114 bias = adapt(delta, points==0, baselen+points+1) 178 bias = adapt(delta, (extpos == 0), len(base))
|
/third_party/node/lib/ |
D | punycode.js | 179 const adapt = function(delta, numPoints, firstTime) { function 261 bias = adapt(i - oldi, out, oldi == 0); 362 bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength);
|
/third_party/boost/boost/icl/detail/ |
D | element_iterator.hpp | 266 typedef typename segment_adapter<segment_iterator,segment_type>::type adapt; typedef in boost::icl::element_iterator 297 if(_reptator < icl::pred(adapt::length(_saltator))) in increment() 313 _reptator = adapt::length(_saltator); in decrement() 320 return adapt::transient_element(_inter_pos, _saltator, _reptator); in dereference()
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/ |
D | readme.txt | 5 (adapt version if necessary)
|
/third_party/node/deps/npm/node_modules/punycode/ |
D | punycode.js | 217 function adapt(delta, numPoints, firstTime) { function 309 bias = adapt(i - oldi, out, oldi == 0); 429 bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference 212 bias = adapt(delta, h + 1, (h == b)); in encode() 358 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
D | readme | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/ltp/testcases/misc/math/float/power/ |
D | readme | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
D | readme | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/ltp/testcases/misc/math/float/iperb/ |
D | README | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/boost/libs/python/doc/html/numpy/_sources/ |
D | index.rst.txt | 3 You can adapt this file completely to your liking, but it should at least
|
/third_party/boost/libs/python/doc/numpy/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/third_party/boost/libs/fusion/doc/ |
D | adapted.qbk | 18 Fusion also provides various schemes to make it easy for the user to adapt 238 The above macro generates the necessary code to adapt `struct_name` 309 The above macro generates the necessary code to adapt `struct_name` or an 413 The above macros generate the necessary code to adapt `struct_name` 480 The above macro generates the necessary code to adapt `struct_name` 547 The above macro generates the necessary code to adapt `struct_name` or an 632 The above macros generate the necessary code to adapt `struct_name` 691 necessary boilerplate to adapt an arbitrary class type as a model of 705 The above macro generates the necessary code to adapt `type_name` 794 necessary boilerplate to adapt an arbitrary template class type as a model of [all …]
|
/third_party/libnl/python/doc/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/third_party/flutter/skia/third_party/externals/sdl/android-project/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/third_party/libwebsockets/READMEs/ |
D | README.porting.md | 15 Find a similar examples already in `./contrib/cross-*` and copy and adapt it 59 You can iteratively build and adapt the platform files.
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | placeholder.qbk | 21 To adapt your own placeholder, the nested value needs to be greater than 0
|