Home
last modified time | relevance | path

Searched refs:getAsDouble (Results 1 – 11 of 11) 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/parameter-framework/upstream/test/functional-tests/
DLinear.cpp129 REQUIRE_NOTHROW(handle.getAsDouble(getValueBack));
DFloatingPoint.cpp164 REQUIRE_NOTHROW(handle.getAsDouble(getValueBack));
/external/parameter-framework/upstream/parameter/include/
DElementHandle.h213 bool getAsDouble(double &value, std::string &error) const;
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp309 bool ElementHandle::getAsDouble(double &value, string &error) const in getAsDouble() function in ElementHandle
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md231 - `getAsDouble`
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp896 TEST(StringRefTest, getAsDouble) { in TEST() argument
900 EXPECT_EQ(Entry.ShouldFail, S.getAsDouble(Result, Entry.AllowInexact)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringRef.cpp584 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp392 if (Tok.getString().getAsDouble(Val, false)) in ParseInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringRef.h569 bool getAsDouble(double &Result, bool AllowInexact = true) const;
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1246 primitive.getAsDouble()); in mergeValue()