Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Ddebug-info-static-const-fp.c28 static const double dVal = 19637/7.0; // 2805.2857142857142857 (2805.2857142857142) variable
33 return hVal + fVal + dVal + ldVal; in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp349 double dVal; in test_ref_double() local
350 test_ref_double_aux(dVal); in test_ref_double()
352 float Val = (float)dVal; // no-warning in test_ref_double()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1989 double dVal; in parse() local
1990 if (parseDouble(O, Arg, dVal)) in parse()
1992 Val = (float)dVal; in parse()