OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isl_int_is_neg
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
int.h
111
#define
isl_int_is_neg
(i) (isl_int_sgn(i) < 0)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
int.h
111
#define
isl_int_is_neg
(i) (isl_int_sgn(i) < 0)
macro
Completed in 502 milliseconds