Home
last modified time | relevance | path

Searched refs:test_parse_fixed_r (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DFontMgrAndroidParserTest.cpp129 template <int N, typename T> static double test_parse_fixed_r(skiatest::Reporter* reporter, in test_parse_fixed_r() function
158 test_parse_fixed_r<27, int32_t>(reporter, -8.1, -7.9, 0.000001); in test_parse_fixed()
159 test_parse_fixed_r<27, int32_t>(reporter, -0.1, 0.1, 0.000001); in test_parse_fixed()
160 test_parse_fixed_r<27, int32_t>(reporter, 7.9, 8.1, 0.000001); in test_parse_fixed()
161 test_parse_fixed_r<16, int32_t>(reporter, -0.125, 0.125, 1.0 / (1 << 19)); in test_parse_fixed()
162 test_parse_fixed_r<16, int32_t>(reporter, -32768.125, -32766.875, 1.0 / (1 << 17)); in test_parse_fixed()
163 test_parse_fixed_r<16, int32_t>(reporter, 32766.875, 32768.125, 1.0 / (1 << 17)); in test_parse_fixed()
164 test_parse_fixed_r<16, int32_t>(reporter, -1.1, 1.1, 0.0001); in test_parse_fixed()
/external/skia/tests/
DFontMgrAndroidParserTest.cpp129 template <int N, typename T> static double test_parse_fixed_r(skiatest::Reporter* reporter, in test_parse_fixed_r() function
158 test_parse_fixed_r<27, int32_t>(reporter, -8.1, -7.9, 0.000001); in test_parse_fixed()
159 test_parse_fixed_r<27, int32_t>(reporter, -0.1, 0.1, 0.000001); in test_parse_fixed()
160 test_parse_fixed_r<27, int32_t>(reporter, 7.9, 8.1, 0.000001); in test_parse_fixed()
161 test_parse_fixed_r<16, int32_t>(reporter, -0.125, 0.125, 1.0 / (1 << 19)); in test_parse_fixed()
162 test_parse_fixed_r<16, int32_t>(reporter, -32768.125, -32766.875, 1.0 / (1 << 17)); in test_parse_fixed()
163 test_parse_fixed_r<16, int32_t>(reporter, 32766.875, 32768.125, 1.0 / (1 << 17)); in test_parse_fixed()
164 test_parse_fixed_r<16, int32_t>(reporter, -1.1, 1.1, 0.0001); in test_parse_fixed()