Searched refs:MIN_EXP (Results 1 – 2 of 2) sorted by relevance
30 #define MIN_EXP -149 macro39 static const SoftFloat FLOAT_0 = { 0, MIN_EXP}; ///< 0.046 static const SoftFloat FLOAT_MIN = { 0x20000000, MIN_EXP};69 if(a.exp < MIN_EXP){ in av_normalize_sf()70 a.exp = MIN_EXP; in av_normalize_sf()74 a.exp= MIN_EXP; in av_normalize_sf()107 if (!a.mant || a.exp < MIN_EXP) in av_mul_sf()127 if (!a.mant || a.exp < MIN_EXP) in av_div_sf()212 val.exp = MIN_EXP; in av_sqrt_sf()
103 sf1 = (SoftFloat){ 0x20000000, MIN_EXP }; in main()107 sf1 = (SoftFloat){ 0x20000000, MIN_EXP }; in main()