HomeSort by: relevance | last modified time | path
    Searched defs:FLOAT128 (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/arch/aarch64/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 #define FLOAT128
65 #ifdef FLOAT128
72 } float128; typedef in typeref:struct:__anon99773caa0208
135 #ifdef FLOAT128
136 float128 int32_to_float128( int32 );
137 float128 uint32_to_float128( uint32 );
144 #ifdef FLOAT128
145 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
46 #define FLOAT128
64 #ifdef FLOAT128
67 } float128; typedef in typeref:struct:__anon0cd2257a0208
130 #ifdef FLOAT128
131 float128 int32_to_float128( int32 );
132 float128 uint32_to_float128( uint32 );
141 #ifdef FLOAT128
142 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/sparc64/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 #define FLOAT128
64 #ifdef FLOAT128
67 } float128; typedef in typeref:struct:__anon6a1617040208
130 #ifdef FLOAT128
131 float128 int32_to_float128( int32 );
132 float128 uint32_to_float128( uint32 );
139 #ifdef FLOAT128
140 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/softfloat/templates/
softfloat.h 38 the `FLOAT128' macro and the quadruple-precision format `float128'.
42 #define FLOAT128
57 #ifdef FLOAT128
60 } float128; typedef in typeref:struct:__anon267a69c30208
119 #ifdef FLOAT128
120 float128 int32_to_float128( !!!int32 );
127 #ifdef FLOAT128
128 float128 int64_to_float128( !!!int64 );
144 #ifdef FLOAT128
    [all...]

Completed in 14 milliseconds