Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
Dflops.c110 int branch(double d) { in branch() function
118 printf("branching: %d %d %d\n", branch(-1.0), branch(0.0), branch(1.0)); in testBranching()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java324 FrameBranch branch = null; in connectPorts() local
326 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()
/frameworks/compile/mclinker/utils/gtest/
DREADME101 To check out the main branch (also known as the "trunk") of Google