OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undef_double
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/memcheck/tests/
origin2-not-quite.c
36
double
undef_double
= *ptr_to_undef_double;
local
38
return (
undef_double
< (double)123.45 ? 12 : 23);
/external/llvm/test/CodeGen/Mips/llvm-ir/
call.ll
175
declare hidden void @
undef_double
(i32 %this, double %volume) unnamed_addr align 2
182
tail call void @
undef_double
(i32 undef, double undef) #8
Completed in 62 milliseconds