source: altifloat/src/r_cout_d.h @ 86

Last change on this file since 86 was 86, checked in by leila_ocean, 11 years ago

Friday's afternoon modifications

File size: 218 bytes
Line 
1forward(YREAL xd, YREAL yd)
2{
3        YS1=xd+YS1_r_float(Yi,YTemps);
4        printf("xd=%f x=%f\n",xd,YS1_r_float(Yi,YTemps));
5        YS2=yd+YS2_r_float(Yi,YTemps);
6
7        }
8
9backward(YREAL xd, YREAL yd)
10{
11        YJ1I1=YJ2I2=1;
12        YJ1I2=YJ2I1=0;
13
14        }
15
Note: See TracBrowser for help on using the repository browser.