~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/Cross/plugins/FloatMathPlugin/ieee754names.h

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Re-define all of the conflicting names of fdlibm to use __ieee754_ prefix */
 
2
#define asinh __ieee754_asinh
 
3
#define atan __ieee754_atan
 
4
#define cos __ieee754_cos
 
5
#define expm1 __ieee754_expm1
 
6
#define finite __ieee754_finite
 
7
#define ldexp __ieee754_ldexp
 
8
#define scalbn __ieee754_scalbn
 
9
#define log1p __ieee754_log1p
 
10
#define modf __ieee754_modf
 
11
#define rint __ieee754_rint
 
12
#define sin __ieee754_sin
 
13
#define tan __ieee754_tan
 
14
#define tanh __ieee754_tanh