Home
last modified time | relevance | path

Searched refs:hiMant (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c1017 uint32_t hiMant, loMant; in ConvertToIeeeExtended() local
1027 expon = 0; hiMant = 0; loMant = 0; in ConvertToIeeeExtended()
1032 expon = sign|0x7FFF; hiMant = 0; loMant = 0; /* infinity */ in ConvertToIeeeExtended()
1043 hiMant = FloatToUnsigned(fsMant); in ConvertToIeeeExtended()
1052 bytes[2] = hiMant >> 24; in ConvertToIeeeExtended()
1053 bytes[3] = hiMant >> 16; in ConvertToIeeeExtended()
1054 bytes[4] = hiMant >> 8; in ConvertToIeeeExtended()
1055 bytes[5] = hiMant; in ConvertToIeeeExtended()
1121 uint32_t hiMant, loMant; in ConvertFromIeeeExtended() local
1124 hiMant = ((uint32_t)(bytes[2] & 0xFF) << 24) in ConvertFromIeeeExtended()
[all …]