Home
last modified time | relevance | path

Searched defs:getAsDouble (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp77 void getAsDouble(double &value) const { mayFailCall(&EH::getAsDouble, value); } in getAsDouble() function in parameterFramework::ElementHandle
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h74 double getAsDouble() const { in getAsDouble() function
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp309 bool ElementHandle::getAsDouble(double &value, string &error) const in getAsDouble() function in ElementHandle
/external/llvm-project/llvm/lib/Support/
DStringRef.cpp583 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp589 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/external/llvm-project/llvm/unittests/ADT/
DStringRefTest.cpp911 TEST(StringRefTest, getAsDouble) { in TEST() argument