Searched defs:MACHEP (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libm/src/
H A Ds_ctan.c63 #define MACHEP 1.1e-16 macro
/openbsd-current/regress/lib/libm/cephes/
H A Dconst.c77 double MACHEP = 1.11022302462515654042E-16; /* 2**-53 */ variable
79 double MACHEP = 1.38777878078144567553E-17; /* 2**-56 */ variable
121 unsigned short MACHEP[4] = {0x0000,0x0000,0x0000,0x3ca0}; variable
167 unsigned short MACHEP[4] = {0x3ca0,0x0000,0x0000,0x0000}; variable
213 unsigned short MACHEP[4] = {0022200,0000000,0000000,0000000}; variable
[all...]
H A Dmonot.c79 static double MACHEP = 1.1102230246251565404236316680908203125e-16; variable

Completed in 200 milliseconds