OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_float16
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/fpu/
softfloat.h
96
#define
const_float16
(x) { x }
macro
120
#define
const_float16
(x) (x)
macro
/external/qemu/fpu/
softfloat-specialize.h
55
const float16 float16_default_nan =
const_float16
(0x7E00);
57
const float16 float16_default_nan =
const_float16
(0x7DFF);
59
const float16 float16_default_nan =
const_float16
(0xFE00);
[
all
...]
Completed in 41 milliseconds