HomeSort by: relevance | last modified time | path
    Searched refs:bits16 (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 48 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
54 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 48 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
54 typedef unsigned short int bits16; typedef in typeref:typename:unsigned short int
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 110 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
116 typedef uint16_t bits16; typedef in typeref:typename:uint16_t
softfloat-specialize 374 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
  /src/sys/lib/libkern/
milieu.h 107 | implementation of C, `bits16' and `sbits16' should be `typedef'ed to
112 typedef uint16_t bits16; typedef in typeref:typename:uint16_t
softfloat-macros.h 575 static const bits16 sqrtOddAdjustments[] = {
579 static const bits16 sqrtEvenAdjustments[] = {
softfloat-specialize.h 305 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
softfloat.c 345 if ( 0xFD <= (bits16) zExp ) {
506 if ( 0x7FD <= (bits16) zExp ) {
618 z.high = ( ( (bits16) zSign )<<15 ) + zExp;
4020 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4049 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4082 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4113 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4145 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4181 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
  /src/regress/lib/libc/ieeefp/testfloat/
writeHex.c 99 static void writeHex_bits16( bits16 a, FILE *stream )
  /src/lib/libc/softfloat/bits64/
softfloat-macros 598 static const bits16 sqrtOddAdjustments[] = {
602 static const bits16 sqrtEvenAdjustments[] = {
softfloat.c 340 if ( 0xFD <= (bits16) zExp ) {
510 if ( 0x7FD <= (bits16) zExp ) {
4172 && ( (bits16) ( ((bits32)( a.high | b.high )>>X80SHIFT)<<1 )
4202 || ( ( ( (bits16) ( ((bits32)( a.high | b.high )>>X80SHIFT)
4236 && ( ( ( (bits16) ( ((bits32)( a.high | b.high )>>X80SHIFT)
4268 && ( (bits16) ( ((bits32)( a.high | b.high )>>X80SHIFT)<<1 )
4301 || ( ( ( (bits16) ( ((bits32)( a.high | b.high )>>X80SHIFT)<<1
4338 && ( ( ( (bits16) ( ((bits32)( a.high | b.high )>>X80SHIFT)<<1 )
  /src/lib/libc/softfloat/templates/
softfloat.h 53 !!!bits16 high;
  /src/lib/libc/softfloat/
softfloat-specialize 476 z.high = (( ( (bits16) a.sign )<<15 ) | 0x7FFF) << X80SHIFT;
timesoftfloat.c 1018 bits16 high;
1336 bits16 high;
  /src/lib/libc/softfloat/bits32/
softfloat.c 234 if ( 0xFD <= (bits16) zExp ) {
442 if ( 0x7FD <= (bits16) zExp ) {

Completed in 38 milliseconds