/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | Utility.cpp | 25 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 …]
|
D | Utility.h | 242 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);
|
D | reference_math.cpp | 3078 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/ |
D | APIInfo.java | 339 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 …]
|
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/arm-optimized-routines/math/ |
D | log2.c | 56 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()
|
D | log.c | 87 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()
|
D | pow.c | 67 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/ |
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 | 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 | 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/elfutils/backends/ |
D | csky_initreg.c | 78 dwarf_regs[36] = user_regs.rhi; in csky_set_initial_registers_tid()
|
/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/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-1996.pat.txt | 16970 2rhi
|
D | hyph-de-ch-1901.pat.txt | 16984 2rhi
|
D | hyph-de-1901.pat.txt | 17086 2rhi
|
/external/curl/ |
D | CHANGES | 2934 Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 13576 $x{diarrhea → dɑɪriə ; # dɑɪɑrhi
|
D | internal_raw_IPA-old.txt | 202019 udverhye %2769 jˌudvˈɛrhi, ˌudvˈɛrhi 207566 verhey vˈərhi
|
D | internal_raw_IPA.txt | 168834 udverhye %2769 jˌudvˈɛrhi, ˌudvˈɛrhi 173475 verhey %33323 vˈərhi
|
/external/strace/ |
D | ChangeLog | 43324 Based on patch by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
|