Searched refs:f7_cmp_unordered (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | f7-renames.h | 56 #define f7_cmp_unordered __f7_cmp_unordered macro
|
H A D | libf7.c | 626 int8_t f7_cmp_unordered (const f7_t *aa, const f7_t *bb, bool with_sign) in f7_cmp_unordered() function 679 return f7_cmp_unordered (aa, bb, false /* no signs */); in f7_cmp_abs() 688 return f7_cmp_unordered (aa, bb, true /* with signs */); in f7_cmp() 773 int8_t cmp = f7_cmp_unordered (aa, bb, true /* with signs */); in f7_minmax()
|
H A D | libf7.h | 635 F7_PURE extern int8_t f7_cmp_unordered (const f7_t*, const f7_t*, bool);
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | f7-renames.h | 56 #define f7_cmp_unordered __f7_cmp_unordered macro
|
H A D | libf7.c | 626 int8_t f7_cmp_unordered (const f7_t *aa, const f7_t *bb, bool with_sign) in f7_cmp_unordered() function 679 return f7_cmp_unordered (aa, bb, false /* no signs */); in f7_cmp_abs() 688 return f7_cmp_unordered (aa, bb, true /* with signs */); in f7_cmp() 773 int8_t cmp = f7_cmp_unordered (aa, bb, true /* with signs */); in f7_minmax()
|
H A D | libf7.h | 635 F7_PURE extern int8_t f7_cmp_unordered (const f7_t*, const f7_t*, bool);
|