blob: 9893b3c1ac772516444b3e875e60a95adf9b31c3 [file] [log] [blame]
caryclark@google.com9e49fb62012-08-27 14:11:33 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
caryclark@google.com639df892012-01-10 21:46:10 +00007#include "DataTypes.h"
caryclark@google.com73ca6242013-01-17 21:02:47 +00008#include "DataTypes_Test.h"
caryclark@google.com639df892012-01-10 21:46:10 +00009
10extern const Cubic pointDegenerates[];
11extern const Cubic notPointDegenerates[];
12extern const Cubic tests[][2];
13extern Cubic hexTests[][2];
14
15extern void convert_testx();
16
17extern const Cubic lines[];
18extern const Cubic notLines[];
19extern const Cubic modEpsilonLines[];
20extern const Cubic lessEpsilonLines[];
21extern const Cubic negEpsilonLines[];
caryclark@google.com639df892012-01-10 21:46:10 +000022
23extern const size_t pointDegenerates_count;
24extern const size_t notPointDegenerates_count;
25extern const size_t tests_count;
26extern const size_t hexTests_count;
27extern const size_t lines_count;
28extern const size_t notLines_count;
29extern const size_t modEpsilonLines_count;
30extern const size_t lessEpsilonLines_count;
31extern const size_t negEpsilonLines_count;