Home
last modified time | relevance | path

Searched full:dr (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DPeriodFormatterData.java36 final DataRecord dr; field in PeriodFormatterData
42 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument
43 this.dr = dr; in PeriodFormatterData()
49 if (dr == null) { in PeriodFormatterData()
68 return dr.pl; in pluralization()
76 return dr.allowZero; in allowZero()
80 return dr.weeksAloneOnly; in weeksAloneOnly()
84 return dr.useMilliseconds; in useMilliseconds()
97 if (dr.scopeData != null) { in appendPrefix()
99 ScopeData sd = dr.scopeData[ix]; in appendPrefix()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DPeriodFormatterData.java38 final DataRecord dr; field in PeriodFormatterData
44 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument
45 this.dr = dr; in PeriodFormatterData()
51 if (dr == null) { in PeriodFormatterData()
70 return dr.pl; in pluralization()
78 return dr.allowZero; in allowZero()
82 return dr.weeksAloneOnly; in weeksAloneOnly()
86 return dr.useMilliseconds; in useMilliseconds()
99 if (dr.scopeData != null) { in appendPrefix()
101 ScopeData sd = dr.scopeData[ix]; in appendPrefix()
[all …]
/external/skia/tools/skdiff/
Dskdiff.cpp145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); in colors_match_thresholded() local
150 (SkAbs32(dr) <= threshold) && in colors_match_thresholded()
158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { in compute_diff() argument
159 const int w = dr->fComparison.fBitmap.width(); in compute_diff()
160 const int h = dr->fComparison.fBitmap.height(); in compute_diff()
161 if (w != dr->fBase.fBitmap.width() || h != dr->fBase.fBitmap.height()) { in compute_diff()
162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff()
174 dr->fWeightedFraction = 0; in compute_diff()
177 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y); in compute_diff()
178 SkPMColor c1 = *dr->fComparison.fBitmap.getAddr32(x, y); in compute_diff()
[all …]
Dskdiff_image.cpp325 DiffRecord dr; in main() local
327 &dr); in main()
329 if (DiffResource::isStatusFailed(dr.fBase.fStatus)) { in main()
330 printf("Base %s.\n", DiffResource::getStatusDescription(dr.fBase.fStatus)); in main()
332 if (DiffResource::isStatusFailed(dr.fComparison.fStatus)) { in main()
333 printf("Comparison %s.\n", DiffResource::getStatusDescription(dr.fComparison.fStatus)); in main()
335 printf("Base and Comparison %s.\n", DiffRecord::getResultDescription(dr.fResult)); in main()
337 if (DiffRecord::kDifferentPixels_Result == dr.fResult) { in main()
338 printf("%.4f%% of pixels differ", 100 * dr.fFractionDifference); in main()
339 printf(" (%.4f%% weighted)", 100 * dr.fWeightedFraction); in main()
[all …]
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate()
32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
33 …return (imm & 0x3ff) ? push_inst(compiler, OR | D(dst) | S1(dst) | IMM_ARG | (imm & 0x3ff), DR(dst… in load_immediate()
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
71 …return push_inst(compiler, (op == SLJIT_MOV_S16 ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)… in emit_single_op()
79 …return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flag… in emit_single_op()
[all …]
DsljitNativeMIPS_32.c46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
79 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
90 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op()
91 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
94 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
106 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
[all …]
DsljitNativeMIPS_64.c129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
135 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
150 FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
170 return push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
178 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op()
179 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
181 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
192 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(16), DR(dst))); in emit_single_op()
193 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op()
[all …]
DsljitNativeMIPS_common.c92 #define DR(dr) (reg_map[dr]) macro
562 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter()
566 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_enter()
567 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter()
568 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(TMP_REG1) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter()
588 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0))); in sljit_emit_enter()
590 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1))); in sljit_emit_enter()
592 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2))); in sljit_emit_enter()
628 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_return()
629 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | T(TMP_REG1) | D(TMP_REG1), DR(TMP_REG1))); in sljit_emit_return()
[all …]
/external/valgrind/none/tests/s390x/
Ddiv.stdout.exp13 dr 00000000000000000000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000000)
14 dr 00000000000000000000000000000001 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000001)
15 dr 0000000000000000000000000000FFFF / 7FFFFFFFFFFFFFFA = 00000000FFFFD556 (rem 0000000000000003)
16 dr 00000000000000000000000000007FFF / 7FFFFFFFFFFFFFFA = 00000000FFFFEAAB (rem 0000000000000001)
17 dr 00000000000000000000000000008000 / 7FFFFFFFFFFFFFFA = 00000000FFFFEAAB (rem 0000000000000002)
18 dr 000000000000000000000000FFFFFFFF / 7FFFFFFFFFFFFFFA = 00000000D5555556 (rem 0000000000000003)
19 dr 00000000000000000000000080000000 / 7FFFFFFFFFFFFFFA = 00000000EAAAAAAB (rem 0000000000000002)
20 dr 0000000000000000000000007FFFFFFF / 7FFFFFFFFFFFFFFA = 00000000EAAAAAAB (rem 0000000000000001)
21 dr 0000000000000000FFFFFFFFFFFFFFFF / 7FFFFFFFFFFFFFFA = FFFFFFFFD5555556 (rem 0000000000000003)
22 dr 00000000000000008000000000000000 / 7FFFFFFFFFFFFFFA = 8000000000000000 (rem 0000000000000000)
[all …]
/external/clang/www/
Dmake_cxx_dr_status16 class DR: class
23 def parse(dr): argument
26 for col in dr.split('</TR>', 1)[0].split('<TD')[1:]
32 return DR(section, issue, url, status, title)
47 drs = sorted((parse(dr) for dr in file(index, 'r').read().split('<TR>')[2:]),
48 key = lambda dr: dr.issue)
136 assert False, 'unknown status %s for issue %s' % (status, dr.issue)
140 for dr in drs:
141 if dr.status in ('concepts',):
144 if dr.status in ('open', 'concurrency', 'drafting', 'review', 'extension'):
[all …]
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt76 ČAKIĆ ZLATOJE DR
151 ČANAK BOSILJKA DR
216 ČAPELJA JAN DR
314 ČEHAK KALMAN DR
375 ČELIĆ STANKO DR
563 ČIKOŠ JOSIP DR
1045 ČURIĆ RADOSLAV DR PROF
1301 ŠARČEVIĆ MARGITA DR
1331 ŠARANOVIĆ MILADIN DR LEKAR
1378 ŠARKOVIĆ MIODRAG DR
[all …]
/external/tcpdump/tests/
Dpimv2_sm-v.out6 DR Priority Option (19), length 4, Value: 1
13 DR Priority Option (19), length 4, Value: 1
26 DR Priority Option (19), length 4, Value: 1
33 DR Priority Option (19), length 4, Value: 1
40 DR Priority Option (19), length 4, Value: 1
47 DR Priority Option (19), length 4, Value: 1
60 DR Priority Option (19), length 4, Value: 1
67 DR Priority Option (19), length 4, Value: 1
76 DR Priority Option (19), length 4, Value: 1
83 DR Priority Option (19), length 4, Value: 1
[all …]
Dpimv2_dm-v.out6 DR Priority Option (19), length 4, Value: 1
13 DR Priority Option (19), length 4, Value: 1
28 DR Priority Option (19), length 4, Value: 1
35 DR Priority Option (19), length 4, Value: 1
42 DR Priority Option (19), length 4, Value: 1
49 DR Priority Option (19), length 4, Value: 1
56 DR Priority Option (19), length 4, Value: 1
63 DR Priority Option (19), length 4, Value: 1
70 DR Priority Option (19), length 4, Value: 1
77 DR Priority Option (19), length 4, Value: 1
[all …]
Dpimv2_hellos-v.out6 DR Priority Option (19), length 4, Value: 1
13 DR Priority Option (19), length 4, Value: 1
20 DR Priority Option (19), length 4, Value: 1
27 DR Priority Option (19), length 4, Value: 1
34 DR Priority Option (19), length 4, Value: 1
41 DR Priority Option (19), length 4, Value: 1
/external/mesa3d/src/compiler/glsl/
Dir_array_refcount.cpp81 ir_array_refcount_entry::mark_array_elements_referenced(const array_deref_range *dr, in mark_array_elements_referenced() argument
87 mark_array_elements_referenced(dr, count, 1, 0); in mark_array_elements_referenced()
91 ir_array_refcount_entry::mark_array_elements_referenced(const array_deref_range *dr, in mark_array_elements_referenced() argument
101 if (dr[i].index < dr[i].size) { in mark_array_elements_referenced()
102 linearized_index += dr[i].index * scale; in mark_array_elements_referenced()
103 scale *= dr[i].size; in mark_array_elements_referenced()
113 for (unsigned j = 0; j < dr[i].size; j++) { in mark_array_elements_referenced()
114 mark_array_elements_referenced(&dr[i + 1], in mark_array_elements_referenced()
116 scale * dr[i].size, in mark_array_elements_referenced()
195 array_deref_range *const dr = get_array_deref(); in visit_enter() local
[all …]
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp226 BRect dr = bitmap->Bounds(); in CopyPixelsOut() local
230 // int32 w2 = dr.IntegerWidth(); in CopyPixelsOut()
231 // int32 h2 = dr.IntegerHeight(); in CopyPixelsOut()
233 sr = sr & dr.OffsetBySelf(location); in CopyPixelsOut()
234 dr = sr.OffsetByCopy(-location.x, -location.y); in CopyPixelsOut()
244 d = (uint32 *)(pd + (y + (uint32)(dr.top - sr.top)) in CopyPixelsOut()
246 d += (uint32) dr.left; in CopyPixelsOut()
247 memcpy(d, s, dr.IntegerWidth() * 4); in CopyPixelsOut()
271 BRect dr = fBitmap->Bounds(); in CopyPixelsIn() local
273 sr = sr & dr.OffsetBySelf(location); in CopyPixelsIn()
[all …]
/external/llvm/test/MC/COFF/
Dsection-comdat.s4 .section assocSec, "dr", discard, "assocSym"
7 .section secName, "dr", discard, "Symbol1"
12 .section secName, "dr", one_only, "Symbol2"
17 .section SecName, "dr", same_size, "Symbol3"
22 .section SecName, "dr", same_contents, "Symbol4"
27 .section SecName, "dr", associative, "assocSym"
32 .section SecName, "dr", largest, "Symbol6"
37 .section SecName, "dr", newest, "Symbol7"
42 .section assocSec, "dr", associative, "assocSym"
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DScaling.h84 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors in compute() local
85 Dr.resize(m); Dc.resize(n); in compute()
92 Dr.setZero(); Dc.setZero(); in compute()
97 if ( Dr(it.row()) < abs(it.value()) ) in compute()
98 Dr(it.row()) = abs(it.value()); in compute()
106 Dr(i) = std::sqrt(Dr(i)); in compute()
112 m_left(i) /= Dr(i); in compute()
121 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) ); in compute()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() argument
56 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr()
229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() argument
231 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) in CheckDeclRef()
232 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef()
245 const DeclRefExpr *DR; in isIncrement() local
247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement()
248 if (DR->getDecl() == VD) in isIncrement()
251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()
252 if (DR->getDecl() == VD) in isIncrement()
[all …]
/external/skia/src/jumper/
DSkJumper_stages_lowp.cpp103 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da); \
105 F r, F g, F b, F a, F dr, F dg, F db, F da) { \
107 name##_k(k,ctx,x,y,tail, r,g,b,a, dr,dg,db,da); \
109 next(k,program,x,y,tail, r,g,b,a, dr,dg,db,da); \
112 F& r, F& g, F& b, F& a, F& dr, F& dg, F& db, F& da)
264 from_8888(load<U32>(ptr, tail), &dr,&dg,&db,&da); in STAGE()
277 from_8888(load<U32>(ptr, tail), &db,&dg,&dr,&da); in STAGE()
291 dr = dg = db = 0.0f; in STAGE()
307 dr = dg = db = from_byte(load<U8>(ptr, tail)); in STAGE()
314 from_8888(load<U32>(ptr, tail), &dr,&dg,&db,&da); in STAGE()
[all …]
/external/valgrind/memcheck/tests/
Dleak-cases.c8 // p1 ---> AAA DR / R
9 // p2 ---> AAA ---> BBB DR / R IR / R
12 // p5 -?-> AAA (y)DR, (n)DL / P
13 // p6 ---> AAA -?-> BBB DR / R (y)IR, (n)DL / P
14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P
15 // p8 -?-> AAA -?-> BBB (y)DR, (n)DL / P (y,y)IR, (n,y)IL, (_,n)DL / P
25 // - DR: Directly reachable
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz
/external/skia/src/core/
DSkColorSpaceXform.cpp496 Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da) { in transform_gamut() argument
497 dr = rXgXbX[0]*r + rYgYbY[0]*g + rZgZbZ[0]*b; in transform_gamut()
509 static AI void translate_gamut(const Sk4f& rTgTbT, Sk4f& dr, Sk4f& dg, Sk4f& db) { in translate_gamut() argument
510 dr = dr + rTgTbT[0]; in translate_gamut()
520 static AI void store_srgb(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_srgb() argument
524 dr = sk_linear_to_srgb_needs_trunc(dr); in store_srgb()
528 dr = sk_clamp_0_255(dr); in store_srgb()
534 Sk4i rgba = (SkNx_cast<int>(dr) << kRShift) in store_srgb()
568 static AI void store_2dot2(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_2dot2() argument
572 dr = linear_to_2dot2(dr); in store_2dot2()
[all …]
/external/skia/gm/
Dhsl.cpp82 static void hue(float dr, float dg, float db, in hue() argument
88 set_sat(&R,&G,&B, sat(dr,dg,db)); in hue()
89 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue()
95 static void saturation(float dr, float dg, float db, in saturation() argument
98 float R = dr, in saturation()
102 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation()
108 static void color(float dr, float dg, float db, in color() argument
114 set_lum(&R,&G,&B, lum(dr,dg,db)); in color()
120 static void luminosity(float dr, float dg, float db, in luminosity() argument
123 float R = dr, in luminosity()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp35 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local
37 if (DR && isa<EnumConstantDecl>(DR->getDecl())) in containsEnum()
49 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
51 if (DR) in containsStaticLocal()
52 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) in containsStaticLocal()

12345678910>>...29