OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GE_LESS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c
89
GE_LESS
= -1,
106
if (aInt < bInt) return
GE_LESS
;
110
if (aInt > bInt) return
GE_LESS
;
comparesf2.c
89
GE_LESS
= -1,
106
if (aInt < bInt) return
GE_LESS
;
110
if (aInt > bInt) return
GE_LESS
;
comparetf2.c
88
GE_LESS
= -1,
104
if (aInt < bInt) return
GE_LESS
;
108
if (aInt > bInt) return
GE_LESS
;
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025