kerneltest/e32test/math/t_r32.cpp
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
    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;
    75 #endif
    76 #endif
    76 
    77 
    77 GLDEF_D TReal32 NaNTReal32;
    78 GLDEF_D TReal32 NaNTReal32;
    78 GLDEF_D TReal32 posInfTReal32;
    79 GLDEF_D TReal32 posInfTReal32;
    79 GLDEF_D TReal32 negInfTReal32;
    80 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