OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f7_cmp_unordered
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7-renames.h
56
#define
f7_cmp_unordered
__f7_cmp_unordered
macro
libf7.c
626
int8_t
f7_cmp_unordered
(const f7_t *aa, const f7_t *bb, bool with_sign)
function
679
return
f7_cmp_unordered
(aa, bb, false /* no signs */);
688
return
f7_cmp_unordered
(aa, bb, true /* with signs */);
773
int8_t cmp =
f7_cmp_unordered
(aa, bb, true /* with signs */);
/src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7-renames.h
56
#define
f7_cmp_unordered
__f7_cmp_unordered
macro
libf7.c
626
int8_t
f7_cmp_unordered
(const f7_t *aa, const f7_t *bb, bool with_sign)
function
679
return
f7_cmp_unordered
(aa, bb, false /* no signs */);
688
return
f7_cmp_unordered
(aa, bb, true /* with signs */);
773
int8_t cmp =
f7_cmp_unordered
(aa, bb, true /* with signs */);
Completed in 17 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026