Home
last modified time | relevance | path

Searched refs:Cb (Results 1 – 25 of 168) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
DnestedCallbackErrorNotFlattened.symbols2 type Cb<T> = {noAlias: () => T}["noAlias"]; // `"noAlias"` here prevents an alias symbol from being…
3 >Cb : Symbol(Cb, Decl(nestedCallbackErrorNotFlattened.ts, 0, 0))
10 declare const x: Cb<Cb<Cb<Cb<number>>>>; // one more layer of `Cb` adn we'd get a `true` from the d…
12 >Cb : Symbol(Cb, Decl(nestedCallbackErrorNotFlattened.ts, 0, 0))
13 >Cb : Symbol(Cb, Decl(nestedCallbackErrorNotFlattened.ts, 0, 0))
14 >Cb : Symbol(Cb, Decl(nestedCallbackErrorNotFlattened.ts, 0, 0))
15 >Cb : Symbol(Cb, Decl(nestedCallbackErrorNotFlattened.ts, 0, 0))
17 declare let y: Cb<Cb<Cb<Cb<string>>>>;
19 >Cb : Symbol(Cb, Decl(nestedCallbackErrorNotFlattened.ts, 0, 0))
20 >Cb : Symbol(Cb, Decl(nestedCallbackErrorNotFlattened.ts, 0, 0))
[all …]
DnestedCallbackErrorNotFlattened.types2 type Cb<T> = {noAlias: () => T}["noAlias"]; // `"noAlias"` here prevents an alias symbol from being…
3 >Cb : () => T
8 declare const x: Cb<Cb<Cb<Cb<number>>>>; // one more layer of `Cb` adn we'd get a `true` from the d…
11 declare let y: Cb<Cb<Cb<Cb<string>>>>;
DnestedCallbackErrorNotFlattened.js2 type Cb<T> = {noAlias: () => T}["noAlias"]; // `"noAlias"` here prevents an alias symbol from being…
5 declare const x: Cb<Cb<Cb<Cb<number>>>>; // one more layer of `Cb` adn we'd get a `true` from the d…
6 declare let y: Cb<Cb<Cb<Cb<string>>>>;
DnestedCallbackErrorNotFlattened.errors.txt9 …type Cb<T> = {noAlias: () => T}["noAlias"]; // `"noAlias"` here prevents an alias symbol from bein…
12 …declare const x: Cb<Cb<Cb<Cb<number>>>>; // one more layer of `Cb` adn we'd get a `true` from the …
13 declare let y: Cb<Cb<Cb<Cb<string>>>>;
DjsxChildrenIndividualErrorElaborations.errors.txt9 …/index.tsx(63,3): error TS2322: Type '(x: number) => number' is not assignable to type 'Cb | Cb[]'.
10 Type '(x: number) => number' is not assignable to type 'Cb'.
12 …ld elements. Text in JSX has the type 'string', but the expected type of 'children' is 'Cb | Cb[]'.
91 type Cb = (x: number) => string;
93 children: Cb | Cb[];
104 !!! error TS2322: Type '(x: number) => number' is not assignable to type 'Cb | Cb[]'.
105 !!! error TS2322: Type '(x: number) => number' is not assignable to type 'Cb'.
117 …ld elements. Text in JSX has the type 'string', but the expected type of 'children' is 'Cb | Cb[]'.
DjsxChildrenIndividualErrorElaborations.symbols112 type Cb = (x: number) => string;
113 >Cb : Symbol(Cb, Decl(index.tsx, 49, 8))
119 children: Cb | Cb[];
121 >Cb : Symbol(Cb, Decl(index.tsx, 49, 8))
122 >Cb : Symbol(Cb, Decl(index.tsx, 49, 8))
DjsxChildrenIndividualErrorElaborations.types124 type Cb = (x: number) => string;
125 >Cb : Cb
129 children: Cb | Cb[];
130 >children : Cb | Cb[]
DtypedefTagTypeResolution.types23 * @callback Cb
35 /** @type {Cb} */
37 >cb : Cb
DjsxChildrenIndividualErrorElaborations.js53 type Cb = (x: number) => string;
55 children: Cb | Cb[];
DtypedefTagTypeResolution.errors.txt23 * @callback Cb
35 /** @type {Cb} */
DtypedefTagTypeResolution.symbols22 * @callback Cb
34 /** @type {Cb} */
/third_party/typescript/tests/cases/compiler/
DnestedCallbackErrorNotFlattened.ts2 type Cb<T> = {noAlias: () => T}["noAlias"]; // `"noAlias"` here prevents an alias symbol from being… alias
5 declare const x: Cb<Cb<Cb<Cb<number>>>>; // one more layer of `Cb` adn we'd get a `true` from the d…
6 declare let y: Cb<Cb<Cb<Cb<string>>>>;
DjsxChildrenIndividualErrorElaborations.tsx55 type Cb = (x: number) => string;
57 children: Cb | Cb[];
/third_party/boost/boost/geometry/srs/projections/proj/
Dairy.hpp79 T Cb; member
112 Krho = -log(t)/s - this->m_proj_parm.Cb / t; in fwd()
114 Krho = 0.5 - this->m_proj_parm.Cb; in fwd()
129 Krho = -2.*(log(cos(lp_lat)) / t + t * this->m_proj_parm.Cb); in fwd()
157 proj_parm.Cb = -0.5; in setup_airy()
159 proj_parm.Cb = 1./tan(beta); in setup_airy()
160 proj_parm.Cb *= proj_parm.Cb * log(cos(beta)); in setup_airy()
Dlabrd.hpp62 T Az, kRg, p0s, A, C, Ca, Cb, Cc, Cd; member
100 xy_x += this->m_proj_parm.Ca * V1 + this->m_proj_parm.Cb * V2; in fwd()
101 xy_y += this->m_proj_parm.Ca * V2 - this->m_proj_parm.Cb * V1; in fwd()
123 …xy_x += - this->m_proj_parm.Ca * V1 - this->m_proj_parm.Cb * V2 + this->m_proj_parm.Cc * V3 + this… in inv()
124 …xy_y += this->m_proj_parm.Cb * V1 - this->m_proj_parm.Ca * V2 - this->m_proj_parm.Cd * V3 + this… in inv()
185 … proj_parm.Ca = (1. - cos(t)) * ( proj_parm.Cb = 1. / (12. * proj_parm.kRg * proj_parm.kRg) ); in setup_labrd()
186 proj_parm.Cb *= sin(t); in setup_labrd()
187 proj_parm.Cc = 3. * (proj_parm.Ca * proj_parm.Ca - proj_parm.Cb * proj_parm.Cb); in setup_labrd()
188 proj_parm.Cd = 6. * proj_parm.Ca * proj_parm.Cb; in setup_labrd()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_compression_astc_decode_mode.txt174 color components (Cr, Cg, and Cb) computed as follows:
176 int lz = clz17( Cr | Cg | Cb | 1);
179 if (Cb == 65535 ) { Cb = 65536; lz = 0; }
182 Cb <<= lz;
185 Cb = (Cb >> 8) & 0x1FF;
188 uint32_t texel = (exponent << 27) | (Cb << 18) | (Cg << 9) | Cr;
204 components (Cr, Cg, and Cb) computed as follows:
208 if( Cb > 0x7c00 ) Cb = 0; else if( Cb == 0x7c00 ) Cb = 0x7bff;
211 int Be = (Cb >> 10) & 0x1F;
215 int Xm = ((Cr | Cg | Cb) & 0x200) >> 9;
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_texture_compression_astc_decode_mode.txt174 color components (Cr, Cg, and Cb) computed as follows:
176 int lz = clz17( Cr | Cg | Cb | 1);
179 if (Cb == 65535 ) { Cb = 65536; lz = 0; }
182 Cb <<= lz;
185 Cb = (Cb >> 8) & 0x1FF;
188 uint32_t texel = (exponent << 27) | (Cb << 18) | (Cg << 9) | Cr;
204 components (Cr, Cg, and Cb) computed as follows:
208 if( Cb > 0x7c00 ) Cb = 0; else if( Cb == 0x7c00 ) Cb = 0x7bff;
211 int Be = (Cb >> 10) & 0x1F;
215 int Xm = ((Cr | Cg | Cb) & 0x200) >> 9;
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djdcolext-mmx.asm100 movq mm5, MMWORD [ebx] ; mm5=Cb(01234567)
109 pand mm4, mm5 ; mm4=Cb(0246)=CbE
110 psrlw mm5, BYTE_BIT ; mm5=Cb(1357)=CbO
121 ; G = Y - 0.34414 * Cb - 0.71414 * Cr
122 ; B = Y + 1.77200 * Cb
126 ; G = Y - 0.34414 * Cb + 0.28586 * Cr - Cr
127 ; B = Y - 0.22800 * Cb + Cb + Cb
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djdcolext-mmx.asm102 movq mm5, MMWORD [ebx] ; mm5=Cb(01234567)
111 pand mm4, mm5 ; mm4=Cb(0246)=CbE
112 psrlw mm5, BYTE_BIT ; mm5=Cb(1357)=CbO
123 ; G = Y - 0.34414 * Cb - 0.71414 * Cr
124 ; B = Y + 1.77200 * Cb
128 ; G = Y - 0.34414 * Cb + 0.28586 * Cr - Cr
129 ; B = Y - 0.22800 * Cb + Cb + Cb
/third_party/libjpeg-turbo/simd/i386/
Djdcolext-mmx.asm100 movq mm5, MMWORD [ebx] ; mm5=Cb(01234567)
109 pand mm4, mm5 ; mm4=Cb(0246)=CbE
110 psrlw mm5, BYTE_BIT ; mm5=Cb(1357)=CbO
121 ; G = Y - 0.34414 * Cb - 0.71414 * Cr
122 ; B = Y + 1.77200 * Cb
126 ; G = Y - 0.34414 * Cb + 0.28586 * Cr - Cr
127 ; B = Y - 0.22800 * Cb + Cb + Cb
/third_party/pcre2/pcre2/testdata/
Dtestinput2270 /a\Cb/utf
75 /a\C\Cb/utf
94 /a\Cb/utf
/third_party/openGLES/extensions/SGIX/
DSGIX_ycrcba.txt51 YCRCB_SGIX is defined as a 3 component format representing the Cb,
53 format representing Cb, Y, Cr, and A values per pixel.
87 YCRCB_SGIX Component Cb chroma value, Color
91 YCRCBA_SGIX Component Cb chroma value, Color
DSGIX_ycrcb.txt44 The chroma component alternates between Cb and Cr values on
50 the Cb, Y, and Cr values per pixel.
93 YCRCB_422_SGIX Component [Cb,Cr] chroma value, Color
96 YCRCB_444_SGIX Component Cb chroma value, Color
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_ycrcba.txt51 YCRCB_SGIX is defined as a 3 component format representing the Cb,
53 format representing Cb, Y, Cr, and A values per pixel.
87 YCRCB_SGIX Component Cb chroma value, Color
91 YCRCBA_SGIX Component Cb chroma value, Color
DSGIX_ycrcb.txt44 The chroma component alternates between Cb and Cr values on
50 the Cb, Y, and Cr values per pixel.
93 YCRCB_422_SGIX Component [Cb,Cr] chroma value, Color
96 YCRCB_444_SGIX Component Cb chroma value, Color

1234567