Home
last modified time | relevance | path

Searched defs:FOUR (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D122-redefine-whitespace.c3 #define FOUR (2 + 2) macro
10 #define FOUR (2 + 2) macro
19 #define FOUR ( 2+2 ) macro
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dnms_with_mask_cpu_kernel.cc23 constexpr uint32_t ONE = 1, TWO = 2, FOUR = 4, EIGHT = 8, SIXTEEN = 16; in NmsRoundUpPower2() local
/third_party/skia/src/core/
DSkVM.h99 enum Scale { ONE, TWO, FOUR, EIGHT }; enumerator