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

  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 205 typedef float float32; typedef
216 #if defined(FLOAT32)
217 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);
177 int float32_to_int32( float32 STATUS_PARAM);
178 int float32_to_int32_round_to_zero( float32 STATUS_PARAM);
179 unsigned int float32_to_uint32( float32 a STATUS_PARAM);
180 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM)
    [all...]
softfloat.h 124 } float32; typedef in typeref:struct:__anon6118
126 #define float32_val(x) (((float32)(x)).v)
127 #define make_float32(x) __extension__ ({ float32 f32_val = {x}; f32_val; })
134 typedef uint32_t float32; typedef
224 float32 int32_to_float32( int STATUS_PARAM );
226 float32 uint32_to_float32( unsigned int STATUS_PARAM );
234 float32 int64_to_float32( int64_t STATUS_PARAM );
235 float32 uint64_to_float32( uint64_t STATUS_PARAM );
248 bits16 float32_to_float16( float32, flag STATUS_PARAM );
249 float32 float16_to_float32( bits16, flag STATUS_PARAM )
    [all...]

Completed in 471 milliseconds