HomeSort by relevance Sort by last modified time
    Searched refs:SGN (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 111 #define SGN(x) ((x) < 0 ? (-1) : (x) > 0 ? (1) : (0));
116 return SGN(s);
119 return SGN(n);
  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 261 sign = old_sign = SGN(V[0].y);
263 sign = SGN(V[i].y);
  /external/skia/experimental/Intersection/
NearestPoint.cpp 261 sign = old_sign = SGN(V[0].y);
263 sign = SGN(V[i].y);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 281 milliseconds