OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:print_single
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/ppc32/
round.c
126
void
print_single
(char *msg, float *flt)
function
163
print_single
("\n\texpected", &E.flt);
164
print_single
("\n\trounded ", &R.flt);
196
print_single
("F_lo", &F_lo);
197
print_single
("F_hi", &F_hi);
275
print_single
("\n\texpected: %.1f ", &E.flt);
276
print_single
("\n\trounded ", &R.flt);
/external/valgrind/main/none/tests/ppc64/
round.c
126
void
print_single
(char *msg, float *flt)
function
163
print_single
("\n\texpected", &E.flt);
164
print_single
("\n\trounded ", &R.flt);
196
print_single
("F_lo", &F_lo);
197
print_single
("F_hi", &F_hi);
275
print_single
("\n\texpected: %.1f ", &E.flt);
276
print_single
("\n\trounded ", &R.flt);
Completed in 458 milliseconds