Searched defs:x_num (Results 1 – 7 of 7) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-comparison.c | 62 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
|
D | ecma-conversion.c | 98 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/ |
D | where_fp32.cc | 122 int x_num = x->ElementsNum(); in RunWithTripleInputs() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/ |
D | dynamic_broadcast_gradient_args_kernel.cc | 134 size_t x_num = shape_x[0]; in GetInputShape() local
|
/third_party/boost/boost/graph/ |
D | kamada_kawai_spring_layout.hpp | 108 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/ |
D | polygon_arbitrary_formation.hpp | 390 … 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/ |
D | prim_arrays.cc | 777 int64_t x_num = 1; in InferImplReshape() local
|