Home
last modified time | relevance | path

Searched refs:red1 (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/OpenMP/
Ddeclare_reduction_messages.cpp81 #pragma omp declare reduction(red1 : T : omp_out++) // expected-note {{previous definition is her… in foo()
82 #pragma omp declare reduction(red1 : int : omp_out++) // expected-error {{redefinition of user-defi… in foo()
86 #pragma omp parallel reduction (red1 : i) in foo()
94 #pragma omp declare reduction(red1 : int : omp_out++) // expected-note {{previous definition is her… in foo()
96 #pragma omp declare reduction(red1 : T : omp_out++) // expected-error {{redefinition of user-define… in foo()
100 #pragma omp parallel reduction (red1 : i) in foo()
/external/llvm-project/clang/test/OpenMP/
Ddeclare_reduction_messages.cpp97 #pragma omp declare reduction(red1 : T : omp_out++) // expected-note {{previous definition is her… in foo()
98 #pragma omp declare reduction(red1 : int : omp_out++) // expected-error {{redefinition of user-defi… in foo()
102 #pragma omp parallel reduction (red1 : i) in foo()
110 #pragma omp declare reduction(red1 : int : omp_out++) // expected-note {{previous definition is her… in foo()
112 #pragma omp declare reduction(red1 : T : omp_out++) // expected-error {{redefinition of user-define… in foo()
116 #pragma omp parallel reduction (red1 : i) in foo()
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_color_unquantize.cpp610 int red1 = a; in hdr_rgb_unpack3() local
633 if (red1 < 0) in hdr_rgb_unpack3()
634 red1 = 0; in hdr_rgb_unpack3()
635 else if (red1 > 0xFFF) in hdr_rgb_unpack3()
636 red1 = 0xFFF; in hdr_rgb_unpack3()
654 temp1 = red1; in hdr_rgb_unpack3()
656 red1 = green1; in hdr_rgb_unpack3()
662 temp1 = red1; in hdr_rgb_unpack3()
664 red1 = blue1; in hdr_rgb_unpack3()
673 *output1 = uint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack3()
/external/angle/src/tests/egl_tests/
DEGLContextCompatibilityTest.cpp210 EGLint red1, red2, green1, green2, blue1, blue2, alpha1, alpha2; in areConfigsCompatible() local
217 eglGetConfigAttrib(mDisplay, c1, EGL_RED_SIZE, &red1); in areConfigsCompatible()
244 return colorBufferType1 == colorBufferType2 && red1 == red2 && green1 == green2 && in areConfigsCompatible()
/external/python/cpython3/Tools/pynche/X/
Drgb.txt474 255 0 0 red1
/external/python/cpython2/Tools/pynche/X/
Drgb.txt474 255 0 0 red1
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1713 const deUint8 red1 = src[1]; in decompressBc4() local
1740 reds[1] = hasSign ? int8ToFloat(red1s) : uint8ToFloat(red1); in decompressBc4()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir168 // CHECK-NEXT: %[[red1:.*]] = "mhlo.reduce"(%[[cmul]], %[[init]]) ( {
173 // CHECK-NEXT: %[[scr2:.*]] = "mhlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32>
227 // CHECK-NEXT: %[[red1:.*]] = "mhlo.reduce"(%[[cmul]], %[[init]]) ( {
232 // CHECK-NEXT: %[[scr2:.*]] = "mhlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32>
314 // CHECK-NEXT: %[[red1:.*]] = "mhlo.reduce"(%[[cmul]], %[[init]]) ( {
319 // CHECK-NEXT: %[[scr2:.*]] = "mhlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32>
402 // CHECK-NEXT: %[[red1:.*]] = "mhlo.reduce"(%[[cmul]], %[[init]]) ( {
407 // CHECK-NEXT: %[[scr2:.*]] = "mhlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32>