Searched refs:kHMaxInt (Results 1 – 2 of 2) sorted by relevance
100 const int16_t kHMaxInt = INT16_C(0x7fff); variable101 const int16_t kHMinInt = -kHMaxInt - 1;
4081 if (value >= kHMaxInt) { in FPToInt16()4082 return kHMaxInt; in FPToInt16()