Searched refs:float64 (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dnegdf2.c11 float64 __negdf2(float64);
13 float64
14 __negdf2(float64 a)
H A Deqdf2.c11 flag __eqdf2(float64, float64);
14 __eqdf2(float64 a, float64 b)
H A Dledf2.c11 flag __ledf2(float64, float64);
14 __ledf2(float64 a, float64 b)
H A Dgtdf2.c11 flag __gtdf2(float64, float64);
14 __gtdf2(float64 a, float64 b)
H A Dgedf2.c11 flag __gedf2(float64, float64);
14 __gedf2(float64 a, float64 b)
H A Dnedf2.c11 flag __nedf2(float64, float64);
14 __nedf2(float64 a, float64 b)
H A Dltdf2.c11 flag __ltdf2(float64, float64);
14 __ltdf2(float64 a, float64 b)
H A Dunorddf2.c11 flag __unorddf2(float64, float64);
14 __unorddf2(float64 a, float64 b)
H A Dtimesoftfloat.c128 static void time_a_int32_z_float64( float64 function( int32 ) )
283 static void time_a_int64_z_float64( float64 function( int64 ) )
441 static void time_a_float32_z_float64( float64 function( float32 ) )
669 static const float64 inputs_float64[ numInputs_float64 ] = {
704 static void time_a_float64_z_int32( int32 function( float64 ) )
731 static void time_a_float64_z_int64( int64 function( float64 ) )
758 static void time_a_float64_z_float32( float32 function( float64 ) )
787 static void time_a_float64_z_floatx80( floatx80 function( float64 ) )
818 static void time_a_float64_z_float128( float128 function( float64 ) )
847 static void time_az_float64( float64 functio
[all...]
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_double.c38 flag __unorddf2(float64, float64);
41 int __aeabi_dcmpeq_vfp(float64, float64);
42 int __aeabi_dcmplt_vfp(float64, float64);
43 int __aeabi_dcmple_vfp(float64, float64);
44 int __aeabi_dcmpgt_vfp(float64, float64);
[all...]
H A Daeabi_float.c48 float64 __aeabi_f2d_vfp(float32);
68 float64 AEABI_FUNC(f2d, float32, float32_to_float64)
/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
125 float64 int32_to_float64( int );
133 float64 int64_to_float64( long long );
151 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
191 float32 float64_to_float32( float64 );
[all...]
/freebsd-current/lib/libc/riscv/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int );
132 float64 int64_to_float64( long long );
155 float64 float32_to_float64( float32 );
190 int float64_to_int32( float64 );
191 int float64_to_int32_round_to_zero( float64 );
193 unsigned int float64_to_uint32_round_to_zero( float64 );
196 long long float64_to_int64( float64 );
197 long long float64_to_int64_round_to_zero( float64 );
199 float32 float64_to_float32( float64 );
[all...]
/freebsd-current/lib/libc/arm/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int );
132 float64 int64_to_float64( long long );
155 float64 float32_to_float64( float32 );
190 int float64_to_int32( float64 );
191 int float64_to_int32_round_to_zero( float64 );
193 unsigned int float64_to_uint32_round_to_zero( float64 );
196 long long float64_to_int64( float64 );
197 long long float64_to_int64_round_to_zero( float64 );
199 float32 float64_to_float32( float64 );
[all...]
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
125 float64 int32_to_float64( int );
133 float64 int64_to_float64( long long );
151 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
191 float32 float64_to_float32( float64 );
[all...]
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
125 float64 int32_to_float64( int );
133 float64 int64_to_float64( long long );
151 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
191 float32 float64_to_float32( float64 );
[all...]
/freebsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits64 float64; typedef
115 float64 int32_to_float64( !!!int32 );
123 float64 int64_to_float64( !!!int64 );
140 float64 float32_to_float64( float32 );
173 !!!int32 float64_to_int32( float64 );
174 !!!int32 float64_to_int32_round_to_zero( float64 );
175 !!!int64 float64_to_int64( float64 );
176 !!!int64 float64_to_int64_round_to_zero( float64 );
177 float32 float64_to_float32( float64 );
179 floatx80 float64_to_floatx80( float64 );
[all...]
/freebsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c18 * This differs from the standard bits32/softfloat.c in that float64
276 INLINE bits32 extractFloat64Frac1( float64 a )
289 INLINE bits32 extractFloat64Frac0( float64 a )
301 INLINE int16 extractFloat64Exp( float64 a )
313 INLINE flag extractFloat64Sign( float64 a )
375 INLINE float64
408 static float64
493 static float64
544 float64 int32_to_float64( int32 a )
689 float64 float32_to_float6
[all...]
/freebsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c378 INLINE bits64 extractFloat64Frac( float64 a )
390 INLINE int16 extractFloat64Exp( float64 a )
402 INLINE flag extractFloat64Sign( float64 a )
440 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
471 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig )
535 static float64
1144 float64 int32_to_float64( int32 a )
1161 float64 uint32_to_float64( uint32 a )
1291 float64 int64_to_float64( int64 a )
1540 float64 float32_to_float6
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h86 static constexpr LLT float64() { function in class:llvm::LLT
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3685 const LLT F64 = LLT::float64();

Completed in 222 milliseconds