70 GLREF_C TReal32 __addsf3(TReal32 a1,TReal32 a2); |
70 GLREF_C TReal32 __addsf3(TReal32 a1,TReal32 a2); |
71 GLREF_C TReal32 __subsf3(TReal32 a1,TReal32 a2); |
71 GLREF_C TReal32 __subsf3(TReal32 a1,TReal32 a2); |
72 GLREF_C TReal32 __mulsf3(TReal32 a1,TReal32 a2); |
72 GLREF_C TReal32 __mulsf3(TReal32 a1,TReal32 a2); |
73 GLREF_C TReal32 __divsf3(TReal32 a1,TReal32 a2); |
73 GLREF_C TReal32 __divsf3(TReal32 a1,TReal32 a2); |
74 GLREF_C TReal32 __truncdfsf2(TReal64 a1); |
74 GLREF_C TReal32 __truncdfsf2(TReal64 a1); |
75 GLDEF_D const TReal32 minDenormalTReal32=1.4E-45f; |
|
76 #endif |
75 #endif |
77 |
76 |
78 GLDEF_D TReal32 NaNTReal32; |
77 GLDEF_D TReal32 NaNTReal32; |
79 GLDEF_D TReal32 posInfTReal32; |
78 GLDEF_D TReal32 posInfTReal32; |
80 GLDEF_D TReal32 negInfTReal32; |
79 GLDEF_D TReal32 negInfTReal32; |
|
80 GLDEF_D const TReal32 minDenormalTReal32=1.4E-45f; |
81 GLDEF_D TReal NaNTReal; |
81 GLDEF_D TReal NaNTReal; |
82 GLDEF_D TReal posInfTReal; |
82 GLDEF_D TReal posInfTReal; |
83 GLDEF_D TReal negInfTReal; |
83 GLDEF_D TReal negInfTReal; |
84 |
84 |
85 enum TOrder |
85 enum TOrder |