Merge sin/cos/tan and all helper functinos in a single source

* Made helper functions static.
* Changed the signature of __kernel_rem_pio2 not to require the
  ipio2 argument

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2016-03-16 21:05:00 +01:00
parent a72caf1301
commit b39474c746
10 changed files with 813 additions and 962 deletions
-9
View File
@@ -81,12 +81,3 @@ extern int finite (double);
*/
extern double copysign (double, double);
extern double scalbn (double, int);
/* ieee style elementary functions */
extern int __ieee754_rem_pio2 (double,double*);
/* fdlibm kernel function */
extern double __kernel_sin (double,double,int);
extern double __kernel_cos (double,double);
extern double __kernel_tan (double,double,int);
extern int __kernel_rem_pio2 (double*,double*,int,int,int,const int*);