Home
last modified time | relevance | path

Searched refs:value_1 (Results 1 – 22 of 22) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.h177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool() argument
179 return value_1 == value_2; in CompareBool()
184 bool CompareDouble(const FieldDescriptor& field, double value_1,
188 const EnumValueDescriptor* value_1,
193 bool CompareFloat(const FieldDescriptor& field, float value_1, float value_2);
195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32() argument
197 return value_1 == value_2; in CompareInt32()
200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64() argument
202 return value_1 == value_2; in CompareInt64()
206 const std::string& value_1, const std::string& value_2) { in CompareString() argument
[all …]
Dfield_comparator.cc155 double value_1, double value_2) { in CompareDouble() argument
156 return CompareDoubleOrFloat(field, value_1, value_2); in CompareDouble()
160 const EnumValueDescriptor* value_1, in CompareEnum() argument
162 return value_1->number() == value_2->number(); in CompareEnum()
166 float value_1, float value_2) { in CompareFloat() argument
167 return CompareDoubleOrFloat(field, value_1, value_2); in CompareFloat()
172 T value_1, T value_2) { in CompareDoubleOrFloat() argument
173 if (value_1 == value_2) { in CompareDoubleOrFloat()
178 if (treat_nan_as_equal_ && std::isnan(value_1) && std::isnan(value_2)) { in CompareDoubleOrFloat()
183 if (treat_nan_as_equal_ && std::isnan(value_1) && std::isnan(value_2)) { in CompareDoubleOrFloat()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint_test.cc191 BigUnsigned<4> value_1("12345678901234567890123456789012345678"); in TEST() local
196 value_1.ShiftLeft(50); in TEST()
198 EXPECT_EQ(value_1, value_2); in TEST()
208 BigUnsigned<84> value_1(123u); in TEST() local
210 value_1.MultiplyByFiveToTheNth(i); in TEST()
214 EXPECT_EQ(value_1, value_2); in TEST()
223 BigUnsigned<84> value_1(1u); in TEST() local
224 value_1.MultiplyByFiveToTheNth(i); in TEST()
226 EXPECT_EQ(value_1, value_2); in TEST()
236 BigUnsigned<84> value_1(123u); in TEST() local
[all …]
/third_party/skia/third_party/externals/tint/test/shader_io/
Dfragment_output_builtins.wgsl.expected.spvasm9 OpEntryPoint Fragment %main2 "main2" %value_1
14 OpName %value_1 "value_1"
21 OpDecorate %value_1 BuiltIn SampleMask
31 %value_1 = OpVariable %_ptr_Output__arr_uint_uint_1 Output %10
57 %29 = OpAccessChain %_ptr_Output_uint %value_1 %int_0
Dfragment_output_locations.wgsl.expected.spvasm9 OpEntryPoint Fragment %main1 "main1" %value_1
17 OpName %value_1 "value_1"
29 OpDecorate %value_1 Location 1
39 %value_1 = OpVariable %_ptr_Output_uint Output %8
78 OpStore %value_1 %32
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dpost_example.c97 char value_1[64]; member
319 reply = malloc (strlen (MAIN_PAGE) + strlen (session->value_1) + 1); in fill_v1_form()
323 strlen (MAIN_PAGE) + strlen (session->value_1) + 1, in fill_v1_form()
325 session->value_1); in fill_v1_form()
362 reply = malloc (strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1); in fill_v1_v2_form()
366 strlen (SECOND_PAGE) + strlen (session->value_1) + strlen (session->value_2) + 1, in fill_v1_v2_form()
368 session->value_1, in fill_v1_v2_form()
472 session->value_1, in post_iterator()
478 if (size + off >= sizeof(session->value_1)) in post_iterator()
479 size = sizeof (session->value_1) - off - 1; in post_iterator()
[all …]
/third_party/skia/third_party/externals/tint/test/samples/
Dtriangle.wgsl.expected.spvasm9 OpEntryPoint Fragment %frag_main "frag_main" %value_1
14 OpName %value_1 "value_1"
24 OpDecorate %value_1 Location 0
37 %value_1 = OpVariable %_ptr_Output_v4float Output %8
84 OpStore %value_1 %49
Dcompute_boids.wgsl.expected.spvasm10 OpEntryPoint Fragment %frag_main "frag_main" %value_1
19 OpName %value_1 "value_1"
65 OpDecorate %value_1 Location 0
100 %value_1 = OpVariable %_ptr_Output_v4float Output %10
201 OpStore %value_1 %85
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dsessions.c119 char value_1[64]; member
342 session->value_1)) in fill_v1_form()
384 session->value_1, in fill_v1_v2_form()
488 session->value_1, in post_iterator()
494 if (size + off > sizeof(session->value_1)) in post_iterator()
495 size = sizeof (session->value_1) - off; in post_iterator()
496 memcpy (&session->value_1[off], in post_iterator()
499 if (size + off < sizeof (session->value_1)) in post_iterator()
500 session->value_1[size+off] = '\0'; in post_iterator()
/third_party/jerryscript/tests/unit-core/
Dtest-symbol.cpp83 jerry_value_t value_1 = jerry_create_number (1); variable
86 jerry_value_t result_val = jerry_set_property (object, symbol_1, value_1);
97 TEST_ASSERT (jerry_get_number_value (get_value_1) == jerry_get_number_value (value_1));
109 jerry_release_value (value_1);
/third_party/json/tests/src/
Dunit-conversions.cpp1268 enum c_enum { value_1, value_2 }; enumerator
1269 enum class cpp_enum { value_1, value_2 }; enumerator
1271 CHECK(json(value_1).get<c_enum>() == value_1);
1272 CHECK(json(cpp_enum::value_1).get<cpp_enum>() == cpp_enum::value_1);
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_entry_point_test.cc229 OpName %1 "value_1" in TEST_F()
/third_party/skia/third_party/externals/tint/test/bug/tint/
D943.spvasm.expected.glsl117 void setOutput_i1_i1_i1_f1_(inout int d0, inout int d1, inout int d2, inout float value_1) {
129 float x_124 = value_1;
D943.spvasm.expected.spvasm65 OpName %value_1 "value_1"
394 %value_1 = OpFunctionParameter %_ptr_Function_float
409 %218 = OpLoad %float %value_1
D943.spvasm.expected.hlsl103 void setOutput_i1_i1_i1_f1_(inout int d0, inout int d1, inout int d2, inout float value_1) {
115 const float x_124 = value_1;
D943.spvasm39 OpName %value_1 "value"
819 %value_1 = OpFunctionParameter %_ptr_Function_float
837 %502 = OpLoad %float %value_1
D943.spvasm.expected.wgsl153 … : ptr<function, i32>, d1 : ptr<function, i32>, d2 : ptr<function, i32>, value_1 : ptr<function, f…
166 let x_124 : f32 = *(value_1);
D943.spvasm.expected.msl130 …onst d0, thread int* const d1, thread int* const d2, thread float* const value_1, const constant U…
143 float const x_124 = *(value_1);
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info3272 char value_1[64];
3495 session->value_1))
3537 session->value_1,
3641 session->value_1,
3647 if (size + off > sizeof(session->value_1))
3648 size = sizeof (session->value_1) - off;
3649 memcpy (&session->value_1[off],
3652 if (size + off < sizeof (session->value_1))
3653 session->value_1[size+off] = '\0';
/third_party/mindspore/patches/
D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch9418 + * Parse extended parameter like "key_1:value_1;key_2:value_2" and get {{"key_1", "value_1"}, {"ke…
/third_party/typescript/lib/
Dtsc.js2210 for (var _i = 0, value_1 = value; _i < value_1.length; _i++) {
2211 var v = value_1[_i];
DtypingsInstaller.js2617 for (var _i = 0, value_1 = value; _i < value_1.length; _i++) {
2618 var v = value_1[_i];