OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undef_double
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/tests/
origin2-not-quite.c
36
double
undef_double
= *ptr_to_undef_double;
local
38
return (
undef_double
< (double)123.45 ? 12 : 23);
Completed in 580 milliseconds