Home
last modified time | relevance | path

Searched defs:x_num (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c62 ecma_number_t x_num = ecma_get_number_from_value (x); in ecma_op_abstract_equality_compare() local
262 ecma_number_t x_num = ecma_get_number_from_value (x); in ecma_op_strict_equality_compare() local
Decma-conversion.c98 ecma_number_t x_num = ecma_get_number_from_value (x); in ecma_op_same_value() local
148 ecma_number_t x_num = ecma_get_number_from_value (x); in ecma_op_same_value_zero() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dwhere_fp32.cc122 int x_num = x->ElementsNum(); in RunWithTripleInputs() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_broadcast_gradient_args_kernel.cc134 size_t x_num = shape_x[0]; in GetInputShape() local
/third_party/boost/boost/graph/
Dkamada_kawai_spring_layout.hpp108 double x_num = rhs[0] * mat[1][1] - rhs[1] * mat[0][1]; in solve() local
128 double x_num in solve() local
/third_party/boost/boost/polygon/detail/
Dpolygon_arbitrary_formation.hpp390 … high_precision y_high, dx1, dy1, dx2, dy2, x11, x21, y11, y21, x_num, y_num, x_den, y_den, x, y; member
393 … long double y_high, dx1, dy1, dx2, dy2, x11, x21, y11, y21, x_num, y_num, x_den, y_den, x, y; in compute_lazy_intersection() local
641 … high_precision x_num = (x11 * dy1 * dx2 - x21 * dy2 * dx1 + y21 * dx1 * dx2 - y11 * dx1 * dx2); in compute_intersection() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc777 int64_t x_num = 1; in InferImplReshape() local