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

  /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/bcm4329/dhdutil/include/
typedefs.h 211 typedef double float64; typedef
221 typedef float64 float_t;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 211 typedef double float64; typedef
221 typedef float64 float_t;
  /external/qemu/fpu/
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.h 134 } float64; typedef in typeref:struct:__anon9878
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...]

Completed in 255 milliseconds