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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dfloatformat.h37 floatformat_little, enumerator in enum:floatformat_byteorders
/freebsd-11-stable/contrib/gdb/include/
H A Dfloatformat.h38 floatformat_little, enumerator in enum:floatformat_byteorders
/freebsd-11-stable/contrib/binutils/include/
H A Dfloatformat.h37 floatformat_little, enumerator in enum:floatformat_byteorders
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c89 floatformat_little, 32, 0, 1, 8, 127, 255, 9, 23,
103 floatformat_little, 64, 0, 1, 11, 1023, 2047, 12, 52,
170 floatformat_little, 80, 0, 1, 15, 0x3fff, 0x7fff, 16, 64,
186 floatformat_little, 96, 16, 17, 15, 0x3fff, 0x7fff, 32, 64,
232 floatformat_little, 128, 0, 1, 17, 65535, 0x1ffff, 18, 64,
246 floatformat_little, 128, 0, 1, 15, 16383, 0x7fff, 16, 112,
267 int nextbyte = (order == floatformat_little) ? 1 : -1;
273 if (order == floatformat_little)
432 int nextbyte = (order == floatformat_little) ? 1 : -1;
438 if (order == floatformat_little)
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfloatformat.c89 floatformat_little, 32, 0, 1, 8, 127, 255, 9, 23,
103 floatformat_little, 64, 0, 1, 11, 1023, 2047, 12, 52,
170 floatformat_little, 80, 0, 1, 15, 0x3fff, 0x7fff, 16, 64,
186 floatformat_little, 96, 16, 17, 15, 0x3fff, 0x7fff, 32, 64,
232 floatformat_little, 128, 0, 1, 17, 65535, 0x1ffff, 18, 64,
246 floatformat_little, 128, 0, 1, 15, 16383, 0x7fff, 16, 112,
267 int nextbyte = (order == floatformat_little) ? 1 : -1;
273 if (order == floatformat_little)
432 int nextbyte = (order == floatformat_little) ? 1 : -1;
438 if (order == floatformat_little)
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c58 if (order == floatformat_little || order == floatformat_littlebyte_bigword)
84 if (order == floatformat_little || order == floatformat_littlebyte_bigword)
94 if (order == floatformat_little || order == floatformat_littlebyte_bigword)
234 if (order == floatformat_little || order == floatformat_littlebyte_bigword)
257 if (order == floatformat_little || order == floatformat_littlebyte_bigword)
276 if (order == floatformat_little || order == floatformat_littlebyte_bigword)
H A Dia64-tdep.c302 floatformat_little, 82, 0, 1, 17, 65535, 0x1ffff, 18, 64,

Completed in 135 milliseconds