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

  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.h 47 A) The flags that are stored in f7_t.flags:
48 -- f7_t.is_nan (NaN)
49 -- f7_t.is_inf (+Inf or -Inf)
50 -- f7_t.sign (negative or -Inf).
77 // Flags that might be set in f7_t.flags.
123 typedef struct f7_t struct
140 } f7_t; typedef in typeref:struct:f7_t
154 uint8_t f7_classify (const f7_t *aa)
180 bool f7_is_inf (const f7_t *aa)
193 bool f7_is_nan (const f7_t *aa
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.h 46 A) The flags that are stored in f7_t.flags:
47 -- f7_t.is_nan (NaN)
48 -- f7_t.is_inf (+Inf or -Inf)
49 -- f7_t.sign (negative or -Inf).
69 // Flags that might be set in f7_t.flags.
116 typedef struct f7_t struct
133 } f7_t; typedef in typeref:struct:f7_t
147 uint8_t f7_classify (const f7_t *aa)
173 bool f7_is_inf (const f7_t *aa)
186 bool f7_is_nan (const f7_t *aa
    [all...]

Completed in 24 milliseconds