OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GE_EQUAL
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c
90
GE_EQUAL
= 0,
104
if ((aAbs | bAbs) == 0) return
GE_EQUAL
;
107
else if (aInt == bInt) return
GE_EQUAL
;
111
else if (aInt == bInt) return
GE_EQUAL
;
comparesf2.c
90
GE_EQUAL
= 0,
104
if ((aAbs | bAbs) == 0) return
GE_EQUAL
;
107
else if (aInt == bInt) return
GE_EQUAL
;
111
else if (aInt == bInt) return
GE_EQUAL
;
comparetf2.c
89
GE_EQUAL
= 0,
102
if ((aAbs | bAbs) == 0) return
GE_EQUAL
;
105
else if (aInt == bInt) return
GE_EQUAL
;
109
else if (aInt == bInt) return
GE_EQUAL
;
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025