Home
last modified time | relevance | path

Searched refs:showDelta (Results 1 – 2 of 2) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestUnits.java1601 Rational x = showDelta("pound-fahrenheit", "gram-celsius", false);
1602 Rational y = showDelta("calorie", "joule", false);
1603 showDelta("product\t", x.multiply(y));
1604 showDelta("british-thermal-unit", "calorie", false);
1605 showDelta("inch-ofhg", "pascal", false);
1606 showDelta("millimeter-ofhg", "pascal", false);
1607 showDelta("ofhg", "kilogram-per-square-meter-square-second", false);
1608 showDelta("13595.1*gravity", Rational.of("9.80665*13595.1"));
1658 private Rational showDelta(String firstUnit, String secondUnit, boolean showYourWork) {
1660 return showDelta(firstUnit + "\t" + secondUnit, x);
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dvisual.c3637 bool showDelta = r_config_get_i (core->config, "scr.slow"); in r_core_visual_title() local
3724 f = r_flag_get_at (core->flags, addr, showDelta); in r_core_visual_title()
3728 f = r_flag_get_at (core->flags, addr, showDelta); in r_core_visual_title()