Searched refs:maxf (Results 1 – 5 of 5) sorted by relevance
257 static const float maxf = static_cast<float>(max); in unorm() local269 return static_cast<unsigned int>(maxf * x + 0.5f); in unorm()278 static const float maxf = static_cast<float>(max); in snorm() local289 return static_cast<int>(maxf * x + 0.5f); in snorm()300 return static_cast<int>(maxf * x - 0.5f) & range; in snorm()309 static const float maxf = static_cast<float>(max); in ucast() local311 if(x >= maxf) in ucast()330 static const float maxf = static_cast<float>(max); in scast() local336 if(x >= maxf) in scast()
46 struct pic32_reg_atomic maxf; /* 0x250*/ member
84 u32 maxf; /* Maximum Frame register */ member453 writel(PKTSIZE_ALIGN, ®s->maxf); in lpc32xx_eth_init()
188 writel(0x600, &emac_p->maxf.raw); in pic32_mac_init()