2012-08-27 14:11:33 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2012 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
2012-05-18 20:50:33 +00:00
|
|
|
#if !defined(IN_TEST)
|
|
|
|
#define IN_TEST 1
|
|
|
|
#endif
|
|
|
|
|
2012-01-25 18:57:23 +00:00
|
|
|
#include "DataTypes.h"
|
2012-01-10 21:46:10 +00:00
|
|
|
|
2012-01-25 18:57:23 +00:00
|
|
|
extern const Quadratic quadraticLines[];
|
|
|
|
extern const Quadratic quadraticModEpsilonLines[];
|
|
|
|
extern const Quadratic quadraticTests[][2];
|
|
|
|
|
|
|
|
extern const size_t quadraticLines_count;
|
|
|
|
extern const size_t quadraticModEpsilonLines_count;
|
|
|
|
extern const size_t quadraticTests_count;
|