HomeSort by relevance Sort by last modified time
    Searched defs:aVal (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
MatrixTest.cpp 45 float aVal = a.get(i);
47 int aValI = *SkTCast<int*>(&aVal);
49 if (0 == aVal && 0 == bVal && aValI != bValI) {
52 REPORTER_ASSERT(reporter, aVal == bVal && aValI == aValI);
59 float aVal = a.get(i);
61 int aValI = *SkTCast<int*>(&aVal);
63 if (sk_float_isnan(aVal) && aValI == bValI) {
66 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 71 double aVal = a.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER);
74 return aVal < bVal;
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 344 int aVal = 0;
348 aVal += aVal*37 + *ask++;
354 if (aVal == bVal) {
357 else if (aVal > bVal) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 

Completed in 186 milliseconds