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

  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 292 float make_float (uint32_t x) function
306 return make_float (0xffc00000 /* NaN: Biased expo = 0xff, mant != 0 */);
353 return make_float (mant);
libf7.c 292 float make_float (uint32_t x) function
306 return make_float (0xffc00000 /* NaN: Biased expo = 0xff, mant != 0 */);
353 return make_float (mant);
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 292 float make_float (uint32_t x) function
306 return make_float (0xffc00000 /* NaN: Biased expo = 0xff, mant != 0 */);
353 return make_float (mant);
libf7.c 292 float make_float (uint32_t x) function
306 return make_float (0xffc00000 /* NaN: Biased expo = 0xff, mant != 0 */);
353 return make_float (mant);

Completed in 68 milliseconds