OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 17 00:25:26 UTC 2026