OpenGrok
Cross Reference: gmp.h
xref
: /
prebuilts
/
gcc
/
linux-x86
/
host
/
i686-linux-glibc2.7-4.6
/
include
/
gmp.h
Home
|
History
|
Annotate
|
Download
|
only in
include
Lines Matching
refs:mpf_sgn
2095
#define
mpf_sgn
(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0)