Home
last modified time | relevance | path

Searched defs:b01 (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DmappedTypeModifiers.js52 var b01: B; variable
53 var b01: { [P in keyof B]: B[P] }; variable
54 var b01: Pick<B, keyof B>; variable
55 var b01: Pick<Pick<B, keyof B>, keyof B>; variable
134 var b01; variable
135 var b01; variable
136 var b01; variable
137 var b01; variable
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeModifiers.ts54 var b01: B; variable
55 var b01: { [P in keyof B]: B[P] }; variable
56 var b01: Pick<B, keyof B>; variable
57 var b01: Pick<Pick<B, keyof B>, keyof B>; variable
/third_party/skia/src/core/
DSkMatrixInvert.cpp46 double b01 = a22 * a11 - a12 * a21; in SkInvert3x3Matrix() local
91 double b01 = a00 * a12 - a02 * a10; in SkInvert4x4Matrix() local
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_template.c159 int r01 = rgb0[x * 2 + 1], g01 = rgb1[x * 2 + 1], b01 = rgb2[x * 2 + 1]; in fn() local
250 int r01 = rgb0[x * 2 + 1], g01 = rgb1[x * 2 + 1], b01 = rgb2[x * 2 + 1]; in fn() local
/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c200 vector float b01, b11, b21, b31, b41, b51, b61, b71; in ff_fdct_altivec() local
/third_party/openssl/test/
Dsanitytest.c31 a01, b01, c01, d01, e01, f01, g01, h01, i01, j01, in test_sanity_enum_size() enumerator
/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp445 int b01 = (i + noiseY.nextNoisePositionIntegerValue) & kBlockMask; in noise2D() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp837 int32 b01 = p0 [1]; in FixIsolatedPixel() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_sse2.c1038 const __m128i b01 = _mm_unpacklo_epi32(b0, b1); in SSE4x4_SSE2() local
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp995 b01 = a00**a12 - a02**a10, in writeMatrixInverse4x4() local