Searched refs:f32infty (Results 1 – 2 of 2) sorted by relevance
31 static const uint32_t f32infty = { 255 << 23 }; in SkFloatToHalf() local50 if (floatUnion.fUInt >= f32infty) in SkFloatToHalf()52 o = (floatUnion.fUInt > f32infty) ? 0x7e00 : 0x7c00; in SkFloatToHalf()
295 const FP32 f32infty = { 255 << 23 }; in float_to_half_rtne()311 o.x = (f.u > f32infty.u) ? 0x7e00 : 0x7c00; // NaN->qNaN and Inf->Inf in float_to_half_rtne()