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

/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp349 double dVal; local
350 test_ref_double_aux(dVal);
351 // This previously warned because 'dVal' was thought to be uninitialized.
352 float Val = (float)dVal; // no-warning
/external/tinyxml/
H A Dxmltest.cpp446 double dVal; local
448 result = ele->QueryDoubleAttribute( "attr0", &dVal );
450 XmlTest( "Query attribute: int as double", (int)dVal, 1 );
451 result = ele->QueryDoubleAttribute( "attr1", &dVal );
452 XmlTest( "Query attribute: double as double", (int)dVal, 2 );
/external/llvm/lib/Support/
H A DCommandLine.cpp1314 double dVal; local
1315 if (parseDouble(O, Arg, dVal))
1317 Val = (float)dVal;

Completed in 327 milliseconds