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