• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
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  */
7 #include "DataTypes.h"
8 #include "DataTypes_Test.h"
9 
10 extern const Quadratic quadraticLines[];
11 extern const Quadratic quadraticModEpsilonLines[];
12 extern const Quadratic quadraticTests[][2];
13 
14 extern const size_t quadraticLines_count;
15 extern const size_t quadraticModEpsilonLines_count;
16 extern const size_t quadraticTests_count;
17