5 double arg
, res1
, res2
;
7 extern void do_fxtract ( void );
10 ".global do_fxtract\n"
23 arg
= x
* 1.414213562373049;
26 printf("%17.10e -> %14.10f %14.10f\n", arg
, res1
, res2
);
35 for (i
= 0; i
< 40; i
++)
36 try( 1.27 + (double)(i
*10 - 200) );
69 for (i
= 0; i
< 40; i
++)
70 try( - (1.27 + (double)(i
*10 - 200)) );