Home
last modified time | relevance | path

Searched refs:projections (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.cc255 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections() argument
259 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections()
296 DCHECK_NULL(projections[index]); in CollectControlProjections()
297 projections[index] = use; in CollectControlProjections()
301 DCHECK_NOT_NULL(projections[index]); in CollectControlProjections()
Djs-typed-lowering.cc359 Node* projections[2]; in ConvertBothInputsToNumber() local
362 NodeProperties::CollectControlProjections(node_, projections, 2); in ConvertBothInputsToNumber()
363 IfExceptionHint hint = OpParameter<IfExceptionHint>(projections[1]); in ConvertBothInputsToNumber()
364 Node* if_exception = projections[1]; in ConvertBothInputsToNumber()
365 Node* if_success = projections[0]; in ConvertBothInputsToNumber()
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown45 reference frame, and their 2D projections \f$u_i\f$ onto the image, we seek to retrieve the pose (\…
436 computed point projections to consider it an inlier and the confidence to obtain a good result.
/external/mesa3d/docs/
DVERSIONS952 - user clip planes failed for some perspective projections (Chromium)