Home
last modified time | relevance | path

Searched refs:float128 (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h65 } 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 Dsoftfloat.h65 } 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 Dsoftfloat.h65 } 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/powerpcspe/softfloat/
H A Dsoftfloat.h65 } 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 Dsoftfloat.h65 } 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 Dsoftfloat.h60 } 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 Dsoftfloat-specialize378 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 Dnegtf2.c13 float128 __negtf2(float128);
15 float128
16 __negtf2(float128 a) in __negtf2()
H A Deqtf2.c12 flag __eqtf2(float128, float128);
15 __eqtf2(float128 a, float128 b) in __eqtf2()
H A Dgetf2.c13 flag __getf2(float128, float128);
16 __getf2(float128 a, float128 b) in __getf2()
H A Dgttf2.c13 flag __gttf2(float128, float128);
16 __gttf2(float128 a, float128 b) in __gttf2()
H A Dletf2.c13 flag __letf2(float128, float128);
16 __letf2(float128 a, float128 b) in __letf2()
H A Dlttf2.c13 flag __lttf2(float128, float128);
16 __lttf2(float128 a, float128 b) in __lttf2()
H A Dnetf2.c13 flag __netf2(float128, float128);
16 __netf2(float128 a, float128 b) in __netf2()
H A Dtimesoftfloat.c188 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 Dsoftfloat-specialize434 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 Dsoftfloat-history.txt25 -- Created the 64-bit (bits64) version, adding the floatx80 and float128
H A Dtimesoftfloat.txt89 quadruple precision (`float128'). This is inherent to the remainder
H A Dsoftfloat.txt87 precision), `floatx80' (extended double precision), and `float128'
89 terms of 32-bit and 64-bit integer types, respectively, while the `float128'
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c845 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/llvm/include/llvm/Support/
H A Dfloat128.h17 typedef __float128 float128; typedef
22 typedef _Float128 float128;
/freebsd/contrib/file/magic/Magdir/
H A Dnifty94 >0 leshort =1536 \b, float128 datatype
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h378 float128 convertToQuad() const;
1277 float128 convertToQuad() const;
H A DAPInt.h1683 float128 bitsToQuad() const { in bitsToQuad()
1685 return llvm::bit_cast<float128>(ul); in bitsToQuad()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1747 Constant *GetConstantFoldFPValue128(float128 V, Type *Ty) { in GetConstantFoldFPValue128()
1787 Constant *ConstantFoldFP128(float128 (*NativeFP)(float128), const APFloat &V, in ConstantFoldFP128() argument
1790 float128 Result = NativeFP(V.convertToQuad()); in ConstantFoldFP128()
2122 float128 Result = logf128(Op->getValueAPF().convertToQuad()); in ConstantFoldScalarCall1()

12