Home
last modified time | relevance | path

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

/third_party/boost/boost/compute/algorithm/
Dnext_permutation.hpp157 value_type first_value = first_element.read(queue); in next_permutation() local
160 detail::np_ceiling(first_element + 1, last, first_value, queue); in next_permutation()
165 ceiling_element.write(first_value, queue); in next_permutation()
Dprev_permutation.hpp157 value_type first_value = first_element.read(queue); in prev_permutation() local
160 detail::pp_floor(first_element + 1, last, first_value, queue); in prev_permutation()
165 ceiling_element.write(first_value, queue); in prev_permutation()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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/skia/src/utils/
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/flutter/skia/src/utils/
DSkJSON.cpp868 bool first_value = true; in Write() local
870 if (!first_value) stream->writeText(","); in Write()
872 first_value = false; in Write()
/third_party/jerryscript/jerry-core/ecma/base/
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()
Decma-helpers.h227 bool JERRY_ATTR_CONST ecma_are_values_integer_numbers (ecma_value_t first_value, ecma_value_t secon…
/third_party/sqlite/src/
Dsqlite3.c156160 WINDOWFUNCALL(first_value, 1, 0),