Home | History | Annotate | Download | only in common

Lines Matching refs:hiByte

225     uint8_t hiByte;
227 hiByte = *(uint8_t *)&d;
229 hiByte = *(((uint8_t *)&d) + sizeof(double) - 1);
231 return (hiByte & 0x80) != 0;