Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/lib/libc/riscv/arith.h
39476 views
1
/*
2
* MD header for contrib/gdtoa
3
*/
4
5
/*
6
* NOTE: The definitions in this file must be correct or strtod(3) and
7
* floating point formats in printf(3) will break! The file can be
8
* generated by running contrib/gdtoa/arithchk.c on the target
9
* architecture. See contrib/gdtoa/gdtoaimp.h for details.
10
*/
11
12
#define IEEE_8087
13
#define Arith_Kind_ASL 1
14
#define Long int
15
#define Intcast (int)(long)
16
#define Double_Align
17
#define X64_bit_pointers
18
19