OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_float
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
reference-cast.cpp
83
float
get_float
();
91
return (const bool&)
get_float
();
96
return static_cast<const bool&>(
get_float
());
100
return
get_float
();
/external/iproute2/ip/
iplink_can.c
50
static int
get_float
(float *val, const char *arg)
function
113
if (
get_float
(&sp, *argv))
Completed in 54 milliseconds