HomeSort by relevance Sort by last modified time
    Searched defs:float16 (Results 1 - 2 of 2) 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/include/fpu/
softfloat.h 93 } float16; typedef in typeref:struct:__anon33419
94 #define float16_val(x) (((float16)(x)).v)
95 #define make_float16(x) __extension__ ({ float16 f16_val = {x}; f16_val; })
111 typedef uint16_t float16; typedef
245 float16 float32_to_float16( float32, flag STATUS_PARAM );
246 float32 float16_to_float32( float16, flag STATUS_PARAM );
251 int float16_is_quiet_nan( float16 );
252 int float16_is_signaling_nan( float16 );
253 float16 float16_maybe_silence_nan( float16 );
    [all...]

Completed in 634 milliseconds