/third_party/boost/boost/numeric/interval/detail/ |
D | division.hpp | 34 const T& yu = y.upper(); in div_non_zero() local 36 if (::boost::numeric::interval_lib::user::is_neg(yu)) in div_non_zero() 37 return I(rnd.div_down(xu, yl), rnd.div_up(xl, yu), true); in div_non_zero() 39 return I(rnd.div_down(xl, yl), rnd.div_up(xu, yu), true); in div_non_zero() 41 if (::boost::numeric::interval_lib::user::is_neg(yu)) in div_non_zero() 42 return I(rnd.div_down(xu, yu), rnd.div_up(xl, yu), true); in div_non_zero() 46 if (::boost::numeric::interval_lib::user::is_neg(yu)) in div_non_zero() 47 return I(rnd.div_down(xu, yu), rnd.div_up(xl, yl), true); in div_non_zero() 49 return I(rnd.div_down(xl, yu), rnd.div_up(xu, yl), true); in div_non_zero() 59 const T& yu = y.upper(); in div_non_zero() local [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | wo.txt | 58 other{"Real yu Bresil"} 61 other{"Yuan yu Siin"} 67 other{"Pound yu Grànd Brëtaañ"} 70 other{"Rupee yu End"} 73 other{"Yen yu Sapoŋ"} 76 other{"Ruble yu Risi"} 82 other{"Franc CFA yu Afrik Sowwu-jant"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | fr.txt | 309 "1yuè", 310 "2yuè", 311 "3yuè", 312 "4yuè", 313 "5yuè", 314 "6yuè", 315 "7yuè", 316 "8yuè", 317 "9yuè", 318 "10yuè", [all …]
|
/third_party/boost/boost/numeric/interval/ |
D | arith.hpp | 183 const T& yu = y.upper(); in operator *() local 188 if (interval_lib::user::is_pos(yu)) // M * M in operator *() 189 return I(min BOOST_PREVENT_MACRO_SUBSTITUTION(rnd.mul_down(xl, yu), rnd.mul_down(xu, yl)), in operator *() 190 … max BOOST_PREVENT_MACRO_SUBSTITUTION(rnd.mul_up (xl, yl), rnd.mul_up (xu, yu)), true); in operator *() 194 if (interval_lib::user::is_pos(yu)) // M * P in operator *() 195 return I(rnd.mul_down(xl, yu), rnd.mul_up(xu, yu), true); in operator *() 200 if (interval_lib::user::is_pos(yu)) // N * M in operator *() 201 return I(rnd.mul_down(xl, yu), rnd.mul_up(xl, yl), true); in operator *() 203 return I(rnd.mul_down(xu, yu), rnd.mul_up(xl, yl), true); in operator *() 205 if (interval_lib::user::is_pos(yu)) // N * P in operator *() [all …]
|
D | arith2.hpp | 181 T yu = pow_up(static_cast<T>(-x.lower()), pwr, rnd); in pow() local 183 return I(-yu, -yl, true); in pow() 185 return I(yl, yu, true); in pow()
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | wo.txt | 59 other{"Real yu Bresil"} 62 other{"Yuan yu Siin"} 68 other{"Pound yu Grànd Brëtaañ"} 71 other{"Rupee yu End"} 74 other{"Yen yu Sapoŋ"} 77 other{"Ruble yu Risi"} 83 other{"Franc CFA yu Afrik Sowwu-jant"}
|
/third_party/icu/icu4c/source/data/curr/ |
D | wo.txt | 59 other{"Real yu Bresil"} 62 other{"Yuan yu Siin"} 68 other{"Pound yu Grànd Brëtaañ"} 71 other{"Rupee yu End"} 74 other{"Yen yu Sapoŋ"} 77 other{"Ruble yu Risi"} 83 other{"Franc CFA yu Afrik Sowwu-jant"}
|
/third_party/icu/icu4c/source/data/locales/ |
D | fr.txt | 316 "1yuè", 317 "2yuè", 318 "3yuè", 319 "4yuè", 320 "5yuè", 321 "6yuè", 322 "7yuè", 323 "8yuè", 324 "9yuè", 325 "10yuè", [all …]
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | fr.txt | 316 "1yuè", 317 "2yuè", 318 "3yuè", 319 "4yuè", 320 "5yuè", 321 "6yuè", 322 "7yuè", 323 "8yuè", 324 "9yuè", 325 "10yuè", [all …]
|
/third_party/libsnd/src/G72x/ |
D | g72x.c | 118 state_ptr->yu = 544 ; in private_init_state() 305 return (state_ptr->yu) ; in step_size() 308 dif = state_ptr->yu - y ; in step_size() 450 state_ptr->yu = y + ((wi - y) >> 5) ; in update() 453 if (state_ptr->yu < 544) /* 544 <= yu <= 5120 */ in update() 454 state_ptr->yu = 544 ; in update() 455 else if (state_ptr->yu > 5120) in update() 456 state_ptr->yu = 5120 ; in update() 460 state_ptr->yl += state_ptr->yu + ((-state_ptr->yl) >> 6) ; in update()
|
D | g72x_priv.h | 46 short yu ; /* Unlocked or non-steady state step size multiplier. */ member
|
/third_party/weston/clients/ |
D | touch-calibrator.c | 198 wire_to_point(uint32_t xu, uint32_t yu) in wire_to_point() argument 202 .y = (double)yu / 0xffffffff in wire_to_point() 209 sample_touch_down(struct calibrator *cal, uint32_t xu, uint32_t yu) in sample_touch_down() argument 213 s->touched = wire_to_point(xu, yu); in sample_touch_down() 221 uint32_t xu, uint32_t yu) in coordinate_result_handler() argument 228 s->drawn_cal = wire_to_point(xu, yu); in coordinate_result_handler() 622 uint32_t time, int32_t id, uint32_t xu, uint32_t yu) in down_handler() argument 630 sample_touch_down(cal, xu, yu); in down_handler() 674 uint32_t time, int32_t id, uint32_t xu, uint32_t yu) in motion_handler() argument
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Kana.txt | 22 # | si ~yu: shu 26 # | zi ~yu: ju 30 # | ti ~yu: chu 31 # | ti ~yu: cho 109 yu ← '~'ュ; 249 yu ↔ ユ ; 303 '~yu' ↔ ュ ;
|
D | mn_mn_Latn_BGN.txt | 139 # In monosyllables, the character ю is romanized yu or yü depending on 140 # pronunciation; in polysyllables, it is romanized yu when followed by 148 ю → yu ; # CYRILLIC SMALL LETTER YU
|
D | Hani_Latn.txt | 1342 [澚]→yu; 1343 [㠾㾓䡝䥉䨊冤剈囦嬽寃悁惌棩淵渁渆渊渕灁眢箢葾蒬蜎蜵裷駌鳶鴛鵷鸢鸳鹓鼘鼝]→yuān; 1344 …圎園圓垣塬媴嫄援杬榞榬橼櫞沅湲源溒爰猨猿獂笎緣縁缘羱茒蒝薗蚖蝝蝯螈袁謜貟贠轅辕邍邧酛鈨鎱騵魭鶢鶰黿鼋]→yuán; 1345 [䛄䛇䩩盶远逺遠鋺]→yuǎn; 1346 [㤪㥐㭇䅈䏍䬇䬼傆噮垸夗妴媛怨愿掾瑗禐肙苑衏裫褑褤院願]→yuàn; 1347 [彟彠曰曱矱箹約约]→yuē; 1348 []→yuě; 1349 …]→yuè;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Kana.txt | 23 # | si ~yu: shu 27 # | zi ~yu: ju 31 # | ti ~yu: chu 32 # | ti ~yu: cho 110 yu ← '~'ュ; 250 yu ↔ ユ ; 304 '~yu' ↔ ュ ;
|
D | mn_mn_Latn_BGN.txt | 140 # In monosyllables, the character ю is romanized yu or yü depending on 141 # pronunciation; in polysyllables, it is romanized yu when followed by 149 ю → yu ; # CYRILLIC SMALL LETTER YU
|
D | Hani_Latn.txt | 1344 [澚]→yu; 1345 [㠾㾓䡝䥉䨊冤剈囦嬽寃悁惌棩淵渁渆渊渕灁眢箢葾蒬蜎蜵裷駌鳶鴛鵷鸢鸳鹓鼘鼝]→yuān; 1346 …溒爰猨猿獂笎緣縁缘羱茒蒝薗蚖蝝蝯螈袁謜貟贠轅辕邍邧酛鈨鎱騵魭鶢鶰黿鼋]→yuán; 1347 [䛄䛇䩩盶远逺遠鋺]→yuǎn; 1348 [㤪㥐㭇䅈䏍䬇䬼傆噮垸夗妴媛怨愿掾瑗禐肙苑衏裫褑褤院願]→yuàn; 1349 [彟彠曰曱矱箹約约]→yuē; 1350 []→yuě; 1351 …]→yuè;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Kana.txt | 23 # | si ~yu: shu 27 # | zi ~yu: ju 31 # | ti ~yu: chu 32 # | ti ~yu: cho 110 yu ← '~'ュ; 250 yu ↔ ユ ; 304 '~yu' ↔ ュ ;
|
D | mn_mn_Latn_BGN.txt | 140 # In monosyllables, the character ю is romanized yu or yü depending on 141 # pronunciation; in polysyllables, it is romanized yu when followed by 149 ю → yu ; # CYRILLIC SMALL LETTER YU
|
D | Hani_Latn.txt | 1344 [澚]→yu; 1345 [㠾㾓䡝䥉䨊冤剈囦嬽寃悁惌棩淵渁渆渊渕灁眢箢葾蒬蜎蜵裷駌鳶鴛鵷鸢鸳鹓鼘鼝]→yuān; 1346 …溒爰猨猿獂笎緣縁缘羱茒蒝薗蚖蝝蝯螈袁謜貟贠轅辕邍邧酛鈨鎱騵魭鶢鶰黿鼋]→yuán; 1347 [䛄䛇䩩盶远逺遠鋺]→yuǎn; 1348 [㤪㥐㭇䅈䏍䬇䬼傆噮垸夗妴媛怨愿掾瑗禐肙苑衏裫褑褤院願]→yuàn; 1349 [彟彠曰曱矱箹約约]→yuē; 1350 []→yuě; 1351 …]→yuè;
|
/third_party/ffmpeg/libavcodec/ |
D | g726.c | 88 int yu; /**< fast scale factor */ member 256 c->yu = av_clip(c->y + c->tbls.W[I] + ((-c->y)>>5), 544, 5120); in g726_decode() 257 c->yl += c->yu + ((-c->yl)>>6); in g726_decode() 261 c->y = (c->yl + (c->yu - (c->yl>>6))*al) >> 6; in g726_decode() 287 c->yu = 544; in g726_reset()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Han_Pinyin.txt | 641 傆 > yuàn; #5086 827 元 > yuán; #5143 922 冤 > yuān; #51A4 1032 刖 > yuè; #5216 1082 剈 > yuān; #5248 1420 原 > yuán; #539F 1422 厡 > yuán; #53A1 1442 厵 > yuán; #53B5 1603 员 > yuán; #5458 1726 哕 > yuĕ; #54D5 [all …]
|
/third_party/node/test/fixtures/keys/ |
D | rsa_private_pkcs8.pem | 17 Ob+76rSfuL8wGR4OBNmQdhLuU9zTIh22pog+XPnLPAecC+4yu/wtJ2SPCKiKDbJB
|
D | rsa_private_pkcs8_bad.pem | 17 Ob+76rSfuL8wGR4OBNmQdhLuU9zTIh22pog+XPnLPAecC+4yu/wtJ2SPCKiKDbJB
|