OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_float128_init
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/fpu/
softfloat.h
138
#define
make_float128_init
(high_, low_) { .high = high_, .low = low_ }
macro
/external/qemu/fpu/
softfloat-specialize.h
116
=
make_float128_init
(float128_default_nan_high, float128_default_nan_low);
[
all
...]
Completed in 495 milliseconds