Searched refs:cent (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DIndianCalendar.java498 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj;
505 cent = Math.floor(dqc / 36524);
510 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
512 if (!((cent == 4) || (yindex == 4))) {
/external/icu/icu4c/source/i18n/
H A Dindiancal.cpp163 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
169 cent = uprv_floor(dqc / 36524);
174 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
175 if (!((cent == 4) || (yindex == 4))) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIndianCalendar.java527 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj;
534 cent = Math.floor(dqc / 36524);
539 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
541 if (!((cent == 4) || (yindex == 4))) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DHTMLEntities.properties35 cent=162
/external/mesa3d/src/glsl/
H A Dir_print_visitor.cpp147 const char *const cent = (ir->centroid) ? "centroid " : ""; local
154 cent, inv, mode[ir->mode], interp[ir->interpolation]);
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c393 static inline Bool is_in_CEnt ( const CEnt* cent, DiOffT off ) argument
398 /* vg_assert(cent->used > 0 && cent->used <= CACHE_ENTRY_SIZE); */
400 cent->off <= off && off < cent->off + cent->used;
415 return off - cent->off < cent->used;
643 loading it at this point forcing img->cent[0] to always be
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 341 milliseconds