Home
last modified time | relevance | path

Searched refs:f32infty (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkHalf.cpp31 static const uint32_t f32infty = { 255 << 23 }; in SkFloatToHalf() local
50 if (floatUnion.fUInt >= f32infty) in SkFloatToHalf()
52 o = (floatUnion.fUInt > f32infty) ? 0x7e00 : 0x7c00; in SkFloatToHalf()
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h295 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()