HomeSort by relevance Sort by last modified time
    Searched defs:dwarf (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 28 const Scalar dwarf = std::numeric_limits<Scalar>::min(); local
96 paru = dwarf / (std::min)(delta,Scalar(0.1));
111 par = (std::max)(dwarf,Scalar(.001) * paru); /* Computing MAX */
184 const Scalar dwarf = std::numeric_limits<Scalar>::min(); local
232 paru = dwarf / (std::min)(delta,Scalar(0.1));
248 par = (std::max)(dwarf,Scalar(.001) * paru); /* Computing MAX */
  /external/llvm/include/llvm/Support/
Dwarf.h 1 //===-- llvm/Support/Dwarf.h ---Dwarf Constants------------------*- C++ -*-===//
10 // This file contains constants used for implementing Dwarf debug support. For
11 // Details on the Dwarf 3 specfication see DWARF Debugging Information Format
12 // V.3 reference manual http://dwarf.freestandards.org ,
40 namespace dwarf { namespace in namespace:llvm
43 // Dwarf constants as gleaned from the DWARF Debugging Information Format V.4
44 // reference manual http://dwarf.freestandards.org
    [all...]

Completed in 62 milliseconds