HomeSort by relevance Sort by last modified time
    Searched refs:float64 (Results 1 - 19 of 19) sorted by null

  /external/qemu/fpu/
softfloat.h 134 } float64; typedef in typeref:struct:__anon13570
135 #define float64_val(x) (((float64)(x)).v)
136 #define make_float64(x) __extension__ ({ float64 f64_val = {x}; f64_val; })
141 typedef uint64_t float64; typedef
250 float64 int32_to_float64( int32 STATUS_PARAM );
252 float64 uint32_to_float64( unsigned int STATUS_PARAM );
261 float64 int64_to_float64( int64 STATUS_PARAM );
262 float64 uint64_to_float64( uint64 STATUS_PARAM );
305 float64 float32_to_float64( float32 STATUS_PARAM );
412 int16 float64_to_int16_round_to_zero( float64 STATUS_PARAM )
    [all...]
softfloat-native.h 90 typedef double float64; typedef
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 )
    [all...]
softfloat-native.c 90 float64 int32_to_float64(int v STATUS_PARAM)
92 return (float64)v;
95 float64 uint32_to_float64(unsigned int v STATUS_PARAM)
97 return (float64)v;
114 float64 int64_to_float64( int64_t v STATUS_PARAM)
116 return (float64)v;
118 float64 uint64_to_float64( uint64_t v STATUS_PARAM)
120 return (float64)v;
165 float64 float32_to_float64( float32 a STATUS_PARAM)
278 int float64_to_int32( float64 a STATUS_PARAM
    [all...]
softfloat-specialize.h 395 int float64_is_quiet_nan( float64 a_ )
412 int float64_is_signaling_nan( float64 a_ )
429 float64 float64_maybe_silence_nan( float64 a_ )
453 static commonNaNT float64ToCommonNaN( float64 a STATUS_PARAM)
469 static float64 commonNaNToFloat64( commonNaNT a STATUS_PARAM)
492 static float64 propagateFloat64NaN( float64 a, float64 b STATUS_PARAM)
softfloat.c 389 INLINE uint64_t extractFloat64Frac( float64 a )
400 INLINE int16 extractFloat64Exp( float64 a )
411 INLINE flag extractFloat64Sign( float64 a )
422 static float64 float64_squash_input_denormal(float64 a STATUS_PARAM)
462 INLINE float64 packFloat64( flag zSign, int16 zExp, uint64_t zSig )
492 static float64 roundAndPackFloat64( flag zSign, int16 zExp, uint64_t zSig STATUS_PARAM)
557 static float64
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 100 Float64 float64; local
102 static_cast<void*>(&float64));
103 if (converted) *i = static_cast<int>(float64);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 235 typedef double float64; typedef
249 typedef float64 float_t;
  /external/qemu/
softmmu_header.h 153 static inline float64 glue(ldfq, MEMSUFFIX)(target_ulong ptr)
156 float64 d;
163 static inline void glue(stfq, MEMSUFFIX)(target_ulong ptr, float64 v)
166 float64 d;
cpu-all.h 125 float64 d;
325 static inline float64 ldfq_le_p(const void *ptr)
333 static inline void stfq_le_p(void *ptr, float64 v)
385 static inline float64 ldfq_le_p(const void *ptr)
387 return *(float64 *)ptr;
395 static inline void stfq_le_p(void *ptr, float64 v)
397 *(float64 *)ptr = v;
514 static inline float64 ldfq_be_p(const void *ptr)
522 static inline void stfq_be_p(void *ptr, float64 v)
574 static inline float64 ldfq_be_p(const void *ptr
    [all...]
def-helper.h 51 #define dh_ctype_f64 float64
  /external/qemu/target-arm/
helper.c     [all...]
cpu.h 181 float64 regs[32];
translate.c     [all...]
  /external/qemu/target-i386/
cpu.h 504 typedef float64 CPU86_LDouble;
520 float64 _d[2];
ops_sse.h 926 float64 d0, d1;
937 float64 d0, d1;
    [all...]
op_helper.c     [all...]
  /external/qemu/target-mips/
cpu.h 56 float64 fd; /* ieee double precision */
op_helper.c     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1850 double float64 = CFP->getValueAPF().convertToDouble(); local
    [all...]

Completed in 724 milliseconds