OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromRep32
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/builtins/Unit/
fp_test.h
28
static inline float
fromRep32
(uint32_t x)
245
return
fromRep32
(0x7fc00000U);
272
return
fromRep32
(0x7f800000U | (rand & 0x7fffffU));
299
return
fromRep32
(0x7f800000U);
trunctfsf2_test.c
30
"expected %f\n", a, x,
fromRep32
(expected));
Completed in 94 milliseconds