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