/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | IndianCalendar.java | 498 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 D | indiancal.cpp | 163 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 D | IndianCalendar.java | 527 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 D | HTMLEntities.properties | 35 cent=162
|
/external/mesa3d/src/compiler/glsl/ |
H A D | ir_print_visitor.cpp | 191 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 D | image.c | 456 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 D | nir_print.c | 387 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 D | kotlin-runtime.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |
H A D | kotlin-stdlib.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |
/external/annotation-tools/annotation-file-utilities/ |
H A D | annotation-file-utilities.jar | META-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ... |