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

/freebsd-12-stable/tools/test/testfloat/sparc64/
H A Dsparc64.h62 | implementation of C, `bits16' and `sbits16' should be `typedef'ed to
67 typedef unsigned short int bits16; typedef
/freebsd-12-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h49 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
55 typedef unsigned short int bits16; typedef
/freebsd-12-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h45 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
51 typedef unsigned short int bits16; typedef
/freebsd-12-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h45 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
51 typedef unsigned short int bits16; typedef
/freebsd-12-stable/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h45 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
51 typedef unsigned short int bits16; typedef
/freebsd-12-stable/lib/libc/riscv/softfloat/
H A Driscv-gcc.h45 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
51 typedef unsigned short int bits16; typedef
/freebsd-12-stable/lib/libc/arm/softfloat/
H A Darm-gcc.h49 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
55 typedef unsigned short int bits16; typedef
/freebsd-12-stable/tools/test/testfloat/
H A DwriteHex.c67 static void writeHex_bits16( bits16 a, FILE *stream )
/freebsd-12-stable/lib/libc/softfloat/templates/
H A Dsoftfloat.h54 !!!bits16 high;
/freebsd-12-stable/lib/libc/softfloat/bits64/
H A Dsoftfloat.c329 if ( 0xFD <= (bits16) zExp ) {
499 if ( 0x7FD <= (bits16) zExp ) {
619 z.high = ( ( (bits16) zSign )<<15 ) + zExp;
4123 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4153 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4187 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4219 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4252 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4289 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
/freebsd-12-stable/lib/libc/softfloat/bits32/
H A Dsoftfloat.c226 if ( 0xFD <= (bits16) zExp ) {
434 if ( 0x7FD <= (bits16) zExp ) {
/freebsd-12-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c1016 bits16 high;
1334 bits16 high;

Completed in 95 milliseconds