Home
last modified time | relevance | path

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

/include/linux/
A Dfixp-arith.h154 static inline int fixp_linear_interpolate(int x0, int y0, int x1, int y1, int x) in fixp_linear_interpolate() argument
156 if (y0 == y1 || x == x0) in fixp_linear_interpolate()
158 if (x1 == x0 || x == x1) in fixp_linear_interpolate()
161 return y0 + ((y1 - y0) * (x - x0) / (x1 - x0)); in fixp_linear_interpolate()
/include/math-emu/
A Dop-4.h519 r0 = x0 + y0; \
520 _c1 = r0 < x0; \
533 r0 = x0 + y0; \
534 _c1 = r0 < x0; \
551 r0 = x0 - y0; \
552 _c1 = r0 > x0; \
565 r0 = x0 - y0; \
566 _c1 = r0 > x0; \
583 _t0 = x0, _t1 = x1, _t2 = x2; \
598 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
[all …]
/include/uapi/linux/dvb/
A Dosd.h124 int x0; member

Completed in 16 milliseconds