Searched refs:SPREC (Results 1 – 1 of 1) sorted by relevance
/openbsd/regress/lib/libc/cephes/ |
H A D | ieetst.c | 70 int m, n, k2, mprec, SPREC; variable 120 SPREC = 8; /* # digits after the decimal point */ in main() 134 SPREC = 17; in main() 146 SPREC = 16; in main() 160 SPREC = 20; in main() 603 e64toasc( &prec64, str1, SPREC ); 633 for( j=SPREC-1; j>0; j-- ) 651 e53toasc( &prec53, str1, SPREC ); 679 for( j=SPREC-1; j>0; j-- ) 694 e24toasc( &prec24, str1, SPREC ); [all …]
|