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

  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 94 Float32 float32; local
96 static_cast<void*>(&float32));
97 if (converted) *i = static_cast<int>(float32);
  /external/chromium_org/third_party/libjingle/source/talk/base/
macconversion.cc 94 Float32 float32; local
96 static_cast<void*>(&float32));
97 if (converted) *i = static_cast<int>(float32);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 228 /* define float32/64, float_t */
231 typedef float float32; typedef
246 #if defined(FLOAT32)
247 typedef float32 float_t;
  /external/qemu/fpu/
softfloat-native.h 89 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 a STATUS_PARAM)
    [all...]
softfloat.h 127 } float32; typedef in typeref:struct:__anon27953
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_float32( float16, flag STATUS_PARAM )
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1838 float float32 = (float) CFP->getValueAPF().convertToFloat(); local
    [all...]

Completed in 787 milliseconds