HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT128 (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
eqtf2.c 30 #ifdef FLOAT128
31 flag __eqtf2(float128, float128);
34 __eqtf2(float128 a, float128 b)
40 #endif /* FLOAT128 */
getf2.c 28 #ifdef FLOAT128
30 flag __getf2(float128, float128);
33 __getf2(float128 a, float128 b)
40 #endif /* FLOAT128 */
gttf2.c 28 #ifdef FLOAT128
30 flag __gttf2(float128, float128);
33 __gttf2(float128 a, float128 b)
40 #endif /* FLOAT128 */
letf2.c 28 #ifdef FLOAT128
30 flag __letf2(float128, float128);
33 __letf2(float128 a, float128 b)
40 #endif /* FLOAT128 */
lttf2.c 28 #ifdef FLOAT128
30 flag __lttf2(float128, float128);
33 __lttf2(float128 a, float128 b)
40 #endif /* FLOAT128 */
negtf2.c 28 #ifdef FLOAT128
30 float128 __negtf2(float128);
32 float128
33 __negtf2(float128 a)
41 #endif /* FLOAT128 */
netf2.c 28 #ifdef FLOAT128
30 flag __netf2(float128, float128);
33 __netf2(float128 a, float128 b)
40 #endif /* FLOAT128 */
unordtf2.c 28 #ifdef FLOAT128
30 flag __unordtf2(float128, float128);
33 __unordtf2(float128 a, float128 b)
44 #endif /* FLOAT128 */
timesoftfloat.c 191 #ifdef FLOAT128
193 static void time_a_int32_z_float128( float128 function( int32 ) )
346 #ifdef FLOAT128
348 static void time_a_int64_z_float128( float128 function( int64 ) )
504 #ifdef FLOAT128
506 static void time_a_float32_z_float128( float128 function( float32 ) )
821 #ifdef FLOAT128
823 static void time_a_float64_z_float128( float128 function( float64 ) )
    [all...]
softfloat-specialize 426 #ifdef FLOAT128
443 flag float128_is_nan( float128 a )
458 flag float128_is_signaling_nan( float128 a )
474 static commonNaNT float128ToCommonNaN( float128 a )
491 static float128 commonNaNToFloat128( commonNaNT a )
493 float128 z;
508 static float128 propagateFloat128NaN( float128 a, float128 b )
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 #define FLOAT128
63 #ifdef FLOAT128
66 } float128; typedef in typeref:struct:__anon11997
129 #ifdef FLOAT128
130 float128 int32_to_float128( int32 );
131 float128 uint32_to_float128( uint32 );
139 #ifdef FLOAT128
140 float128 int64_to_float128( long long );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/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:__anon12087
119 #ifdef FLOAT128
120 float128 int32_to_float128( !!!int32 );
127 #ifdef FLOAT128
128 float128 int64_to_float128( !!!int64 );
144 #ifdef FLOAT128
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
92 #ifdef FLOAT128
95 } float128; typedef in typeref:struct:__anon4927
158 #ifdef FLOAT128
159 float128 int32_to_float128( int32 );
160 float128 uint32_to_float128( uint32 );
168 #ifdef FLOAT128
169 float128 int64_to_float128( long long );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
63 #ifdef FLOAT128
66 } float128; typedef in typeref:struct:__anon12009
129 #ifdef FLOAT128
130 float128 int32_to_float128( int32 );
131 float128 uint32_to_float128( uint32 );
139 #ifdef FLOAT128
140 float128 int64_to_float128( long long );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h 478 } FLOAT128;
480 typedef FLOAT128 *PFLOAT128;
    [all...]
  /external/elfutils/tests/
funcretval_test.c 31 #ifdef FLOAT128
120 #ifdef FLOAT128
310 #ifdef FLOAT128
417 #ifdef FLOAT128
520 #ifdef FLOAT128
638 #ifdef FLOAT128
771 #ifdef FLOAT128
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-specialize 422 #ifdef FLOAT128
439 flag float128_is_nan( float128 a )
454 flag float128_is_signaling_nan( float128 a )
470 static commonNaNT float128ToCommonNaN( float128 a )
487 static float128 commonNaNToFloat128( commonNaNT a )
489 float128 z;
504 static float128 propagateFloat128NaN( float128 a, float128 b )
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat-macros 584 #if !defined(SOFTFLOAT_FOR_GCC) || defined(FLOATX80) || defined(FLOAT128)
softfloat.c 109 #if !defined(SOFTFLOAT_FOR_GCC) || defined(FLOATX80) || defined(FLOAT128)
848 #ifdef FLOAT128
856 INLINE bits64 extractFloat128Frac1( float128 a )
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 776 milliseconds