File: kdint_dtype_s.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 (18 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
# This file is part of libkd.
# Licensed under a 3-clause BSD style license - see LICENSE
*/

typedef u16 dtype;

#define DTYPE_INTEGER 1
#define DTYPE_DOUBLE  0

#define DTYPE_MAX  UINT16_MAX
#define DTYPE_MIN  0

#define DTYPE s
#define DTYPE_M s

#define DTYPE_KDT_DATA  KDT_DATA_U16