HomeSort by relevance Sort by last modified time
    Searched refs:dVal (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Analysis/
misc-ps-region-store.cpp 356 double dVal;
357 test_ref_double_aux(dVal);
358 // This previously warned because 'dVal' was thought to be uninitialized.
359 float Val = (float)dVal; // no-warning
  /external/tinyxml/
xmltest.cpp 446 double dVal;
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/webkit/Source/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 134 jdouble dVal = NPVARIANT_TO_DOUBLE(npvValue);
135 env->SetDoubleArrayRegion(static_cast<jdoubleArray>(javaArray), i, 1, &dVal);
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 282 milliseconds