OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_floatx80
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/fpu/
softfloat.h
128
#define
make_floatx80
(exp, mant) ((floatx80) { mant, exp })
macro
552
#define floatx80_zero
make_floatx80
(0x0000, 0x0000000000000000LL)
553
#define floatx80_one
make_floatx80
(0x3fff, 0x8000000000000000LL)
554
#define floatx80_ln2
make_floatx80
(0x3ffe, 0xb17217f7d1cf79acLL)
555
#define floatx80_pi
make_floatx80
(0x4000, 0xc90fdaa22168c235LL)
556
#define floatx80_half
make_floatx80
(0x3ffe, 0x8000000000000000LL)
557
#define floatx80_infinity
make_floatx80
(0x7fff, 0x8000000000000000LL)
/external/qemu/target-i386/
fpu_helper.c
46
#define floatx80_lg2
make_floatx80
( 0x3ffd, 0x9a209a84fbcff799LL )
47
#define floatx80_l2e
make_floatx80
( 0x3fff, 0xb8aa3b295c17f0bcLL )
48
#define floatx80_l2t
make_floatx80
( 0x4000, 0xd49a784bcd1b8afeLL )
Completed in 582 milliseconds