OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:floatpointer
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
b2071670.c
5
float*
floatPointer
= &f;
7
int* buffer = (int*)
floatPointer
;
/external/clang/test/Misc/
message-length.c
21
void a_very_long_line(int *ip, float *
FloatPointer
) {
22
for (int ALongIndexName = 0; ALongIndexName < 100; ALongIndexName++) if (ip[ALongIndexName] == 17) a_func_to_call(ip ==
FloatPointer
, ip[ALongIndexName],
FloatPointer
[ALongIndexName]);
Completed in 98 milliseconds