Home
last modified time | relevance | path

Searched refs:new_right (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Ddecision-tree-resource.cc68 TreeNode* new_right = tree->add_nodes(); in SplitNode() local
69 new_right->mutable_node_id()->set_value(newid); in SplitNode()
70 Leaf* right_leaf = new_right->mutable_leaf(); in SplitNode()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgeom.h158 const float new_right = MIN(this->right_, that.right_); in Intersect() local
160 if (new_left >= new_right) { in Intersect()
171 return BoundingBox(new_left, new_top, new_right, new_bottom); in Intersect()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp342 float new_right = points[0].x; in TransformRect() local
347 new_right = std::max(new_right, points[i].x); in TransformRect()
352 return std::make_tuple(new_left, new_right, new_top, new_bottom); in TransformRect()
/external/libchrome/ui/gfx/geometry/
Drect.cc183 int new_right = std::min(right(), rect.right()); in Intersect() local
186 if (left >= new_right || top >= new_bottom) { in Intersect()
191 SetByBounds(left, top, new_right, new_bottom); in Intersect()
/external/python/cpython3/Lib/test/
Dtest_ast.py1119 new_right = ast.Constant(value=20j)
1120 ast.copy_location(new_right, binop.right)
1121 binop.right = new_right
/external/libcups/cups/
Dppd-cache.c991 new_right, /* New right margin in 2540ths */ in _ppdCacheCreateWithPPD() local
1103 new_right = PWG_FROM_POINTS(ppd_size->width - ppd_size->right); in _ppdCacheCreateWithPPD()
1107 new_left == 0 && new_right == 0; in _ppdCacheCreateWithPPD()
1161 new_size->right = new_right; in _ppdCacheCreateWithPPD()