Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
DUtility.cpp25 void MulD(double *rhi, double *rlo, double u, double v) in MulD() argument
41 *rhi = rh; in MulD()
45 void AddD(double *rhi, double *rlo, double a, double b) in AddD() argument
58 *rhi = zhi; in AddD()
62 void MulDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl) in MulDD() argument
80 *rhi = mh + ml; in MulDD()
81 *rlo = (mh - (*rhi)) + ml; in MulDD()
84 void AddDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl) in AddDD() argument
89 *rhi = r + s; in AddDD()
90 *rlo = (r - (*rhi)) + s; in AddDD()
[all …]
DUtility.h242 void MulD(double *rhi, double *rlo, double u, double v);
243 void AddD(double *rhi, double *rlo, double a, double b);
244 void MulDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl);
245 void AddDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl);
Dreference_math.cpp3078 static void __sqrt_ep(double *rhi, double *rlo, double xhi, double xlo) in __sqrt_ep() argument
3092 MulDD(rhi, rlo, yhi, ylo, xhi, xlo); in __sqrt_ep()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java339 APIInfo rhi = (APIInfo)rhs; in defaultComparator()
340 int result = lhi.pack.compareTo(rhi.pack); in defaultComparator()
343 … .compareTo(rhi.getVal(CAT) == CAT_CLASS || rhi.getVal(CAT) == CAT_ENUM ? rhi.name : rhi.cls); in defaultComparator()
345 result = lhi.getVal(CAT)- rhi.getVal(CAT); in defaultComparator()
347 result = lhi.name.compareTo(rhi.name); in defaultComparator()
349 result = lhi.sig.compareTo(rhi.sig); in defaultComparator()
371 APIInfo rhi = (APIInfo)rhs; in changedComparator()
372 int result = lhi.pack.compareTo(rhi.pack); in changedComparator()
375 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in changedComparator()
377 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/arm-optimized-routines/math/
Dlog2.c56 double_t rhi, rlo; in log2() local
57 rhi = asdouble (asuint64 (r) & -1ULL << 32); in log2()
58 rlo = r - rhi; in log2()
59 hi = rhi * InvLn2hi; in log2()
109 double_t rhi, rlo; in log2() local
112 rhi = asdouble (asuint64 (r) & -1ULL << 32); in log2()
113 rlo = r - rhi; in log2()
114 t1 = rhi * InvLn2hi; in log2()
Dlog.c87 double_t rhi = r + w - w; in log() local
88 double_t rlo = r - rhi; in log()
89 w = rhi * rhi * B[0]; /* B[0] == -0.5. */ in log()
92 lo += B[0] * rlo * (rhi + r); in log()
Dpow.c67 double_t rhi = zhi * invc - 1.0; in log_inline() local
69 r = rhi + rlo; in log_inline()
89 double_t arhi = A[0] * rhi; in log_inline()
90 double_t arhi2 = rhi * arhi; in log_inline()
/external/compiler-rt/test/builtins/Unit/ppc/
Dqsub_test.c22 double rhi; double rlo; member
113 r.hi = edgeCases[i].rhi; in testEdgeCases()
1824 r.hi = accuracyTests[i].rhi; in testAccuracy()
Dqadd_test.c22 double rhi; double rlo; member
113 r.hi = edgeCases[i].rhi; in testEdgeCases()
1822 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/elfutils/backends/
Dcsky_initreg.c78 dwarf_regs[36] = user_regs.rhi; in csky_set_initial_registers_tid()
/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/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-1996.pat.txt16970 2rhi
Dhyph-de-ch-1901.pat.txt16984 2rhi
Dhyph-de-1901.pat.txt17086 2rhi
/external/curl/
DCHANGES2934 Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt13576 $x{diarrhea → dɑɪriə ; # dɑɪɑrhi
Dinternal_raw_IPA-old.txt202019 udverhye %2769 jˌudvˈɛrhi, ˌudvˈɛrhi
207566 verhey vˈərhi
Dinternal_raw_IPA.txt168834 udverhye %2769 jˌudvˈɛrhi, ˌudvˈɛrhi
173475 verhey %33323 vˈərhi
/external/strace/
DChangeLog43324 Based on patch by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.