Searched refs:cell1 (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableTable.java | 124 @Override public int compare(Cell<R, C, V> cell1, Cell<R, C, V> cell2) { 126 : rowComparator.compare(cell1.getRowKey(), cell2.getRowKey()); 131 : columnComparator.compare(cell1.getColumnKey(), cell2.getColumnKey());
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StateDictionary.java | 460 Cell cell1 = row1.byteToCell.get(key); 462 if (0 != (result = cell1.deltaResult - cell2.deltaResult)) { 465 if (cell1.returns != cell2.returns) { 466 return cell1.returns ? 1 : -1; 468 if (0 != (result = compare(cell1.nextRow, cell2.nextRow))) {
|
/external/python/cpython2/Lib/test/ |
D | test_py3kwarn.py | 122 cell1, = f(1).func_closure 124 self.assertWarning(cell0 == cell1, w, expected) 126 self.assertWarning(cell0 < cell1, w, expected)
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 229 int cell0, cell1; in LinLerp1Dfloat() local 243 cell1 = (int) ceil(val2); in LinLerp1Dfloat() 249 y1 = LutTable[cell1] ; in LinLerp1Dfloat() 295 int cell0, cell1; in Eval1InputFloat() local 310 cell1 = (int) ceil(val2); in Eval1InputFloat() 316 cell1 *= p -> opta[0]; in Eval1InputFloat() 321 y1 = LutTable[cell1 + OutChan] ; in Eval1InputFloat()
|