caryclark@google.com | 639df89 | 2012-01-10 21:46:10 +0000 | [diff] [blame^] | 1 | #include "DataTypes.h" |
| 2 | |
| 3 | extern const Cubic pointDegenerates[]; |
| 4 | extern const Cubic notPointDegenerates[]; |
| 5 | extern const Cubic tests[][2]; |
| 6 | extern Cubic hexTests[][2]; |
| 7 | |
| 8 | extern void convert_testx(); |
| 9 | |
| 10 | extern const Cubic lines[]; |
| 11 | extern const Cubic notLines[]; |
| 12 | extern const Cubic modEpsilonLines[]; |
| 13 | extern const Cubic lessEpsilonLines[]; |
| 14 | extern const Cubic negEpsilonLines[]; |
| 15 | extern const Quadratic quadraticLines[]; |
| 16 | extern const Quadratic quadraticModEpsilonLines[]; |
| 17 | |
| 18 | extern const size_t pointDegenerates_count; |
| 19 | extern const size_t notPointDegenerates_count; |
| 20 | extern const size_t tests_count; |
| 21 | extern const size_t hexTests_count; |
| 22 | extern const size_t lines_count; |
| 23 | extern const size_t notLines_count; |
| 24 | extern const size_t modEpsilonLines_count; |
| 25 | extern const size_t lessEpsilonLines_count; |
| 26 | extern const size_t negEpsilonLines_count; |
| 27 | extern const size_t quadraticLines_count; |
| 28 | extern const size_t quadraticModEpsilonLines_count; |