OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromRep64
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/builtins/Unit/
fp_test.h
35
static inline double
fromRep64
(uint64_t x)
250
return
fromRep64
(0x7ff8000000000000UL);
277
return
fromRep64
(0x7ff0000000000000UL | (rand & 0xfffffffffffffUL));
304
return
fromRep64
(0x7ff0000000000000UL);
trunctfdf2_test.c
31
"expected %lf\n", a, x,
fromRep64
(expected));
Completed in 2722 milliseconds