Searched refs:ppd (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dparameters.cpp9 // DEBUGGER: print ppd[1][1]
28 double test_parameters(float* pf, double ppd[][2], struct char_struct& s, int** ppn = 0, unsigned short us = 10u, const unsigned long l = 42) argument
30 double result = pf[0] * ppd[1][1] * s.c * us * l;

Completed in 83 milliseconds