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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc94 Float32 float32; local
96 static_cast<void*>(&float32));
97 if (converted) *i = static_cast<int>(float32);
/external/qemu/fpu/
H A Dsoftfloat-native.h89 typedef float float32; typedef
96 float32 f;
153 float32 int32_to_float32( int STATUS_PARAM);
154 float32 uint32_to_float32( unsigned int STATUS_PARAM);
163 float32 int64_to_float32( int64_t STATUS_PARAM);
164 float32 uint64_to_float32( uint64_t STATUS_PARAM);
186 int float32_to_int32( float32 STATUS_PARAM);
187 int float32_to_int32_round_to_zero( float32 STATUS_PARAM);
188 unsigned int float32_to_uint32( float32 a STATUS_PARAM);
189 unsigned int float32_to_uint32_round_to_zero( float32
[all...]
H A Dsoftfloat.h127 } float32; typedef in typeref:struct:__anon11358
129 #define float32_val(x) (((float32)(x)).v)
130 #define make_float32(x) __extension__ ({ float32 f32_val = {x}; f32_val; })
140 typedef uint32_t float32; typedef
249 float32 int32_to_float32( int32 STATUS_PARAM );
251 float32 uint32_to_float32( unsigned int STATUS_PARAM );
259 float32 int64_to_float32( int64 STATUS_PARAM );
260 float32 uint64_to_float32( uint64 STATUS_PARAM );
273 float16 float32_to_float16( float32, flag STATUS_PARAM );
274 float32 float16_to_float3
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1796 float float32 = (float)CFP->getValueAPF().convertToFloat(); local
1797 ptr = (unsigned char*)&float32;

Completed in 80 milliseconds