HomeSort by: relevance | last modified time | path
    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