Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/openssl/crypto/bn/
Dbn_asm.c443 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
452 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
465 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
474 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
482 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
490 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
500 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
508 # define sqr_add_c2(a,i,j,c0,c1,c2) \ argument
516 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
524 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
[all …]
/third_party/boost/boost/proto/detail/preprocessed/
Dmake_expr.hpp36 make_expr(const C0 &c0 , const C1 &c1) in make_expr()
72 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2) in make_expr()
108 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3) in make_expr()
144 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4) in make_expr()
180 … make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5) in make_expr()
216 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
252 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
288 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
324 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
/third_party/boost/boost/gil/
Ddevice_n.hpp62 planar_devicen_view(std::size_t width, std::size_t height, IC c0, IC c1, std::ptrdiff_t rowsize_in_… in planar_devicen_view()
72 auto planar_devicen_view(std::size_t width, std::size_t height, IC c0, IC c1, IC c2, std::ptrdiff_t… in planar_devicen_view()
83 auto planar_devicen_view(std::size_t width, std::size_t height, IC c0, IC c1, IC c2, IC c3, std::pt… in planar_devicen_view()
94 auto planar_devicen_view(std::size_t width, std::size_t height, IC c0, IC c1, IC c2, IC c3, IC c4, … in planar_devicen_view()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DGraphemeBreak.cpp147 uint32_t c0 = c1; in isGraphemeBreak() local
168 uint32_t c0 = 0; in isGraphemeBreak() local
199 uint32_t c0 = 0; in isGraphemeBreak() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_dynaminc_shape_util.cc112 const std::pair<int64_t, int64_t> c0 = {k16, k16}; in Nc1hwc0Range() local
124 const std::pair<int64_t, int64_t> c0 = {k4, k4}; in Nc1hwc04Range() local
141 const std::pair<int64_t, int64_t> c0 = {k16, k16}; in FracNZRange() local
155 const std::pair<int64_t, int64_t> c0 = {k16, k16}; in FracZRange() local
172 const std::pair<int64_t, int64_t> c0 = {k4, k4}; in FracZC04Range() local
186 const std::pair<int64_t, int64_t> c0 = {k4, k4}; in FracZNLSTMCRange() local
203 const std::pair<int64_t, int64_t> c0 = {k16, k16}; in C1hwncoc0Range() local
228 const std::pair<int64_t, int64_t> c0 = {k16, k16}; in Ndc1hwc0Range() local
242 const std::pair<int64_t, int64_t> c0 = {k16, k16}; in FracZ3DRange() local
/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/boost/boost/math/statistics/
Dlinear_regression.hpp44 Real c0 = mu_y - c1*mu_x; in simple_ordinary_least_squares() local
73 Real c0 = mu_y - c1*mu_x; in simple_ordinary_least_squares_with_R_squared() local
/third_party/skia/src/core/
DSkM44.cpp50 sk4f c0 = sk4f::Load(a.fMat + 0); in setConcat() local
72 sk4f c0 = sk4f::Load(fMat + 0); in preConcat() local
91 sk4f c0 = sk4f::Load(fMat + 0); in preTranslate() local
111 sk4f c0 = sk4f::Load(fMat + 0); in preScale() local
120 sk4f c0 = sk4f::Load(fMat + 0); in preScale() local
131 sk4f c0 = sk4f::Load(fMat + 0); in map() local
148 sk4f c0 = skvx::shuffle<0,1,0,1>(sk2f::Load(mat + 0)) * flip; in map_rect_affine() local
168 sk4f c0 = sk4f::Load(mat + 0); in map_rect_perspective() local
/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/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c269 i915_emit_const1f(struct i915_fp_compile *p, float c0) in i915_emit_const1f()
299 i915_emit_const2f(struct i915_fp_compile *p, float c0, float c1) in i915_emit_const2f()
337 i915_emit_const4f(struct i915_fp_compile *p, float c0, float c1, float c2, in i915_emit_const4f()
/third_party/typescript/tests/cases/compiler/
DcontextualTypingArrayDestructuringWithDefaults.ts2 let [ c0 = {a: "a"} ]: [I?] = []; variable
/third_party/openssl/crypto/bn/asm/
Dx86_64-gcc.c350 # define mul_add_c(a,b,c0,c1,c2) do { \ argument
362 # define sqr_add_c(a,i,c0,c1,c2) do { \ argument
374 # define mul_add_c2(a,b,c0,c1,c2) do { \ argument
391 # 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/flutter/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
/third_party/typescript/tests/cases/fourslash/
DreferencesForInheritedProperties8.ts14 const [d0Def, d0, d1Def, d1, c0Def, c0, d2, c1] = test.ranges(); constant
/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
/third_party/flutter/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
/third_party/musl/libc-test/src/regression/
Dmalloc-encode-pointer.c23 uintptr_t *c0 = (uintptr_t *)malloc(sizeof(uintptr_t) * 10); in main() local
/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp155 coord_t const c0 = 0; in projected_to_xy() local
209 coord_t const c0 = 0; in projected_to_surface() local
270 coord_t c0 = 0; in great_elliptic_intersection() local
312 calc_t c0 = 0; in elliptic_side_value() local
335 coord_t c0 = 0; in planes_spheroid_intersection() local
422 coord_t c0 = 0; in experimental_elliptic_intersection() local
/third_party/boost/libs/filesystem/doc/
Dpath_table.cpp37 struct c0 : public column_base struct
39 string heading() const { return string("<code>string()</code>"); } in heading()
40 string cell_value( const path & p ) const { return p.string(); } in cell_value()
/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/gstreamer/gstplugins_good/gst/smpte/
Dpaint.c34 gint x0, gint y0, gint c0, gint x1, gint y1, gint c1) in gst_smpte_paint_vbox()
57 gint x0, gint y0, gint c0, gint x1, gint y1, gint c1) in gst_smpte_paint_hbox()
153 gint x0, gint y0, gint c0, in gst_smpte_paint_triangle_linear()
261 gint x0, gint y0, gint c0, in gst_smpte_paint_triangle_clock()
311 gint x0, gint y0, gint c0, in gst_smpte_paint_box_clock()
/third_party/skia/gm/
Dcrbug_938592.cpp26 static constexpr SkColor c0 = SK_ColorBLUE; variable
/third_party/flutter/skia/gm/
Dcrbug_938592.cpp26 static constexpr SkColor c0 = SK_ColorBLUE; variable

12345678910>>...17