Home
last modified time | relevance | path

Searched refs:rhi (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java336 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 …]
DCheckAPI.java390 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/
Dqadd_test.c22 double rhi; double rlo; member
113 r.hi = edgeCases[i].rhi; in testEdgeCases()
1822 r.hi = accuracyTests[i].rhi; in testAccuracy()
Dqsub_test.c22 double rhi; double rlo; member
113 r.hi = edgeCases[i].rhi; in testEdgeCases()
1824 r.hi = accuracyTests[i].rhi; in testAccuracy()
Dqdiv_test.c22 double rhi; double rlo; member
113 r.hi = edgeCases[i].rhi; in testEdgeCases()
745 r.hi = accuracyTests[i].rhi; in testAccuracy()
Dqmul_test.c22 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/
Dpngvalid.c7919 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/
Dpngcp.c1336 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/
DSPUISelLowering.cpp968 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/
Dushyphex.tex990 rhi-noc-er-os
Dhyph-en-us.hyp.txt991 rhi-noc-er-os
/external/hyphenation-patterns/de/
Dhyph-de-ch-1901.pat.txt15054 2rhi
Dhyph-de-1996.pat.txt14967 2rhi
Dhyph-de-1901.pat.txt15189 2rhi
/external/strace/
DChangeLog28680 Based on patch by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.