Searched refs:convval (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/c4x/
H A Dc4x.c2151 long convval[2];
2157 REAL_VALUE_TO_TARGET_DOUBLE (r, convval);
2160 REAL_VALUE_TO_TARGET_SINGLE (r, convval[0]);
2161 convval[1] = 0;
2165 exponent = (((convval[0] >> 24) & 0xff) ^ 0x80) - 0x80;
2168 if ((convval[0] & 0x00000fff) != 0 || convval[1] != 0)
2149 long convval[2]; local

Completed in 173 milliseconds