Searched defs:nabs (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
H A Dutil.c54 int nabs(int n);
116 int nabs(int n) { function
215 w = nabs(w);
218 h = nabs(h);
221 w = nabs(w);
222 h = nabs(h);
677 a = nabs((x2 - x1) * (y2 - y1));
678 A = nabs((X2 - X1) * (Y2 - Y1));
692 o += nabs( (rt.x2 - rt.x1) * (rt.y2 - rt.y1) );
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c7723 the q result in |*qabs| and the normal result in |*nabs|. */
7725 void math_SQABS ( /*OUT*/IRTemp* qabs, /*OUT*/IRTemp* nabs, argument
7730 newTempsV128_7(&src, &mask, &maskn, &nsub, &qsub, nabs, qabs);
7736 assign(*nabs, binop(Iop_OrV128,

Completed in 196 milliseconds