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

  /external/mesa3d/src/gallium/auxiliary/util/
u_half.h 50 uint32_t round_mask = ~0xfff; local
74 f32.ui &= round_mask;
76 f32.ui -= round_mask;
  /external/skia/src/core/
SkHalf.cpp 35 static const uint32_t round_mask = ~0xfffu; local
55 floatUnion.fUInt &= round_mask;
57 floatUnion.fUInt -= round_mask;
  /external/skqp/src/core/
SkHalf.cpp 35 static const uint32_t round_mask = ~0xfffu; local
55 floatUnion.fUInt &= round_mask;
57 floatUnion.fUInt -= round_mask;

Completed in 545 milliseconds