Searched refs:floatint (Results 1 – 1 of 1) sorted by relevance
59 unsigned int floatint = 0x3f800000 | (this->nextU() >> 9); in nextF() local60 float f = SkBits2Float(floatint) - 1.0f; in nextF()