/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
H A D | InterruptIn-js.cpp | 29 native_ptr->rise(0); in InterruptIn() 44 * InterruptIn#rise (native JavaScript method) 46 * Register a rise callback for an InterruptIn 50 DECLARE_CLASS_FUNCTION(InterruptIn, rise) { in DECLARE_CLASS_FUNCTION() 51 CHECK_ARGUMENT_COUNT(InterruptIn, rise, (args_count == 1)); in DECLARE_CLASS_FUNCTION() 53 // Detach the rise callback when InterruptIn::rise(null) is called 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(c in DECLARE_CLASS_FUNCTION() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A 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() 783 // /*public*/ long getSunRiseSet2(boolean rise) { 848 // double ut = gstToUt(rise ? gstr : gsts); 849 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t); 914 // /*public*/ long getSunRiseSet3(boolean rise) { 931 // // To be able to compute the Sun's rise/se 1285 getMoonRiseSet(UBool rise) getMoonRiseSet() argument 1367 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) riseOrSet() argument [all...] |
H A 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/ |
H A 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() 783 // /*public*/ long getSunRiseSet2(boolean rise) { 848 // double ut = gstToUt(rise ? gstr : gsts); 849 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t); 914 // /*public*/ long getSunRiseSet3(boolean rise) { 931 // // To be able to compute the Sun's rise/se 1285 getMoonRiseSet(UBool rise) getMoonRiseSet() argument 1367 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) riseOrSet() argument [all...] |
H A 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/ |
H A 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() 783 // /*public*/ long getSunRiseSet2(boolean rise) { 848 // double ut = gstToUt(rise ? gstr : gsts); 849 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t); 914 // /*public*/ long getSunRiseSet3(boolean rise) { 931 // // To be able to compute the Sun's rise/se 1285 getMoonRiseSet(UBool rise) getMoonRiseSet() argument 1367 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) riseOrSet() argument [all...] |
H A 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/ |
H A D | CalendarAstronomer.java | 691 public long getSunRiseSet(boolean rise) { in getSunRiseSet() argument 697 setTime(noon + (rise ? -6L : 6L) * HOUR_MS); in getSunRiseSet() 703 rise, in getSunRiseSet() 722 // /*public*/ long getSunRiseSet2(boolean rise) { 788 // double ut = gstToUt(rise ? gstr : gsts); 789 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t); 854 // /*public*/ long getSunRiseSet3(boolean rise) { 871 // // To be able to compute the Sun's rise/set times, you need to be able to 928 // // passes the meridian and the HA of rise/se 1196 getMoonRiseSet(boolean rise) getMoonRiseSet() argument 1288 riseOrSet(CoordFunc func, boolean rise, double diameter, double refraction, long epsilon) riseOrSet() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarAstronomer.java | 693 public long getSunRiseSet(boolean rise) { in getSunRiseSet() argument 699 setTime(noon + (rise ? -6L : 6L) * HOUR_MS); in getSunRiseSet() 705 rise, in getSunRiseSet() 724 // /*public*/ long getSunRiseSet2(boolean rise) { 790 // double ut = gstToUt(rise ? gstr : gsts); 791 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t); 856 // /*public*/ long getSunRiseSet3(boolean rise) { 873 // // To be able to compute the Sun's rise/set times, you need to be able to 930 // // passes the meridian and the HA of rise/se 1198 getMoonRiseSet(boolean rise) getMoonRiseSet() argument 1290 riseOrSet(CoordFunc func, boolean rise, double diameter, double refraction, long epsilon) riseOrSet() argument [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 550 double shift, rise; in load_lut() local 557 /* slope is converted to rise per unit run: in load_lut() 563 rise = tan((double)slope/127 * M_PI/2) * max_out_val / max_in_val; in load_lut() 567 shift = (double)max_out_val/2 - (rise*max_in_val/2); in load_lut() 575 j = rise*i + shift; in load_lut()
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 115 std::get<4>(*p) = a.rise; in create_downstream_key() 318 dst_addr.rise = src_addr.rise; in replace_downstream_config() 1331 if (addr->rise) { in downstream_failure()
|
H A D | shrpx_worker.h | 106 size_t rise; member
|
H A D | shrpx_live_check.cc | 684 if (success_count_ < addr_->rise) { in on_success()
|
H A D | shrpx_config.cc | 956 size_t rise; member 1024 } else if (util::istarts_with_l(param, "rise=")) { in parse_downstream_params() 1025 auto valstr = StringRef{first + str_size("rise="), end}; in parse_downstream_params() 1027 LOG(ERROR) << "backend: rise: non-negative integer is expected"; in parse_downstream_params() 1033 LOG(ERROR) << "backend: rise: non-negative integer is expected"; in parse_downstream_params() 1037 out.rise = n; in parse_downstream_params() 1209 addr.rise = params.rise; in parse_mapping()
|
H A D | shrpx.cc | 2307 "sni=<SNI_HOST>", "fall=<N>", "rise=<N>", in print_help() 2336 offline can be enabled using optional "fall" and "rise" in print_help() 2343 There is also "rise=<N>" parameter. After backend was in print_help()
|
H A D | shrpx_config.h | 539 size_t rise; member
|
/third_party/backends/backend/genesys/ |
H A D | low.cpp | 1919 double shift, rise; in sanei_genesys_load_lut() local 1925 /* slope is converted to rise per unit run: in sanei_genesys_load_lut() 1932 rise = std::tan(static_cast<double>(slope) / 128 * pi_4 + pi_4) * max_out_val / max_in_val; in sanei_genesys_load_lut() 1936 shift = static_cast<double>(max_out_val) / 2 - (rise * max_in_val / 2); in sanei_genesys_load_lut() 1945 j = static_cast<int>(rise * i + shift); in sanei_genesys_load_lut()
|
/third_party/backends/sanei/ |
H A D | sanei_magic.c | 1388 int rise, run; in getLine() local 1495 rise = buff[j] - buff[i]; in getLine() 1498 slope = (double)rise/run; in getLine()
|
/third_party/backends/backend/ |
H A D | epjitsu.c | 2293 double shift, rise; in load_lut() local 2300 /* slope is converted to rise per unit run: in load_lut() 2306 rise = tan((double)slope/127 * M_PI/2) * max_out_val / max_in_val; in load_lut() 2310 shift = (double)max_out_val/2 - (rise*max_in_val/2); in load_lut() 2318 j = rise*i + shift; in load_lut()
|
H A D | canon_dr.c | 9246 double shift, rise; in load_lut() local 9253 /* slope is converted to rise per unit run: in load_lut() 9259 rise = tan((double)slope/128 * M_PI_4 + M_PI_4) * max_out_val / max_in_val; in load_lut() 9263 shift = (double)max_out_val/2 - (rise*max_in_val/2); in load_lut() 9271 j = rise*i + shift; in load_lut()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |