Home
last modified time | relevance | path

Searched refs:__x (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dmath.h73 #define fpclassify(__x) __fpmacro_unary_floating(fpclassify, __x) argument
77 #define isinf(__x) __isinf(__x) argument
79 #define isinf(__x) __fpmacro_unary_floating(isinf, __x) argument
84 #define isnan(__x) __isnan(__x) argument
86 #define isnan(__x) __fpmacro_unary_floating(isnan, __x) argument
/device/linaro/bootloader/edk2/StdLib/Include/sys/
DEfiCdefs.h317 #define __SHIFTOUT(__x, __mask) (((__x) & (__mask)) / __LOWEST_SET_BIT(__mask)) argument
318 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask)) argument
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h662 const __typeof (x) __x = (x); \
665 DOPRINT_END2(__x, __y); \
666 __x + __y; \
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h414 const volatile __typeof(((s *)0)->m) *__x = (x); \
415 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys.py687 def getx(self): return self.__x
688 def setx(self, value): self.__x = value
689 def delx(self): del self.__x
Dtest_descr.py582 return -self.__x
584 self.__x = -x
1490 self.__x = 0
1492 x = self.__x
1493 self.__x = x+1
1496 self.__x = x
1498 del self.__x
1998 return self.__x
2000 self.__x = value
2002 del self.__x