Home
last modified time | relevance | path

Searched defs:b01 (Results 1 – 22 of 22) 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/boost/boost/geometry/srs/projections/proj/
Dlask.hpp61 static const double b01 = 1.00384; variable
/third_party/boost/boost/qvm/gen/
Dvec_mat_operations2.hpp80 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
Dvec_mat_operations3.hpp88 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
Dvec_mat_operations4.hpp98 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
Dmat_operations2.hpp1548 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
1597 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *=() local
1685 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
Dmat_operations4.hpp1865 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
1950 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *=() local
2080 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
Dmat_operations3.hpp1704 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() local
1768 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *=() local
1874 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *() 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/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgeometricmath.c125 gint bx0, bx1, by0, by1, b00, b10, b01, b11; in gst_gm_noise_2() local
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp477 double b01 = a00 * a12 - a02 * a10; in determinant() local
592 double b01 = a00 * a12 - a02 * a10; in invert() local
650 double b01 = a00 * a12 - a02 * a10; in invert() 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.c30 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/flutter/skia/src/sksl/
DSkSLByteCode.cpp563 b01 = a00 * a12 - a02 * a10, in innerRun() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp837 int32 b01 = p0 [1]; in FixIsolatedPixel() local
/third_party/flutter/skia/src/shaders/
DSkPerlinNoiseShader.cpp506 int b01 = (i + noiseY.nextNoisePositionIntegerValue) & kBlockMask; in noise2D() 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/flutter/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