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

  /external/chromium_org/third_party/libxml/src/
trio.c 267 #define TRIO_FABS(x) (((x) < 0.0) ? -(x) : (x))
    [all...]
  /external/libxml2/
trio.c 267 #define TRIO_FABS(x) (((x) < 0.0) ? -(x) : (x))
    [all...]

Completed in 62 milliseconds