| /freebsd/lib/libc/arm/softfloat/ |
| H A D | softfloat.h | 65 } float128; typedef 128 float128 int32_to_float128( int ); 137 float128 int64_to_float128( long long ); 160 float128 float32_to_float128( float32 ); 204 float128 float64_to_float128( float64 ); 243 float128 floatx80_to_float128( floatx80 ); 283 int float128_to_int32( float128 ); 284 int float128_to_int32_round_to_zero( float128 ); 285 long long float128_to_int64( float128 ); 286 long long float128_to_int64_round_to_zero( float128 ); [all …]
|
| /freebsd/lib/libc/powerpc/softfloat/ |
| H A D | softfloat.h | 65 } float128; typedef 130 float128 int32_to_float128( int ); 138 float128 int64_to_float128( long long ); 156 float128 float32_to_float128( float32 ); 196 float128 float64_to_float128( float64 ); 235 float128 floatx80_to_float128( floatx80 ); 275 int float128_to_int32( float128 ); 276 int float128_to_int32_round_to_zero( float128 ); 277 long long float128_to_int64( float128 ); 278 long long float128_to_int64_round_to_zero( float128 ); [all …]
|
| /freebsd/lib/libc/powerpc64/softfloat/ |
| H A D | softfloat.h | 65 } float128; typedef 130 float128 int32_to_float128( int ); 138 float128 int64_to_float128( long long ); 156 float128 float32_to_float128( float32 ); 196 float128 float64_to_float128( float64 ); 235 float128 floatx80_to_float128( floatx80 ); 275 int float128_to_int32( float128 ); 276 int float128_to_int32_round_to_zero( float128 ); 277 long long float128_to_int64( float128 ); 278 long long float128_to_int64_round_to_zero( float128 ); [all …]
|
| /freebsd/lib/libc/riscv/softfloat/ |
| H A D | softfloat.h | 65 } float128; typedef 128 float128 int32_to_float128( int ); 137 float128 int64_to_float128( long long ); 160 float128 float32_to_float128( float32 ); 204 float128 float64_to_float128( float64 ); 243 float128 floatx80_to_float128( floatx80 ); 283 int float128_to_int32( float128 ); 284 int float128_to_int32_round_to_zero( float128 ); 285 long long float128_to_int64( float128 ); 286 long long float128_to_int64_round_to_zero( float128 ); [all …]
|
| /freebsd/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 60 } float128; typedef 120 float128 int32_to_float128( !!!int32 ); 128 float128 int64_to_float128( !!!int64 ); 145 float128 float32_to_float128( float32 ); 182 float128 float64_to_float128( float64 ); 219 float128 floatx80_to_float128( floatx80 ); 259 !!!int32 float128_to_int32( float128 ); 260 !!!int32 float128_to_int32_round_to_zero( float128 ); 261 !!!int64 float128_to_int64( float128 ); 262 !!!int64 float128_to_int64_round_to_zero( float128 ); [all …]
|
| H A D | softfloat-specialize | 378 flag float128_is_nan( float128 a ) 393 flag float128_is_signaling_nan( float128 a ) 409 static commonNaNT float128ToCommonNaN( float128 a ) 426 static float128 commonNaNToFloat128( commonNaNT a ) 428 float128 z; 443 static float128 propagateFloat128NaN( float128 a, float128 b )
|
| /freebsd/lib/libc/softfloat/ |
| H A D | negtf2.c | 13 float128 __negtf2(float128); 15 float128 16 __negtf2(float128 a) in __negtf2()
|
| H A D | eqtf2.c | 12 flag __eqtf2(float128, float128); 15 __eqtf2(float128 a, float128 b) in __eqtf2()
|
| H A D | getf2.c | 13 flag __getf2(float128, float128); 16 __getf2(float128 a, float128 b) in __getf2()
|
| H A D | gttf2.c | 13 flag __gttf2(float128, float128); 16 __gttf2(float128 a, float128 b) in __gttf2()
|
| H A D | letf2.c | 13 flag __letf2(float128, float128); 16 __letf2(float128 a, float128 b) in __letf2()
|
| H A D | lttf2.c | 13 flag __lttf2(float128, float128); 16 __lttf2(float128 a, float128 b) in __lttf2()
|
| H A D | netf2.c | 13 flag __netf2(float128, float128); 16 __netf2(float128 a, float128 b) in __netf2()
|
| H A D | timesoftfloat.c | 188 static void time_a_int32_z_float128( float128 function( int32 ) ) in time_a_int32_z_float128() 343 static void time_a_int64_z_float128( float128 function( int64 ) ) in time_a_int64_z_float128() 501 static void time_a_float32_z_float128( float128 function( float32 ) ) in time_a_float32_z_float128() 818 static void time_a_float64_z_float128( float128 function( float64 ) ) in time_a_float64_z_float128() 1180 static void time_a_floatx80_z_float128( float128 function( floatx80 ) ) in time_a_floatx80_z_float128() 1445 static void time_a_float128_z_int32( int32 function( float128 ) ) in time_a_float128_z_int32() argument 1450 float128 a; in time_a_float128_z_int32() 1477 static void time_a_float128_z_int64( int64 function( float128 ) ) in time_a_float128_z_int64() argument 1482 float128 a; in time_a_float128_z_int64() 1509 static void time_a_float128_z_float32( float32 function( float128 ) ) in time_a_float128_z_float32() argument [all …]
|
| H A D | softfloat-specialize | 434 flag float128_is_nan( float128 a ) 449 flag float128_is_signaling_nan( float128 a ) 465 static commonNaNT float128ToCommonNaN( float128 a ) 482 static float128 commonNaNToFloat128( commonNaNT a ) 484 float128 z; 499 static float128 propagateFloat128NaN( float128 a, float128 b )
|
| H A D | softfloat-history.txt | 25 -- Created the 64-bit (bits64) version, adding the floatx80 and float128
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | float128.h | 23 typedef _Float128 float128; typedef 30 typedef __float128 float128; typedef 33 typedef long double float128; typedef
|
| /freebsd/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 845 INLINE bits64 extractFloat128Frac1( float128 a ) in extractFloat128Frac1() 858 INLINE bits64 extractFloat128Frac0( float128 a ) in extractFloat128Frac0() 871 INLINE int32 extractFloat128Exp( float128 a ) in extractFloat128Exp() 883 INLINE flag extractFloat128Sign( float128 a ) in extractFloat128Sign() 946 INLINE float128 949 float128 z; in packFloat128() 979 static float128 1080 static float128 1221 float128 int32_to_float128( int32 a ) in int32_to_float128() 1237 float128 uint32_to_float128( uint32 a ) in uint32_to_float128() [all …]
|
| /freebsd/contrib/llvm-project/libc/src/__support/math/ |
| H A D | ldexpf128.h | 24 static constexpr float128 ldexpf128(float128 x, int exp) { in ldexpf128()
|
| H A D | frexpf128.h | 24 static constexpr float128 frexpf128(float128 x, int *exp) { in frexpf128()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | float128.h | 17 typedef __float128 float128; typedef 22 typedef _Float128 float128;
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | complex_type.h | 40 template <> struct make_complex<float128> { 66 using type = float128;
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | is_floating_point.h | 37 float128
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsPPC.def | 930 TARGET_BUILTIN(__builtin_sqrtf128_round_to_odd, "LLdLLd", "", "float128") 931 TARGET_BUILTIN(__builtin_addf128_round_to_odd, "LLdLLdLLd", "", "float128") 932 TARGET_BUILTIN(__builtin_subf128_round_to_odd, "LLdLLdLLd", "", "float128") 933 TARGET_BUILTIN(__builtin_mulf128_round_to_odd, "LLdLLdLLd", "", "float128") 934 TARGET_BUILTIN(__builtin_divf128_round_to_odd, "LLdLLdLLd", "", "float128") 935 TARGET_BUILTIN(__builtin_fmaf128_round_to_odd, "LLdLLdLLdLLd", "", "float128") 936 TARGET_BUILTIN(__builtin_truncf128_round_to_odd, "dLLd", "", "float128") 937 TARGET_BUILTIN(__builtin_vsx_scalar_extract_expq, "ULLiLLd", "", "float128") 938 TARGET_BUILTIN(__builtin_vsx_scalar_insert_exp_qp, "LLdLLdULLi", "", "float128")
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | nifty | 94 >0 leshort =1536 \b, float128 datatype
|