Searched refs:real_value (Results 1 – 6 of 6) sorted by relevance
/third_party/googletest/googlemock/test/ |
D | gmock-matchers-arithmetic_test.cc | 152 float real_value = 1.0f; in TEST() local 157 EXPECT_FALSE(m.Matches(real_value)); in TEST() 162 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST() 167 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST() 174 double real_value = 1.0; in TEST() local 179 EXPECT_FALSE(m.Matches(real_value)); in TEST() 184 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST() 189 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST() 196 long double real_value = 1.0; in TEST() local 201 EXPECT_FALSE(m.Matches(real_value)); in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 855 uint64_t real_value = Value - 4; in adjustFixupValue() local 858 real_value = -real_value; in adjustFixupValue() 859 out |= ((real_value >> 1) & 0x1) << 11; in adjustFixupValue() 860 out |= ((real_value >> 1) & 0x7fe); in adjustFixupValue()
|
/third_party/python/Lib/http/ |
D | cookies.py | 485 def __set(self, key, real_value, coded_value): argument 488 M.set(key, real_value, coded_value)
|
/third_party/python/Doc/library/ |
D | http.cookies.rst | 80 Return a tuple ``(real_value, coded_value)`` from a string representation. 81 ``real_value`` can be any type. This method does no decoding in 87 Return a tuple ``(real_value, coded_value)``. *val* can be any type, but
|
/third_party/jerryscript/docs/ |
D | 16.MIGRATION-GUIDE.md | 252 jerry_value_t real_value = jerry_get_value_without_error_flag (value); 255 jerry_release_value (real_value); 269 jerry_value_t real_value = jerry_get_value_from_error (error, true); 271 jerry_release_value (real_value);
|
/third_party/libinput/test/ |
D | test-touchpad.c | 3343 unsigned int real_value; in START_TEST() member 3361 b->real_value, in START_TEST() 3367 b->real_value, in START_TEST()
|