Home
last modified time | relevance | path

Searched defs:c0 (Results 1 – 25 of 248) sorted by relevance

12345678910

/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_asm.c453 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
462 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
475 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
484 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
492 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
500 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
510 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
518 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
526 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
534 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
[all …]
/third_party/openssl/crypto/bn/
Dbn_asm.c453 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
462 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
475 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
484 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
492 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
500 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
510 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
518 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
526 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
534 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp3826 __m128i c0 = _mm_load_si128((__m128i*)(source0 + 4 * x)); in resolve() local
3844 __m128i c0 = _mm_load_si128((__m128i*)(source0 + 4 * x)); in resolve() local
3868 __m128i c0 = _mm_load_si128((__m128i*)(source0 + 4 * x)); in resolve() local
3904 __m128i c0 = _mm_load_si128((__m128i*)(source0 + 4 * x)); in resolve() local
3971 unsigned int c0 = *(unsigned int*)(source0 + 4 * x); in resolve() local
3989 unsigned int c0 = *(unsigned int*)(source0 + 4 * x); in resolve() local
4013 unsigned int c0 = *(unsigned int*)(source0 + 4 * x); in resolve() local
4049 unsigned int c0 = *(unsigned int*)(source0 + 4 * x); in resolve() local
4120 __m128i c0 = _mm_load_si128((__m128i*)(source0 + 4 * x)); in resolve() local
4138 __m128i c0 = _mm_load_si128((__m128i*)(source0 + 4 * x)); in resolve() local
[all …]
/third_party/skia/src/core/
DSkM44.cpp51 sk4f c0 = sk4f::Load(a.fMat + 0); in setConcat() local
73 sk4f c0 = sk4f::Load(fMat + 0); in preConcat() local
92 sk4f c0 = sk4f::Load(fMat + 0); in preTranslate() local
112 sk4f c0 = sk4f::Load(fMat + 0); in preScale() local
121 sk4f c0 = sk4f::Load(fMat + 0); in preScale() local
132 sk4f c0 = sk4f::Load(fMat + 0); in map() local
149 sk4f c0 = skvx::shuffle<0,1,0,1>(sk2f::Load(mat + 0)) * flip; in map_rect_affine() local
169 sk4f c0 = sk4f::Load(mat + 0); in map_rect_perspective() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c258 i915_emit_const1f(struct i915_fp_compile *p, float c0) in i915_emit_const1f()
288 i915_emit_const2f(struct i915_fp_compile *p, float c0, float c1) in i915_emit_const2f()
326 i915_emit_const4f(struct i915_fp_compile *p, float c0, float c1, float c2, in i915_emit_const4f()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp135 tcu::Vec4 c0(0.15f, 0.3f, 0.45f, 0.6f); in iterate() local
144 tcu::UVec4 c0(2, 3, 4, 5); in iterate() local
153 tcu::IVec4 c0(2, 3, 4, 5); in iterate() local
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib.h310 #define POLY0(x, c0) ( c0) argument
311 #define POLY1(x, c0, c1) ((POLY0(x, c1) * x) + c0) argument
312 #define POLY2(x, c0, c1, c2) ((POLY1(x, c1, c2) * x) + c0) argument
313 #define POLY3(x, c0, c1, c2, c3) ((POLY2(x, c1, c2, c3) * x) + c0) argument
314 #define POLY4(x, c0, c1, c2, c3, c4) ((POLY3(x, c1, c2, c3, c4) * x) + c0) argument
315 #define POLY5(x, c0, c1, c2, c3, c4, c5) ((POLY4(x, c1, c2, c3, c4, c5) * x) + c0) argument
/third_party/openssl/crypto/bn/asm/
Dx86_64-gcc.c349 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
361 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
373 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
390 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
Dx86_64-gcc.c349 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
361 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
373 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
390 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
/third_party/skia/modules/sksg/src/
DSkSGColorFilter.cpp80 sk_sp<Color> c0, sk_sp<Color> c1) { in Make()
108 const auto c0 = SkColor4f::FromColor(color0->getColor()), in Make2ColorGradient() local
171 const SkColor c0 = colors[i ]->getColor(), in MakeNColorGradient() local
/third_party/typescript/tests/baselines/reference/
DdynamicNamesErrors.js2 const c0 = "1"; constant
66 const c0 = "1"; constant
DconstEnumToStringNoComments.js21 let c0 = Foo.C.toString(); variable
DconstEnumToStringWithComments.js21 let c0 = Foo.C.toString(); variable
DarrayLiterals3.js33 var c0: tup = [...temp2]; // Error variable
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcost_sse2.c27 const __m128i c0 = _mm_loadu_si128((const __m128i*)(coeffs + 0)); in SetResidualCoeffs_SSE2() local
66 const __m128i c0 = _mm_loadu_si128((const __m128i*)&res->coeffs[0]); in GetResidualCost_SSE2() local
Dlossless_enc_msa.c21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument
37 #define TRANSFORM_COLOR_4(src, dst, c0, c1, mask0, mask1) do { \ argument
/third_party/skia/experimental/sorttoy/
DFake.h156 void setLinear(SkColor c0, SkColor c1) { in setLinear()
162 void setRadial(SkColor c0, SkColor c1) { in setRadial()
168 SkColor c0() const { return fColor0; } in c0() function
/third_party/typescript/tests/cases/compiler/
DcontextualTypingArrayDestructuringWithDefaults.ts2 let [ c0 = {a: "a"} ]: [I?] = []; variable
/third_party/ffmpeg/libavcodec/
Dsimple_idct.c71 int c0, c1, c2, c3, a0, a1, a2, a3; in idct4col_put() local
150 int c0, c1, c2, c3, a0, a1, a2, a3; in idct4col_add() local
177 unsigned c0, c1, c2, c3; in idct4row() local
/third_party/skia/gm/
Dcrbug_938592.cpp26 static constexpr SkColor c0 = SK_ColorBLUE; variable
/third_party/skia/samplecode/
DSample2PtRadial.cpp23 SkPoint c0 = { 0, 0 }; in onDrawContent() local
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp104 iter.iterate(colors, [&] (const SkColor4f& c0, const SkColor4f& c1, SkScalar t0, SkScalar t1) { in addMirrorIntervals()
120 Sk4fGradientInterval::Sk4fGradientInterval(const Sk4f& c0, SkScalar t0, in Sk4fGradientInterval()
216 [&] (const SkColor4f& c0, const SkColor4f& c1, SkScalar t0, SkScalar t1) { in init()
/third_party/skia/tools/skdiff/
Dskdiff.cpp143 static inline bool colors_match_thresholded(SkPMColor c0, SkPMColor c1, const int threshold) { in colors_match_thresholded()
177 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y); in compute_diff() local
/third_party/node/deps/v8/src/parsing/
Dscanner.cc214 AdvanceUntil([](base::uc32 c0) { return unibrow::IsLineTerminator(c0); }); in SkipSingleLineComment()
281 AdvanceUntil([](base::uc32 c0) { in SkipMultiLineComment()
306 AdvanceUntil([](base::uc32 c0) { return c0 == '*'; }); in SkipMultiLineComment()
460 AdvanceUntil([this](base::uc32 c0) { in ScanString()
/third_party/typescript/tests/cases/fourslash/
DtransitiveExportImports.ts19 const [a0Def, a0, a1Def, a1, b0Def, b0, c0Def, c0, c1, c2] = test.ranges(); constant

12345678910