Home
last modified time | relevance | path

Searched refs:comp2 (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/math/src/test/java/tests/api/java/math/
DBigDecimalTest.java203 BigDecimal comp2 = new BigDecimal(1.000000D); in test_compareToLjava_math_BigDecimal() local
205 comp1.compareTo(comp2) == 0); in test_compareToLjava_math_BigDecimal()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1263 unsigned int comp2 = get_lig_comp (c->buffer->info[j]); in apply() local
1268 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
1273 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll435 %comp2 = icmp ult i32 undef, 3
436 br i1 %comp2, label %loop.inner2.begin, label %loop.end