OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:red1
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/OpenMP/
declare_reduction_messages.cpp
81
#pragma omp declare reduction(
red1
: T : omp_out++) // expected-note {{previous definition is here}}
82
#pragma omp declare reduction(
red1
: int : omp_out++) // expected-error {{redefinition of user-defined reduction for type 'int'}}
86
#pragma omp parallel reduction (
red1
: i)
94
#pragma omp declare reduction(
red1
: int : omp_out++) // expected-note {{previous definition is here}}
96
#pragma omp declare reduction(
red1
: T : omp_out++) // expected-error {{redefinition of user-defined reduction for type 'int'}}
100
#pragma omp parallel reduction (
red1
: i)
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp
812
unsigned char
red1
, green1, blue1, red2, green2, blue2;
834
red1
= (unsigned char)(blockTop&0xf8);
839
signed char reds = (signed char)(
red1
>>3) + ((signed char)((blockTop & 0x7)<<5)>>5);
845
red1
=
red1
+(
red1
>>5); // copy bits to lower sig
860
red1
= (unsigned char)(blockTop&0xf0);
861
red1
=
red1
+ (
red1
>>4); // copy bits to lower si
[
all
...]
/external/u-boot/arch/arm/dts/
sun4i-a10-marsboard.dts
68
red1
{
69
label = "marsboard:
red1
:usr";
/external/deqp/framework/common/
tcuCompressedTexture.cpp
1713
const deUint8
red1
= src[1];
local
[
all
...]
Completed in 282 milliseconds