Subversion Repositories Kolibri OS

Rev

Rev 4874 | Rev 6099 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 75... Line 75...
75
double complex clog(double complex);
75
double complex clog(double complex);
76
float complex clogf(float complex);
76
float complex clogf(float complex);
Line 77... Line 77...
77
 
77
 
78
/* 7.3.8 Power and absolute-value functions */
78
/* 7.3.8 Power and absolute-value functions */
79
/* 7.3.8.1 The cabs functions */
79
/* 7.3.8.1 The cabs functions */
80
/*#ifndef __LIBM0_SOURCE__
80
/*#ifndef __LIBM0_SOURCE__ */
81
/* avoid conflict with historical cabs(struct complex) */
81
/* avoid conflict with historical cabs(struct complex) */
82
/* double cabs(double complex) __RENAME(__c99_cabs);
82
/* double cabs(double complex) __RENAME(__c99_cabs);
83
   float cabsf(float complex) __RENAME(__c99_cabsf);
83
   float cabsf(float complex) __RENAME(__c99_cabsf);
84
   #endif
84
   #endif