HomeSort by relevance Sort by last modified time
    Searched refs:SGN (Results 1 - 3 of 3) 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 78 milliseconds