OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/fpu/
softfloat.h
121
}
float16
;
typedef in typeref:struct:__anon25236
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
...]
Completed in 44 milliseconds