Home
last modified time | relevance | path

Searched defs:PIO4 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/regress/lib/libm/cephes/
H A Dconst.c93 double PIO4 = 7.85398163397448309616E-1; /* pi/4 */ variable
139 unsigned short PIO4[4] = {0x2d18,0x5444,0x21fb,0x3fe9}; variable
185 unsigned short PIO4[4] = {0x3fe9,0x21fb,0x5444,0x2d18}; variable
223 unsigned short PIO4[4] = {040111,007732,0121041,064302,}; variable
H A Dtestvect.c31 static double MPI, PIO2, MPIO2, PIO4, MPIO4, THPIO4, MTHPIO4; variable