Searched refs:branch (Results 1 – 3 of 3) sorted by relevance
110 int branch(double d) { in branch() function118 printf("branching: %d %d %d\n", branch(-1.0), branch(0.0), branch(1.0)); in testBranching()
324 FrameBranch branch = null; in connectPorts() local326 branch = new FrameBranch("branch" + branchId++); in connectPorts()331 branch.initWithAssignmentList("outputs", inputPorts.size()); in connectPorts()332 addFilter(branch); in connectPorts()333 outputPort.connectTo(branch.getInputPort("in")); in connectPorts()335 for (OutputPort branchOutPort : ((Filter)branch).getOutputPorts()) { in connectPorts()
101 To check out the main branch (also known as the "trunk") of Google