test_run elementary_functions acosd
test_run elementary_functions asind
Change-Id: Ib622d321744afe4426637926e5c016eeb9bb2449
int DoubleOrDouble(Double* _pL, Bool** _pOut)
{
+ if (_pL->isEmpty())
+ {
+ //call non shorcut operation
+ *_pOut = NULL;
+ return 0;
+ }
+
for (int i = 0 ; i < _pL->getSize() ; i++)
{
if (_pL->get(i) == 0)