HomeSort by relevance Sort by last modified time
    Searched refs:f32infty (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkHalf.cpp 31 static const uint32_t f32infty = { 255 << 23 }; local
50 if (floatUnion.fUInt >= f32infty)
52 o = (floatUnion.fUInt > f32infty) ? 0x7e00 : 0x7c00;
  /external/skqp/src/core/
SkHalf.cpp 31 static const uint32_t f32infty = { 255 << 23 }; local
50 if (floatUnion.fUInt >= f32infty)
52 o = (floatUnion.fUInt > f32infty) ? 0x7e00 : 0x7c00;
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 295 const FP32 f32infty = { 255 << 23 };
311 o.x = (f.u > f32infty.u) ? 0x7e00 : 0x7c00; // NaN->qNaN and Inf->Inf

Completed in 82 milliseconds