Searched refs:dVal (Results 1 - 7 of 7) 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/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp1039 double dVal; local
1040 if (parseDouble(O, Arg, dVal))
1042 Val = (float)dVal;
/external/llvm/lib/Support/
H A DCommandLine.cpp1519 double dVal; local
1520 if (parseDouble(O, Arg, dVal))
1522 Val = (float)dVal;
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1544 double dVal; local
1545 if (parseDouble(O, Arg, dVal))
1547 Val = (float)dVal;
/external/sqlite/dist/orig/
H A Dsqlite3.c176868 double dVal; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c176880 double dVal; local
[all...]

Completed in 488 milliseconds