Searched refs:LONGDOUBLE (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/msun/i387/ |
H A D | invtrig.c | 37 const LONGDOUBLE 54 const LONGDOUBLE atanhi[] = { 61 const LONGDOUBLE atanlo[] = { 68 const LONGDOUBLE aT[] = { 84 const LONGDOUBLE
|
/freebsd/lib/msun/ld80/ |
H A D | invtrig.h | 71 } LONGDOUBLE; typedef 73 typedef long double LONGDOUBLE; typedef 76 extern const LONGDOUBLE pS0, pS1, pS2, pS3, pS4, pS5, pS6; 77 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5; 78 extern const LONGDOUBLE atanhi[], atanlo[], aT[]; 79 extern const LONGDOUBLE pi_lo;
|