HomeSort by: relevance | last modified time | path
    Searched defs:F7_FLAG_nan (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.h 73 #define F7_FLAG_nan (1 << F7_FLAGNO_nan)
78 #define F7_FLAGS (F7_FLAG_inf | F7_FLAG_nan | F7_FLAG_sign)
189 return c & F7_FLAG_nan;
260 cc->flags = F7_FLAG_nan;
312 cc->flags = F7_FLAG_nan;
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.h 66 #define F7_FLAG_nan (1 << F7_FLAGNO_nan)
70 #define F7_FLAGS (F7_FLAG_inf | F7_FLAG_nan | F7_FLAG_sign)
182 return c & F7_FLAG_nan;
253 cc->flags = F7_FLAG_nan;
305 cc->flags = F7_FLAG_nan;

Completed in 29 milliseconds