/third_party/boost/boost/polygon/detail/ |
D | boolean_op_45.hpp | 103 int rise; //-1, 0, +1 member in boost::polygon::boolean_op_45::Scan45ElementT 105 inline Scan45ElementT() : x(), y(), rise(), count() {} in Scan45ElementT() 107 x(xIn), y(yIn), rise(riseIn), count(countIn) {} in Scan45ElementT() 109 x(that.x), y(that.y), rise(that.rise), count(that.count) {} in Scan45ElementT() 111 x = that.x; y = that.y; rise = that.rise; count = that.count; in operator =() 115 return y + rise * (xIn - x); in evalAtX() 121 int rise1 = rise; in cross() 122 int rise2 = edge.rise; in cross() 123 if(rise > edge.rise){ in cross() 125 } else if(rise < edge.rise){ in cross() [all …]
|
D | property_merge_45.hpp | 76 const Point& pt, int rise, direction_1d end) { in operator ()() 92 output[left].insert_clean(typename boolean_op_45<Unit>::Vertex45(pt, rise, -edgeType)); in operator ()() 96 output[right].insert_clean(typename boolean_op_45<Unit>::Vertex45(pt, rise, edgeType)); in operator ()()
|
D | polygon_45_formation.hpp | 103 head_ = headArray[vertex.rise+1] ^ inverted; in ActiveTail45() 472 counts[element.rise+1] += element.count; return *this; in operator +=() 501 count[vertex.rise+1] = vertex.count; in Vertex45CompactT() 798 int index = iter->first.rise + 1; in processEvent_() 1578 int index = iter->first.rise + 1; in processEvent_()
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | InterruptIn-js.cpp | 29 native_ptr->rise(0); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 50 DECLARE_CLASS_FUNCTION(InterruptIn, rise) { in DECLARE_CLASS_FUNCTION() argument 51 CHECK_ARGUMENT_COUNT(InterruptIn, rise, (args_count == 1)); in DECLARE_CLASS_FUNCTION() 76 native_ptr->rise(0); in DECLARE_CLASS_FUNCTION() 82 CHECK_ARGUMENT_TYPE_ALWAYS(InterruptIn, rise, 0, function); in DECLARE_CLASS_FUNCTION() 98 native_ptr->rise(cb); in DECLARE_CLASS_FUNCTION() 261 ATTACH_CLASS_FUNCTION(js_object, InterruptIn, rise); in DECLARE_CLASS_CONSTRUCTOR()
|
/third_party/icu/icu4c/source/i18n/ |
D | astro.cpp | 751 UDate CalendarAstronomer::getSunRiseSet(UBool rise) in getSunRiseSet() argument 759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); in getSunRiseSet() 760 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS))); in getSunRiseSet() 764 rise, in getSunRiseSet() 1285 UDate CalendarAstronomer::getMoonRiseSet(UBool rise) in getMoonRiseSet() argument 1289 rise, in getMoonRiseSet() 1367 UDate CalendarAstronomer::riseOrSet(CoordFunc& func, UBool rise, in riseOrSet() argument 1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet() 1387 …double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 / CalendarAstro… in riseOrSet() 1406 return fTime + (rise ? -delta : delta); in riseOrSet()
|
D | astro.h | 547 UDate getSunRiseSet(UBool rise); 641 UDate getMoonRiseSet(UBool rise); 665 double riseOrSet(CoordFunc& func, UBool rise,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | astro.cpp | 751 UDate CalendarAstronomer::getSunRiseSet(UBool rise) in getSunRiseSet() argument 759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); in getSunRiseSet() 760 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS))); in getSunRiseSet() 764 rise, in getSunRiseSet() 1285 UDate CalendarAstronomer::getMoonRiseSet(UBool rise) in getMoonRiseSet() argument 1289 rise, in getMoonRiseSet() 1367 UDate CalendarAstronomer::riseOrSet(CoordFunc& func, UBool rise, in riseOrSet() argument 1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet() 1387 …double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 / CalendarAstro… in riseOrSet() 1406 return fTime + (rise ? -delta : delta); in riseOrSet()
|
D | astro.h | 547 UDate getSunRiseSet(UBool rise); 641 UDate getMoonRiseSet(UBool rise); 665 double riseOrSet(CoordFunc& func, UBool rise,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | astro.cpp | 751 UDate CalendarAstronomer::getSunRiseSet(UBool rise) in getSunRiseSet() argument 759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); in getSunRiseSet() 760 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS))); in getSunRiseSet() 764 rise, in getSunRiseSet() 1285 UDate CalendarAstronomer::getMoonRiseSet(UBool rise) in getMoonRiseSet() argument 1289 rise, in getMoonRiseSet() 1367 UDate CalendarAstronomer::riseOrSet(CoordFunc& func, UBool rise, in riseOrSet() argument 1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet() 1387 …double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 / CalendarAstro… in riseOrSet() 1406 return fTime + (rise ? -delta : delta); in riseOrSet()
|
D | astro.h | 547 UDate getSunRiseSet(UBool rise); 641 UDate getMoonRiseSet(UBool rise); 665 double riseOrSet(CoordFunc& func, UBool rise,
|
/third_party/node/deps/icu-small/source/i18n/ |
D | astro.cpp | 751 UDate CalendarAstronomer::getSunRiseSet(UBool rise) in getSunRiseSet() argument 759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); in getSunRiseSet() 760 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS))); in getSunRiseSet() 764 rise, in getSunRiseSet() 1285 UDate CalendarAstronomer::getMoonRiseSet(UBool rise) in getMoonRiseSet() argument 1289 rise, in getMoonRiseSet() 1367 UDate CalendarAstronomer::riseOrSet(CoordFunc& func, UBool rise, in riseOrSet() argument 1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet() 1387 …double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 / CalendarAstro… in riseOrSet() 1406 return fTime + (rise ? -delta : delta); in riseOrSet()
|
D | astro.h | 547 UDate getSunRiseSet(UBool rise); 641 UDate getMoonRiseSet(UBool rise); 665 double riseOrSet(CoordFunc& func, UBool rise,
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 691 public long getSunRiseSet(boolean rise) { 697 setTime(noon + (rise ? -6L : 6L) * HOUR_MS); 703 rise, 1196 public long getMoonRiseSet(boolean rise) 1202 rise, 1288 private long riseOrSet(CoordFunc func, boolean rise, 1306 double lst = ((rise ? PI2-angle : angle) + pos.ascension ) * 24 / PI2; 1323 return time + (rise ? -delta : delta);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CalendarAstronomer.java | 693 public long getSunRiseSet(boolean rise) { 699 setTime(noon + (rise ? -6L : 6L) * HOUR_MS); 705 rise, 1198 public long getMoonRiseSet(boolean rise) 1204 rise, 1290 private long riseOrSet(CoordFunc func, boolean rise, 1308 double lst = ((rise ? PI2-angle : angle) + pos.ascension ) * 24 / PI2; 1325 return time + (rise ? -delta : delta);
|
/third_party/mindspore/mindspore/explainer/explanation/ |
D | __init__.py | 21 from ._attribution._perturbation.rise import RISE
|
/third_party/nghttp2/src/ |
D | shrpx_worker.cc | 101 std::get<4>(*p) = a.rise; in create_downstream_key() 275 dst_addr.rise = src_addr.rise; in replace_downstream_config() 744 if (addr->rise) { in downstream_failure()
|
D | shrpx_worker.h | 99 size_t rise; member
|
D | shrpx_live_check.cc | 684 if (success_count_ < addr_->rise) { in on_success()
|
D | shrpx_config.cc | 846 size_t rise; member 926 out.rise = n; in parse_downstream_params() 1083 addr.rise = params.rise; in parse_mapping()
|
D | shrpx.cc | 1739 "sni=<SNI_HOST>", "fall=<N>", "rise=<N>", in print_help() 1767 offline can be enabled using optional "fall" and "rise" in print_help() 1774 There is also "rise=<N>" parameter. After backend was in print_help()
|
/third_party/boost/boost/polygon/ |
D | polygon_set_data.hpp | 738 int rise = 1; //up sloping 45 in downcast() local 739 if(scanline_base<coordinate_type>::is_horizontal(elem.first)) rise = 0; in downcast() 740 else if(scanline_base<coordinate_type>::is_vertical(elem.first)) rise = 2; in downcast() 746 if(elem.first.first.y() > elem.first.second.y()) rise = -1; //down sloping 45 in downcast() 748 …pename polygon_45_set_data<coordinate_type>::Vertex45Compact vertex(elem.first.first, rise, count); in downcast() 750 …ame polygon_45_set_data<coordinate_type>::Vertex45Compact vertex2(elem.first.second, rise, -count); in downcast()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 1290 屹>'[to rise high]'; 2149 昂>'[rise]'; 2152 昇>'[rise]'; 2213 暹>'[rise]'; 2949 漲>'[rise in price]'; 3052 烝>'[rise]'; 3444 登>'[rise]'; 5067 謖>'[rise up]'; 5217 起>'[rise]';
|
/third_party/toybox/ |
D | README | 120 2) "Why Public Domain?" The rise and fall of copyleft, Ohio LinuxFest 2013
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel_locator.rst | 115 vertically. This gives rise to the Y equivalent of
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel_locator.rst.txt | 115 vertically. This gives rise to the Y equivalent of
|