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

/openbsd-current/lib/libc/softfloat/
H A Dnegdf2.c12 float64 __negdf2(float64) __dso_protected;
14 float64
15 __negdf2(float64 a)
H A Dgedf2.c12 flag __gedf2(float64, float64) __dso_protected;
15 __gedf2(float64 a, float64 b)
H A Dledf2.c12 flag __ledf2(float64, float64) __dso_protected;
15 __ledf2(float64 a, float64 b)
H A Deqdf2.c12 flag __eqdf2(float64, float64) __dso_protected;
15 __eqdf2(float64 a, float64 b)
H A Dgtdf2.c12 flag __gtdf2(float64, float64) __dso_protected;
15 __gtdf2(float64 a, float64 b)
H A Dunorddf2.c12 flag __unorddf2(float64, float64) __dso_protected;
15 __unorddf2(float64 a, float64 b)
H A Dnedf2.c12 flag __nedf2(float64, float64) __dso_protected;
15 __nedf2(float64 a, float64 b)
H A Dltdf2.c12 flag __ltdf2(float64, float64) __dso_protected;
15 __ltdf2(float64 a, float64 b)
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
125 float64 int32_to_float64( int ) __dso_protected;
134 float64 int64_to_float64( long long ) __dso_protected;
157 float64 float32_to_float64( float32 ) __dso_protected;
192 int float64_to_int32( float64 ) __dso_protected;
193 int float64_to_int32_round_to_zero( float64 ) __dso_protected;
195 unsigned int float64_to_uint32_round_to_zero( float64 ) __dso_protected;
198 long long float64_to_int64( float64 ) __dso_protected;
199 long long float64_to_int64_round_to_zero( float64 ) __dso_protected;
201 float32 float64_to_float32( float64 ) __dso_protecte
[all...]
H A Dsoftfloat-specialize.h193 flag float64_is_nan( float64 a )
210 flag float64_is_signaling_nan( float64 a )
226 static commonNaNT float64ToCommonNaN( float64 a )
244 static float64 commonNaNToFloat64( commonNaNT a )
261 static float64 propagateFloat64NaN( float64 a, float64 b )
H A Dsoftfloat.c19 * This differs from the standard bits32/softfloat.c in that float64
277 INLINE bits32 extractFloat64Frac1( float64 a )
290 INLINE bits32 extractFloat64Frac0( float64 a )
302 INLINE int16 extractFloat64Exp( float64 a )
314 INLINE flag extractFloat64Sign( float64 a )
376 INLINE float64
409 static float64
494 static float64
545 float64 int32_to_float64( int32 a )
690 float64 float32_to_float6
[all...]
H A Dtimesoftfloat.c129 static void time_a_int32_z_float64( float64 function( int32 ) )
284 static void time_a_int64_z_float64( float64 function( int64 ) )
442 static void time_a_float32_z_float64( float64 function( float32 ) )
670 static const float64 inputs_float64[ numInputs_float64 ] = {
705 static void time_a_float64_z_int32( int32 function( float64 ) )
732 static void time_a_float64_z_int64( int64 function( float64 ) )
759 static void time_a_float64_z_float32( float32 function( float64 ) )
788 static void time_a_float64_z_floatx80( floatx80 function( float64 ) )
819 static void time_a_float64_z_float128( float128 function( float64 ) )
848 static void time_az_float64( float64 functio
[all...]
/openbsd-current/sys/lib/libkern/
H A Dsoftfloat.h92 typedef u_int64_t float64; typedef
163 float64 int32_to_float64( int );
172 float64 int64_to_float64( int64_t );
192 float64 float32_to_float64( float32 );
227 int float64_to_int32( float64 );
228 int float64_to_int32_round_to_zero( float64 );
230 int64_t float64_to_int64( float64 );
232 int64_t float64_to_int64_no_overflow( float64 );
234 int64_t float64_to_int64_round_to_zero( float64 );
236 float32 float64_to_float32( float64 );
[all...]
H A Dsoftfloat-specialize.h196 static commonNaNT float64ToCommonNaN( float64 a )
214 static float64 commonNaNToFloat64( commonNaNT a )
231 static float64 propagateFloat64NaN( float64 a, float64 b )
H A Dsoftfloat.c60 float64 normalizeRoundAndPackFloat64(flag, int16, bits64);
437 INLINE bits64 extractFloat64Frac( float64 a )
449 INLINE int16 extractFloat64Exp( float64 a )
461 INLINE flag extractFloat64Sign( float64 a )
499 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
530 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig )
594 float64
1192 float64 int32_to_float64( int32 a )
1304 float64 int64_to_float64( int64 a )
1552 float64 float32_to_float6
[all...]
/openbsd-current/sys/arch/m88k/m88k/
H A Dfpu.h36 float64 dbl;
H A Dm88100_fp.c35 float64 normalizeRoundAndPackFloat64(flag, int16, bits64);
139 dest->dbl = ((float64)tmp) << 32;
141 dest->dbl |= (float64)tmp;
377 * Pick the inexact result, build a float32 or a float64 out of it, and
H A Dm88110_fp.c211 dest->dbl = ((float64)tmp) << 32;
213 dest->dbl |= (float64)tmp;
/openbsd-current/sys/arch/alpha/alpha/
H A Dfp_complete.c118 static float64 float64_unk(float64, float64);
119 static float64 compare_un(float64, float64);
120 static float64 compare_eq(float64, float64);
121 static float64 compare_l
[all...]
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c124 #define ONE_F64 (float64)((uint64_t)DBL_EXP_BIAS << DBL_FRACBITS)
794 raw = float64_to_int64((float64)raw);
824 raw = float64_to_int32((float64)raw);
860 float64 f64 = (float64)raw;
888 float64 f64 = float64_add((float64)raw1, (float64)raw2);
934 float64 f64a = (float64)raw
[all...]
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp130 snprintf(str, sizeof(str), "%g", value.float64);
H A DDNBDefs.h282 double float64; member in union:DNBRegisterValue::__anon1543

Completed in 280 milliseconds