Searched defs:n100 (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dgregoimp.cpp105 int32_t n100 = ClockMath::floorDivide(doy, 36524, doy); // 100-year cycle length local
108 year = 400*n400 + 100*n100 + 4*n4 + n1;
109 if (n100 == 4 || n1 == 4) {
/external/skia/src/core/
H A DSkColorLookUpTable.cpp55 // table[a * n001 + b * n010 + c * n100] logically equals table[a][b][c].
60 const int n100 = 3; local
61 const int n101 = n100 + n001;
62 const int n110 = n100 + n010;
66 const float* ptr = &(table()[ix*n001 + iy*n010 + iz*n100]);
101 dst[i] = (ptr[n000] + diffZ * (ptr[n100] - ptr[n000]) +
103 diffX * (ptr[n101] - ptr[n100]));
105 dst[i] = (ptr[n000] + diffZ * (ptr[n100] - ptr[n000]) +
106 diffY * (ptr[n110] - ptr[n100]) +
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 668 milliseconds