File: kdint_dtype_f.h

package info (click to toggle)
astrometry.net 0.76%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,120 kB
  • sloc: ansic: 161,636; python: 19,915; makefile: 1,439; awk: 159; cpp: 78; pascal: 67; sh: 61; perl: 9
file content (17 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
# This file is part of libkd.
# Licensed under a 3-clause BSD style license - see LICENSE
*/

typedef float dtype;

#define DTYPE_INTEGER 0
#define DTYPE_DOUBLE  0

#define DTYPE_MAX  KDT_INFTY_FLOAT
#define DTYPE_MIN -KDT_INFTY_FLOAT

#define DTYPE f
#define DTYPE_M f

#define DTYPE_KDT_DATA  KDT_DATA_FLOAT