Lines Matching refs:float64

90 typedef double float64;
100 float64 f;
155 float64 int32_to_float64( int STATUS_PARAM);
156 float64 uint32_to_float64( unsigned int STATUS_PARAM);
165 float64 int64_to_float64( int64_t STATUS_PARAM);
166 float64 uint64_to_float64( uint64_t v STATUS_PARAM);
192 float64 float32_to_float64( float32 STATUS_PARAM);
304 int float64_to_int32( float64 STATUS_PARAM );
305 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
306 unsigned int float64_to_uint32( float64 STATUS_PARAM );
307 unsigned int float64_to_uint32_round_to_zero( float64 STATUS_PARAM );
308 int64_t float64_to_int64( float64 STATUS_PARAM );
309 int64_t float64_to_int64_round_to_zero( float64 STATUS_PARAM );
310 uint64_t float64_to_uint64( float64 STATUS_PARAM );
311 uint64_t float64_to_uint64_round_to_zero( float64 STATUS_PARAM );
312 float32 float64_to_float32( float64 STATUS_PARAM );
314 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
317 float128 float64_to_float128( float64 STATUS_PARAM );
323 float64 float64_round_to_int( float64 STATUS_PARAM );
324 float64 float64_trunc_to_int( float64 STATUS_PARAM );
325 INLINE float64 float64_add( float64 a, float64 b STATUS_PARAM)
329 INLINE float64 float64_sub( float64 a, float64 b STATUS_PARAM)
333 INLINE float64 float64_mul( float64 a, float64 b STATUS_PARAM)
337 INLINE float64 float64_div( float64 a, float64 b STATUS_PARAM)
341 float64 float64_rem( float64, float64 STATUS_PARAM );
342 float64 float64_sqrt( float64 STATUS_PARAM );
343 INLINE int float64_eq_quiet( float64 a, float64 b STATUS_PARAM)
347 INLINE int float64_le( float64 a, float64 b STATUS_PARAM)
351 INLINE int float64_lt( float64 a, float64 b STATUS_PARAM)
355 INLINE int float64_eq( float64 a, float64 b STATUS_PARAM)
359 INLINE int float64_le_quiet( float64 a, float64 b STATUS_PARAM)
363 INLINE int float64_lt_quiet( float64 a, float64 b STATUS_PARAM)
368 INLINE int float64_unordered( float64 a, float64 b STATUS_PARAM)
372 INLINE int float64_unordered_quiet( float64 a, float64 b STATUS_PARAM)
376 int float64_compare( float64, float64 STATUS_PARAM );
377 int float64_compare_quiet( float64, float64 STATUS_PARAM );
378 int float64_is_signaling_nan( float64 );
379 int float64_is_any_nan( float64 );
380 int float64_is_quiet_nan( float64 );
382 INLINE float64 float64_abs(float64 a)
387 INLINE float64 float64_chs(float64 a)
392 INLINE float64 float64_is_infinity(float64 a)
397 INLINE float64 float64_is_neg(float64 a)
404 INLINE float64 float64_is_zero(float64 a)
409 INLINE float64 float64_scalbn(float64 a, int n STATUS_PARAM)
433 float64 floatx80_to_float64( floatx80 STATUS_PARAM );