HomeSort by relevance Sort by last modified time
    Searched refs:SK_FixedMax_double (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
FontMgrAndroidParserTest.cpp 119 double SK_FixedMax_double = nextafter(1 << (sizeof(T) * CHAR_BIT - N - 1), 0.0);
136 REPORTER_ASSERT(reporter, f < -SK_FixedMax_double || SK_FixedMax_double < f);
  /external/skqp/tests/
FontMgrAndroidParserTest.cpp 119 double SK_FixedMax_double = nextafter(1 << (sizeof(T) * CHAR_BIT - N - 1), 0.0);
136 REPORTER_ASSERT(reporter, f < -SK_FixedMax_double || SK_FixedMax_double < f);

Completed in 325 milliseconds