Home
last modified time | relevance | path

Searched refs:GetDouble (Results 1 – 25 of 70) sorted by relevance

123

/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node.cc32 location_ = CefRect(loc->GetDouble("x"), loc->GetDouble("y"), in UpdateLocation()
33 loc->GetDouble("width"), loc->GetDouble("height")); in UpdateLocation()
59 location_ = CefRect(loc->GetDouble("x"), loc->GetDouble("y"), in UpdateValue()
60 loc->GetDouble("width"), loc->GetDouble("height")); in UpdateValue()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconst_folding_rules.cpp183 double scalar = c2->GetDouble(); in FoldVectorTimesScalar()
185 utils::FloatProxy<double> result(c1_components[i]->GetDouble() * in FoldVectorTimesScalar()
387 double fa = a->GetDouble(); in FoldFToIOp()
473 double fa = a->GetDouble(); \
474 double fb = b->GetDouble(); \
527 double fa = a->GetDouble(); \
528 double fb = b->GetDouble(); \
666 double da = a->GetDouble(); in FoldFNegateOp()
946 double va = a->GetDouble(); in FoldMin()
947 double vb = b->GetDouble(); in FoldMin()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp86 double da = val->GetDouble(); in negateFPConst()
239 double scalar = c2->GetDouble(); in FoldVectorTimesScalar()
241 utils::FloatProxy<double> result(c1_components[i]->GetDouble() * in FoldVectorTimesScalar()
443 double fa = a->GetDouble(); in FoldFToIOp()
529 double fa = a->GetDouble(); \
530 double fb = b->GetDouble(); \
636 double fa = a->GetDouble(); \
637 double fb = b->GetDouble(); \
1042 double va = a->GetDouble(); in FoldMin()
1043 double vb = b->GetDouble(); in FoldMin()
[all …]
/third_party/spirv-tools/source/opt/
Dconst_folding_rules.cpp183 double scalar = c2->GetDouble(); in FoldVectorTimesScalar()
185 utils::FloatProxy<double> result(c1_components[i]->GetDouble() * in FoldVectorTimesScalar()
387 double fa = a->GetDouble(); in FoldFToIOp()
473 double fa = a->GetDouble(); \
474 double fb = b->GetDouble(); \
527 double fa = a->GetDouble(); \
528 double fb = b->GetDouble(); \
666 double da = a->GetDouble(); in FoldFNegateOp()
946 double va = a->GetDouble(); in FoldMin()
947 double vb = b->GetDouble(); in FoldMin()
[all …]
/third_party/cef/include/
Dcef_values.h131 virtual double GetDouble() = 0;
417 virtual double GetDouble(const CefString& key) = 0;
639 virtual double GetDouble(size_t index) = 0;
/third_party/flatbuffers/tests/MyGame/
DMonsterExtra.cs23 …public double D0 { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetDouble(o + __p.bb_pos)…
25 …public double D1 { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetDouble(o + __p.bb_pos)…
27 …public double D2 { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetDouble(o + __p.bb_pos)…
29 …public double D3 { get { int o = __p.__offset(10); return o != 0 ? __p.bb.GetDouble(o + __p.bb_pos…
39 …public double Dvec(int j) { int o = __p.__offset(20); return o != 0 ? __p.bb.GetDouble(__p.__vecto… in Dvec()
/third_party/cef/tests/ceftests/
Dosr_accessibility_unittest.cc401 EXPECT_GT(loc->GetDouble("x"), 0); in SetEditBoxIdAndRect()
402 EXPECT_GT(loc->GetDouble("y"), 0); in SetEditBoxIdAndRect()
403 EXPECT_GT(loc->GetDouble("width"), 0); in SetEditBoxIdAndRect()
404 EXPECT_GT(loc->GetDouble("height"), 0); in SetEditBoxIdAndRect()
Dtest_util.cc200 EXPECT_EQ(val1->GetDouble(key), val2->GetDouble(key)); in TestDictionaryEqual()
242 EXPECT_EQ(val1->GetDouble(i), val2->GetDouble(i)); in TestListEqual()
Dvalues_unittest.cc131 EXPECT_EQ(kDoubleValue, value->GetDouble(kDoubleKey)); in TestDictionaryDouble()
344 EXPECT_EQ(kDoubleValue, value->GetDouble(index)); in TestListDouble()
828 EXPECT_EQ(5.665, value->GetDouble()); in TEST()
864 EXPECT_EQ(double_value, target_list->GetDouble(0)); in TEST()
872 EXPECT_EQ(double_value, value2->GetDouble()); in TEST()
904 EXPECT_EQ(double_value, target_dict->GetDouble(key)); in TEST()
912 EXPECT_EQ(double_value, value2->GetDouble()); in TEST()
/third_party/cef/libcef/common/
Dvalues_impl.h70 double GetDouble() override;
238 double GetDouble(const CefString& key) override;
317 double GetDouble(size_t index) override;
Dvalues_impl.cc260 double CefValueImpl::GetDouble() { in GetDouble() function in CefValueImpl
265 ret_value = value_->GetDouble(); in GetDouble()
797 double CefDictionaryValueImpl::GetDouble(const CefString& key) { in GetDouble() function in CefDictionaryValueImpl
804 ret_value = value->GetDouble(); in GetDouble()
1216 double CefListValueImpl::GetDouble(size_t index) { in GetDouble() function in CefListValueImpl
1223 ret_value = out_value->GetDouble(); in GetDouble()
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp196 if (!float_binop_evaluates_to(lhs_constant->GetDouble(), in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
Dfuzzer_pass_obfuscate_constants.cpp147 float_constant_1->GetDouble() > float_constant_2->GetDouble(); in ObfuscateBoolConstantViaFloatConstantPair()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp196 if (!float_binop_evaluates_to(lhs_constant->GetDouble(), in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
Dfuzzer_pass_obfuscate_constants.cpp148 float_constant_1->GetDouble() > float_constant_2->GetDouble(); in ObfuscateBoolConstantViaFloatConstantPair()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp196 if (!float_binop_evaluates_to(lhs_constant->GetDouble(), in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
Dfuzzer_pass_obfuscate_constants.cpp148 float_constant_1->GetDouble() > float_constant_2->GetDouble(); in ObfuscateBoolConstantViaFloatConstantPair()
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.h45 double GetDouble() override;
Ddictionary_value_ctocpp.h53 double GetDouble(const CefString& key) override;
Dlist_value_ctocpp.h51 double GetDouble(size_t index) override;
/third_party/flatbuffers/tests/FlatBuffers.Test/
DTestTable.cs149 return t.bb.GetDouble(t.bb_pos + off); in GetSlot()
/third_party/flatbuffers/tests/optional_scalars/
DScalarStuff.cs50 …public double JustF64 { get { int o = __p.__offset(58); return o != 0 ? __p.bb.GetDouble(o + __p.b…
51 …public double? MaybeF64 { get { int o = __p.__offset(60); return o != 0 ? __p.bb.GetDouble(o + __p…
52 …public double DefaultF64 { get { int o = __p.__offset(62); return o != 0 ? __p.bb.GetDouble(o + __…
/third_party/flatbuffers/tests/MyGame/Example/
DTypeAliases.cs40 …public double F64 { get { int o = __p.__offset(22); return o != 0 ? __p.bb.GetDouble(o + __p.bb_po…
51 …public double Vf64(int j) { int o = __p.__offset(26); return o != 0 ? __p.bb.GetDouble(__p.__vecto… in Vf64()
DVec3.cs25 public double Test1 { get { return __p.bb.GetDouble(__p.bb_pos + 16); } }
/third_party/spirv-tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp457 ->GetDouble()); in TEST()
461 ->GetDouble()); in TEST()

123