Searched defs:aVal (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglmode.c236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib); local
238 if (aVal == bVal) {
243 return (aVal < bVal) ? -1 : 1;
246 return (aVal > bVal) ? -1 : 1;
/external/mesa3d/src/egl/main/
H A Deglmode.c236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib); local
238 if (aVal == bVal) {
243 return (aVal < bVal) ? -1 : 1;
246 return (aVal > bVal) ? -1 : 1;
/external/chromium_org/third_party/skia/tests/
H A DMatrixTest.cpp38 float aVal = a.get(i); local
40 int aValI = *SkTCast<int*>(&aVal);
42 if (0 == aVal && 0 == bVal && aValI != bValI) {
45 REPORTER_ASSERT(reporter, aVal == bVal && aValI == aValI);
52 float aVal = a.get(i); local
54 int aValI = *SkTCast<int*>(&aVal);
56 if (sk_float_isnan(aVal) && aValI == bValI) {
59 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
/external/skia/tests/
H A DMatrixTest.cpp38 float aVal = a.get(i); local
40 int aValI = *SkTCast<int*>(&aVal);
42 if (0 == aVal && 0 == bVal && aValI != bValI) {
45 REPORTER_ASSERT(reporter, aVal == bVal && aValI == aValI);
52 float aVal = a.get(i); local
54 int aValI = *SkTCast<int*>(&aVal);
56 if (sk_float_isnan(aVal) && aValI == bValI) {
59 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp87 double aVal = a.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER); local
90 return aVal < bVal;
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp344 int aVal = 0; local
348 aVal += aVal*37 + *ask++;
354 if (aVal == bVal) {
357 else if (aVal > bVal) {
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp344 int aVal = 0; local
348 aVal += aVal*37 + *ask++;
354 if (aVal == bVal) {
357 else if (aVal > bVal) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c89372 LogEst aVal[] = { 33, 32, 30, 28, 26 }; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c89392 LogEst aVal[] = { 33, 32, 30, 28, 26 }; local
[all...]

Completed in 3817 milliseconds