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

  /bionic/libm/src/
s_lround.c 47 * that everything is in range. At compile time, INRANGE(x) should reduce to
52 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \
59 if (INRANGE(x)) {
  /hardware/ti/wlan/wl1271/utils/
tidef.h 170 #ifndef INRANGE
172 * \def INRANGE
176 #define INRANGE(x,low,high) (((x) >= (low)) && ((x) <= (high)))
  /system/wlan/ti/wilink_6_1/utils/
tidef.h 175 #ifndef INRANGE
177 * \def INRANGE
181 #define INRANGE(x,low,high) (((x) >= (low)) && ((x) <= (high)))
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h     [all...]

Completed in 143 milliseconds