Searched refs:rhi (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 336 APIInfo rhi = (APIInfo)rhs; in defaultComparator() 337 int result = lhi.pack.compareTo(rhi.pack); in defaultComparator() 340 … .compareTo(rhi.getVal(CAT) == CAT_CLASS || rhi.getVal(CAT) == CAT_ENUM ? rhi.name : rhi.cls); in defaultComparator() 342 result = lhi.getVal(CAT)- rhi.getVal(CAT); in defaultComparator() 344 result = lhi.name.compareTo(rhi.name); in defaultComparator() 346 result = lhi.sig.compareTo(rhi.sig); in defaultComparator() 367 APIInfo rhi = (APIInfo)rhs; in changedComparator() 368 int result = lhi.pack.compareTo(rhi.pack); in changedComparator() 371 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in changedComparator() 373 result = lhi.getVal(CAT)- rhi.getVal(CAT); in changedComparator() [all …]
|
D | CheckAPI.java | 390 Info rhi = (Info)rhs; in defaultComparator() 391 int result = lhi.pack.compareTo(rhi.pack); in defaultComparator() 394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in defaultComparator() 396 result = lhi.getVal(CAT)- rhi.getVal(CAT); in defaultComparator() 398 result = lhi.name.compareTo(rhi.name); in defaultComparator() 400 result = lhi.sig.compareTo(rhi.sig); in defaultComparator() 415 Info rhi = (Info)rhs; in changedComparator() 416 int result = lhi.pack.compareTo(rhi.pack); in changedComparator() 419 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in changedComparator() 421 result = lhi.getVal(CAT)- rhi.getVal(CAT); in changedComparator() [all …]
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | qadd_test.c | 22 double rhi; double rlo; member 113 r.hi = edgeCases[i].rhi; in testEdgeCases() 1822 r.hi = accuracyTests[i].rhi; in testAccuracy()
|
D | qsub_test.c | 22 double rhi; double rlo; member 113 r.hi = edgeCases[i].rhi; in testEdgeCases() 1824 r.hi = accuracyTests[i].rhi; in testAccuracy()
|
D | qdiv_test.c | 22 double rhi; double rlo; member 113 r.hi = edgeCases[i].rhi; in testEdgeCases() 745 r.hi = accuracyTests[i].rhi; in testAccuracy()
|
D | qmul_test.c | 22 double rhi; double rlo; member 113 r.hi = edgeCases[i].rhi; in testEdgeCases() 743 r.hi = accuracyTests[i].rhi; in testAccuracy()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 7919 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; in image_transform_png_set_rgb_to_gray_mod() local 7938 r = rlo = rhi = that->redf; in image_transform_png_set_rgb_to_gray_mod() 7941 rhi += that->rede; in image_transform_png_set_rgb_to_gray_mod() 7942 rhi = DU(rhi, calc_depth, 1/*round*/); in image_transform_png_set_rgb_to_gray_mod() 7970 rhi = DU(rhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod() 7980 rhi = DU(pow(rhi, power)+abse, calc_depth, 1); in image_transform_png_set_rgb_to_gray_mod() 8014 grayhi = DU(rhi * (data.red_coefficient+ce) + in image_transform_png_set_rgb_to_gray_mod() 8030 rhi = DU(rhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod() 8141 double rhi, ghi, bhi, grayhi; in image_transform_png_set_rgb_to_gray_mod() local 8144 rhi = r + re + in_qe; if (rhi > 1) rhi = 1; in image_transform_png_set_rgb_to_gray_mod() [all …]
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 1336 int rlo = INT_MAX, rhi = INT_MIN; in find_val() local 1350 rhi = options[opt].values[j-1U].value; in find_val() 1359 if (ep == str+len && l >= rlo && l <= rhi) in find_val()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 968 SDValue rhi = DAG.getNode(SPUISD::SHL_BYTES, dl, MVT::i128, Value, in LowerSTORE() local 976 rhi = DAG.getNode(ISD::OR, dl, MVT::i128, in LowerSTORE() 978 DAG.getNode(ISD::BITCAST, dl, MVT::i128, rhi)); in LowerSTORE() 983 hi = DAG.getStore(the_chain, dl, rhi, in LowerSTORE()
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 990 rhi-noc-er-os
|
D | hyph-en-us.hyp.txt | 991 rhi-noc-er-os
|
/external/hyphenation-patterns/de/ |
D | hyph-de-ch-1901.pat.txt | 15054 2rhi
|
D | hyph-de-1996.pat.txt | 14967 2rhi
|
D | hyph-de-1901.pat.txt | 15189 2rhi
|
/external/strace/ |
D | ChangeLog | 28680 Based on patch by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
|