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

  /external/clang/test/Sema/
ext_vector_components.c 6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
14 float16 vec16;
  /external/qemu/fpu/
softfloat.h 121 } float16; typedef in typeref:struct:__anon12309
122 #define float16_val(x) (((float16)(x)).v)
123 #define make_float16(x) __extension__ ({ float16 f16_val = {x}; f16_val; })
139 typedef uint16_t float16; typedef
273 float16 float32_to_float16( float32, flag STATUS_PARAM );
274 float32 float16_to_float32( float16, flag STATUS_PARAM );
279 int float16_is_quiet_nan( float16 );
280 int float16_is_signaling_nan( float16 );
281 float16 float16_maybe_silence_nan( float16 );
    [all...]
softfloat-specialize.h 63 int float16_is_quiet_nan(float16 a_)
78 int float16_is_signaling_nan(float16 a_)
92 float16 float16_maybe_silence_nan(float16 a_)
116 static commonNaNT float16ToCommonNaN( float16 a STATUS_PARAM )
132 static float16 commonNaNToFloat16(commonNaNT a STATUS_PARAM)
softfloat.c 78 INLINE uint32_t extractFloat16Frac(float16 a)
87 INLINE int16 extractFloat16Exp(float16 a)
96 INLINE flag extractFloat16Sign(float16 a)
    [all...]
  /external/qemu/target-arm/
helper.c     [all...]

Completed in 43 milliseconds