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

  /external/skia/tests/
FontMgrAndroidParserTest.cpp 116 template <int N, typename T> static double test_parse_fixed_r(skiatest::Reporter* reporter, function
145 test_parse_fixed_r<27, int32_t>(reporter, -8.1, -7.9, 0.000001);
146 test_parse_fixed_r<27, int32_t>(reporter, -0.1, 0.1, 0.000001);
147 test_parse_fixed_r<27, int32_t>(reporter, 7.9, 8.1, 0.000001);
148 test_parse_fixed_r<16, int32_t>(reporter, -0.125, 0.125, 1.0 / (1 << 19));
149 test_parse_fixed_r<16, int32_t>(reporter, -32768.125, -32766.875, 1.0 / (1 << 17));
150 test_parse_fixed_r<16, int32_t>(reporter, 32766.875, 32768.125, 1.0 / (1 << 17));
151 test_parse_fixed_r<16, int32_t>(reporter, -1.1, 1.1, 0.0001);
  /external/skqp/tests/
FontMgrAndroidParserTest.cpp 116 template <int N, typename T> static double test_parse_fixed_r(skiatest::Reporter* reporter, function
145 test_parse_fixed_r<27, int32_t>(reporter, -8.1, -7.9, 0.000001);
146 test_parse_fixed_r<27, int32_t>(reporter, -0.1, 0.1, 0.000001);
147 test_parse_fixed_r<27, int32_t>(reporter, 7.9, 8.1, 0.000001);
148 test_parse_fixed_r<16, int32_t>(reporter, -0.125, 0.125, 1.0 / (1 << 19));
149 test_parse_fixed_r<16, int32_t>(reporter, -32768.125, -32766.875, 1.0 / (1 << 17));
150 test_parse_fixed_r<16, int32_t>(reporter, 32766.875, 32768.125, 1.0 / (1 << 17));
151 test_parse_fixed_r<16, int32_t>(reporter, -1.1, 1.1, 0.0001);

Completed in 218 milliseconds