/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/ |
D | widget.h | 48 float GetFloatValue() const;
|
D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
/external/googletest/googletest/xcode/Samples/FrameworkSample/ |
D | widget.h | 48 float GetFloatValue() const;
|
D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_psengine_unittest.cpp | 49 float fv = new_psop->GetFloatValue(); in TEST()
|
D | cpdf_psengine.h | 74 float GetFloatValue() const;
|
D | cpdf_psengine.cpp | 84 float CPDF_PSOP::GetFloatValue() const { in GetFloatValue() function in CPDF_PSOP 136 pEngine->Push(m_Operators[i]->GetFloatValue()); in Execute()
|
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 105 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | constants.cpp | 30 return fc->GetFloatValue(); in GetFloat()
|
D | constants.h | 237 float GetFloatValue() const { in GetFloatValue() function
|
D | folding_rules.cpp | 1743 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | constants.cpp | 30 return fc->GetFloatValue(); in GetFloat()
|
D | constants.h | 237 float GetFloatValue() const { in GetFloatValue() function
|
D | folding_rules.cpp | 1743 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
|
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 335 reflection->SetFloat(new_entry, val_des, map_val.GetFloatValue()); in SyncRepeatedFieldWithMapNoLock()
|
D | map.h | 383 float GetFloatValue() const { in GetFloatValue() function
|
D | map_test_util.cc | 1449 iter.GetValueRef().GetFloatValue()); in ExpectMapFieldsSetViaReflectionIterator()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 215 return PyFloat_FromDouble(value->GetFloatValue()); in MapValueRefToPython()
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 971 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 1233 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 1274 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3190 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
|