Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 62) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymath.h73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) argument
75 # define Py_FORCE_DOUBLE(X) (X) argument
95 #define Py_IS_NAN(X) isnan(X) argument
97 #define Py_IS_NAN(X) ((X) != (X)) argument
115 # define Py_IS_INFINITY(X) isinf(X) argument
117 # define Py_IS_INFINITY(X) ((X) && \ argument
130 #define Py_IS_FINITE(X) isfinite(X) argument
132 #define Py_IS_FINITE(X) finite(X) argument
134 #define Py_IS_FINITE(X) (!Py_IS_INFINITY(X) && !Py_IS_NAN(X)) argument
185 #define Py_OVERFLOWED(X) isinf(X) argument
[all …]
Dpy_curses.h116 #define NoArgNoReturnFunction(X) \ argument
122 #define NoArgOrFlagNoReturnFunction(X) \ argument
138 #define NoArgReturnIntFunction(X) \ argument
145 #define NoArgReturnStringFunction(X) \ argument
151 #define NoArgTrueFalseFunction(X) \ argument
162 #define NoArgNoReturnVoidFunction(X) \ argument
Dpyport.h446 #define Py_FORCE_EXPANSION(X) X argument
471 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument
475 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument
487 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument
503 #define Py_ADJUST_ERANGE1(X) \ argument
513 #define Py_ADJUST_ERANGE2(X, Y) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymath.h73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) argument
75 # define Py_FORCE_DOUBLE(X) (X) argument
95 #define Py_IS_NAN(X) isnan(X) argument
97 #define Py_IS_NAN(X) ((X) != (X)) argument
115 # define Py_IS_INFINITY(X) isinf(X) argument
117 # define Py_IS_INFINITY(X) ((X) && \ argument
130 #define Py_IS_FINITE(X) isfinite(X) argument
132 #define Py_IS_FINITE(X) finite(X) argument
134 #define Py_IS_FINITE(X) (!Py_IS_INFINITY(X) && !Py_IS_NAN(X)) argument
185 #define Py_OVERFLOWED(X) isinf(X) argument
[all …]
Dpy_curses.h116 #define NoArgNoReturnFunction(X) \ argument
122 #define NoArgOrFlagNoReturnFunction(X) \ argument
138 #define NoArgReturnIntFunction(X) \ argument
145 #define NoArgReturnStringFunction(X) \ argument
151 #define NoArgTrueFalseFunction(X) \ argument
162 #define NoArgNoReturnVoidFunction(X) \ argument
Dpyport.h447 #define Py_FORCE_EXPANSION(X) X argument
472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument
476 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument
488 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument
504 #define Py_ADJUST_ERANGE1(X) \ argument
514 #define Py_ADJUST_ERANGE2(X, Y) \ argument
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles_functions.h26 #define LIST_GLES1_FUNCTIONS(X, Y) \ argument
30 #define LIST_GLES3_FUNCTIONS(X, Y) \ argument
/device/generic/goldfish-opengl/system/hals/
Ddebug.h22 #define RETURN(X) return (X) argument
24 #define RETURN_ERROR(X) \ argument
/device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
DBltLibSample.c76 UINTN X; in TestFills() local
109 UINTN X; in TestColor1() local
164 IN UINTN X, in Uint32Dist()
187 UINTN X, Y; in TestColor() local
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
DCommands.c466 IN UINT32 X, in VirtioGpuSetScanout()
499 IN UINT32 X, in VirtioGpuTransferToHost2d()
533 IN UINT32 X, in VirtioGpuResourceFlush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h447 #define Py_FORCE_EXPANSION(X) X argument
472 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument
476 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument
488 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument
504 #define Py_ADJUST_ERANGE1(X) \ argument
514 #define Py_ADJUST_ERANGE2(X, Y) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h462 #define Py_FORCE_EXPANSION(X) X argument
487 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM; argument
491 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ argument
503 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) argument
519 #define Py_ADJUST_ERANGE1(X) \ argument
529 #define Py_ADJUST_ERANGE2(X, Y) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
Dloosing_mro_ref.py32 X = type('X', (Base,), {MyKey(): 5}) variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DPrint.c93 IN UINTN X, in _IPrint()
354 IN UINTN X, in PrintXY()
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c240 UINTN X; in BltLibVideoFill() local
433 UINTN X; in BltLibVideoToBltBufferEx() local
577 UINTN X; in BltLibBufferToVideoEx() local
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/
DUpdateAcpiTable.c25 #define CORECOUNT(X) ((X) * CORE_NUM_PER_SOCKET) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DPrint.c118 IN UINTN X, in _IPrint()
380 IN UINTN X, in PrintXY()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_slice.py113 class X(object): class
Dtest_typechecks.py76 class X: class
Dtest_traceback.py150 class X(Exception): class
Dinspect_fodder2.py94 class X: class
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430UgaDraw.c130 UINTN X; in CirrusLogic5430UgaDrawBlt() local
DCirrusLogic5430GraphicsOutput.c233 UINTN X; in CirrusLogic5430GraphicsOutputBlt() local
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
DPL011Uart.h89 #define PL011_UARTPID2_VER(X) (((X) >> 4) & 0xF) argument
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h45 #define WEAK_ALIAS(X,Y) _Pragma(PRAGMA_HELPER(X,Y,weak)) void X(void) argument

123