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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc100 Float64 float64; local
102 static_cast<void*>(&float64));
103 if (converted) *i = static_cast<int>(float64);
/external/qemu/fpu/
H A Dsoftfloat-native.h90 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_PARA
[all...]
H A Dsoftfloat.h134 } float64; typedef in typeref:struct:__anon11359
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_PARA
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1800 double float64 = CFP->getValueAPF().convertToDouble(); local
1801 ptr = (unsigned char*)&float64;

Completed in 385 milliseconds