OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LE_EQUAL
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c
45
LE_EQUAL
= 0,
62
if ((aAbs | bAbs) == 0) return
LE_EQUAL
;
68
else if (aInt == bInt) return
LE_EQUAL
;
78
else if (aInt == bInt) return
LE_EQUAL
;
comparesf2.c
45
LE_EQUAL
= 0,
62
if ((aAbs | bAbs) == 0) return
LE_EQUAL
;
68
else if (aInt == bInt) return
LE_EQUAL
;
78
else if (aInt == bInt) return
LE_EQUAL
;
comparetf2.c
46
LE_EQUAL
= 0,
62
if ((aAbs | bAbs) == 0) return
LE_EQUAL
;
68
else if (aInt == bInt) return
LE_EQUAL
;
77
else if (aInt == bInt) return
LE_EQUAL
;
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025