HomeSort by relevance Sort by last modified time
    Searched defs:comp1 (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 297 MathContext comp1 = new MathContext(0, MathContext.PLAIN); local
299 if ((comp1.getDigits() != resultICU.getDigits()) ||
300 (comp1.getForm() != resultICU.getForm()) ||
301 (comp1.getLostDigits() != resultICU.getLostDigits()) ||
302 (comp1.getRoundingMode() != resultICU.getRoundingMode()))
305 " / expected: " + comp1.toString());
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 679 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_SRC; local
705 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0;
726 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
731 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 202 BigDecimal comp1 = new BigDecimal("1.00"); local
205 comp1.compareTo(comp2) == 0);
208 comp3.compareTo(comp1) == 1);
211 comp4.compareTo(comp1) == -1);
    [all...]
  /external/crcalc/src/com/hp/creals/
CR.java 483 int comp1 = this_appr.compareTo(x_appr.add(big1)); local
484 if (comp1 > 0) return 1;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 1284 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); local
    [all...]

Completed in 1321 milliseconds