Searched refs:cent (Results 1 - 10 of 10) 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/compiler/glsl/
H A Dir_print_visitor.cpp191 const char *const cent = (ir->data.centroid) ? "centroid " : ""; local
205 binding, loc, component, cent, samp, patc, inv, prec, mode[ir->data.mode],
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c456 static inline Bool is_in_CEnt ( const CEnt* cent, DiOffT off ) argument
461 /* vg_assert(cent->used > 0 && cent->used <= cent->size); */
463 cent->off <= off && off < cent->off + cent->used;
478 return off - cent->off < cent->used;
859 loading it at this point forcing img->cent[
[all...]
/external/mesa3d/src/compiler/nir/
H A Dnir_print.c387 const char *const cent = (var->data.centroid) ? "centroid " : ""; local
392 cent, samp, patch, inv, get_variable_mode_str(var->data.mode),
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 414 milliseconds