Searched defs:float64 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h190 typedef PRFloat64 float64; typedef
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.h91 typedef double float64; typedef
101 float64 f;
156 float64 int32_to_float64( int STATUS_PARAM);
157 float64 uint32_to_float64( unsigned int STATUS_PARAM);
166 float64 int64_to_float64( int64_t STATUS_PARAM);
167 float64 uint64_to_float64( uint64_t v STATUS_PARAM);
184 float64 float32_to_float64( float32 STATUS_PARAM);
283 int float64_to_int32( float64 STATUS_PARAM );
284 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
285 unsigned int float64_to_uint32( float64 STATUS_PARA
[all...]
H A Dsoftfloat.h138 } float64; typedef in typeref:struct:__anon17414
139 #define float64_val(x) (((float64)(x)).v)
140 #define make_float64(x) __extension__ ({ float64 f64_val = {x}; f64_val; })
143 typedef uint64_t float64; typedef
233 float64 int32_to_float64( int STATUS_PARAM );
235 float64 uint32_to_float64( unsigned int STATUS_PARAM );
244 float64 int64_to_float64( int64_t STATUS_PARAM );
245 float64 uint64_to_float64( uint64_t STATUS_PARAM );
268 float64 float32_to_float64( float32 STATUS_PARAM );
332 int float64_to_int32( float64 STATUS_PARA
[all...]

Completed in 471 milliseconds