Home
last modified time | relevance | path

Searched refs:first_value (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c761 ecma_value_t first_value = ecma_op_object_get_by_uint32_index (obj_p, 0); in ecma_builtin_array_prototype_object_shift() local
763 if (ECMA_IS_VALUE_ERROR (first_value)) in ecma_builtin_array_prototype_object_shift()
765 return first_value; in ecma_builtin_array_prototype_object_shift()
776 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift()
798 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift()
808 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift()
817 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift()
822 return first_value; in ecma_builtin_array_prototype_object_shift()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-value.c270 ecma_are_values_integer_numbers (ecma_value_t first_value, /**< first ecma value */ in ecma_are_values_integer_numbers() argument
276 return ((first_value | second_value) & ECMA_DIRECT_TYPE_MASK) == ECMA_DIRECT_TYPE_INTEGER_VALUE; in ecma_are_values_integer_numbers()
H A Decma-helpers.h227 bool JERRY_ATTR_CONST ecma_are_values_integer_numbers (ecma_value_t first_value, ecma_value_t second_value);
/third_party/skia/src/utils/
H A DSkJSON.cpp876 bool first_value = true; in Write() local
878 if (!first_value) stream->writeText(","); in Write()
880 first_value = false; in Write()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLimits.cpp1889 const glw::GLint first_value = point * n_components_per_point + 1; in verifyResult() local
1891 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult()
2209 const glw::GLint first_value = 1; in verifyResult() local
2211 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult()
2517 const glw::GLint first_value = m_textures[0].data; in verifyResult() local
2519 const glw::GLint expected_value = ((first_value + last_value) * (point + 1)) / 2; in verifyResult()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp446 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
447 nir_store_var(b, v[0], first_value, mask); in TEST_F()
475 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
476 nir_store_var(b, v[0], first_value, 1 << 1); in TEST_F()
496 /* Store to v[1] should use first_value directly. The write of in TEST_F()
508 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
509 nir_store_var(b, v[0], first_value, 1 << 1); in TEST_F()
535 /* Store to v[1] should use first_value directly. The write of in TEST_F()
548 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
549 nir_store_var(b, v[0], first_value, mas in TEST_F()
[all...]
/third_party/node/deps/v8/src/objects/
H A Delements.cc3540 ElementType first_value = AccessorClass::GetImpl(first, kShared); in ReverseImpl() local
3543 AccessorClass::SetImpl(last, first_value, kShared); in ReverseImpl()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 147 milliseconds