OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ydiff
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmedia/include/media/
LinearMap.h
168
int32_t
ydiff
;
local
171
& /* bitwise AND to always warn for
ydiff
, though logical AND is also OK */
172
checkedDiff(&
ydiff
, y, mY[mPos], "y");
187
&& (int64_t)xdiff2 *
ydiff
== (int64_t)ydiff2 * xdiff) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java
250
final double
ydiff
= y1[i] - currentState[i];
local
251
final double aspl =
ydiff
- yp1;
252
final double bspl = yp0 -
ydiff
;
255
polynoms[1][i] =
ydiff
;
268
final double ph1 =
ydiff
+ 0.25 * (aspl - bspl);
/external/fio/
graph.c
993
double yval,
ydiff
;
local
999
ydiff
= fabs(yval - y);
1004
if (
ydiff
< best_delta) {
1005
best_delta =
ydiff
;
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h
7146
float32_t xdiff,
ydiff
;
local
[
all
...]
Completed in 97 milliseconds