Searched refs:above (Results 1 – 25 of 275) sorted by relevance
1234567891011
48 const int above = (i > 0) ? curr - 4 * width : curr; in computeGradient() local54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) + in computeGradient()57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 + in computeGradient()58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) + in computeGradient()59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above); in computeGradient()
105 SLVec3D above = *pAbove; in I3DMacroscopic_SetOrientationVectors() local109 thiz->mOrientationVectors.mAbove = above; in I3DMacroscopic_SetOrientationVectors()110 thiz->mOrientationVectors.mUp = above; // wrong in I3DMacroscopic_SetOrientationVectors()
4 # Emergency approvers in case the above are not available
5 # Emergency approvers in case the above are not available
7 # Emergency approvers in case the above are not available
7 // * Redistributions of source code must retain the above copyright9 // * Redistributions in binary form must reproduce the above
6 * Redistributions of source code must retain the above copyright8 * Redistributions in binary form must reproduce the above
8 - Redistributions of source code must retain the above copyright notice,11 - Redistributions in binary form must reproduce the above copyright notice,
8 # Emergency approvers in case the above are not available
9 # Emergency approvers in case the above are not available
12 # Emergency approvers in case the above are not available
13 * Redistributions of source code must retain the above copyright15 * Redistributions in binary form must reproduce the above copyright
13 // name mismatch above (a32 versus a64)
16 // name mismatch above (a32 versus a64)
13 for detailed definitions of each field above.
14 # Everything in go/android-fwk-media-solutions not covered above:
19 // invokable name mismatch above (c32 versus c64)
23 * Redistributions of source code must retain the above copyright notice,26 * Redistributions in binary form must reproduce the above copyright notice,
38 // variable name mismatch above (h32 versus h64)
56 // Do not add any new libraries here, they should be added to SpaRoboApp above.
54 // Do not add any new libraries here, they should be added to SystemUIGoogleRobo above.
59 boolean above = event.values[0] >= mThresholdLatch;61 onSensorEvent(below, above, event.timestamp);