Home
last modified time | relevance | path

Searched refs:y4 (Results 1 – 25 of 124) sorted by relevance

12345

/external/libopus/celt/x86/
Dvq_sse2.c113 __m128 rx4, x4, y4; in op_pvq_search_sse2() local
120 y4 = _mm_cvtepi32_ps(iy4); in op_pvq_search_sse2()
121 xy4 = _mm_add_ps(xy4, _mm_mul_ps(x4, y4)); in op_pvq_search_sse2()
122 yy4 = _mm_add_ps(yy4, _mm_mul_ps(y4, y4)); in op_pvq_search_sse2()
124 _mm_storeu_ps(&y[j], _mm_add_ps(y4, y4)); in op_pvq_search_sse2()
168 __m128 x4, y4, r4; in op_pvq_search_sse2() local
170 y4 = _mm_loadu_ps(&y[j]); in op_pvq_search_sse2()
172 y4 = _mm_add_ps(y4, yy4); in op_pvq_search_sse2()
173 y4 = _mm_rsqrt_ps(y4); in op_pvq_search_sse2()
174 r4 = _mm_mul_ps(x4, y4); in op_pvq_search_sse2()
[all …]
/external/pdfium/third_party/agg23/
Dagg_curves.cpp32 float x4, float y4) in init() argument
37 bezier(x1, y1, x2, y2, x3, y3, x4, y4); in init()
43 float x4, float y4, in recursive_bezier() argument
54 float y34 = (y3 + y4) / 2; in recursive_bezier()
62 float dy = y4 - y1; in recursive_bezier()
63 float d2 = fabs(((x2 - x4) * dy) - ((y2 - y4) * dx)); in recursive_bezier()
64 float d3 = fabs(((x3 - x4) * dy) - ((y3 - y4) * dx)); in recursive_bezier()
69 fabs(x2 + x4 - x3 - x3) + fabs(y2 + y4 - y3 - y3) <= in recursive_bezier()
98 recursive_bezier(x1234, y1234, x234, y234, x34, y34, x4, y4, level + 1); in recursive_bezier()
103 float x4, float y4) in bezier() argument
[all …]
Dagg_curves.h28 float x4, float y4) in curve4_points()
37 cp[7] = y4; in curve4_points()
42 float x4, float y4) in init()
51 cp[7] = y4; in init()
71 float x4, float y4) : in curve4_div() argument
74 init(x1, y1, x2, y2, x3, y3, x4, y4); in curve4_div()
89 float x4, float y4);
127 float x4, float y4);
131 float x4, float y4,
145 float x4, float y4) in curve4() argument
[all …]
/external/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp235 ADDR_CHANNEL_SETTING y4 = InitChannel(1, 1, bankYStart + 1); in ComputeBankEquation() local
244 y4.value = (threshY > bankYStart + 1) ? y4.value : 0; in ComputeBankEquation()
258 pEquation->addr[2] = y4; in ComputeBankEquation()
270 pEquation->addr[2] = y4; in ComputeBankEquation()
282 pEquation->addr[2] = y4; in ComputeBankEquation()
295 pEquation->xor1[2] = y4; in ComputeBankEquation()
310 pEquation->addr[1] = y4; in ComputeBankEquation()
320 pEquation->addr[1] = y4; in ComputeBankEquation()
331 pEquation->xor1[1] = y4; in ComputeBankEquation()
345 pEquation->addr[0] = y4; in ComputeBankEquation()
[all …]
/external/libopus/celt/arm/
Dcelt_neon_intr.c58 int16x4_t y4 = vget_low_s16(yy); in xcorr_kernel_neon_fixed() local
61 int32x4_t a1 = vmlal_lane_s16(a0, y4, x4, 0); in xcorr_kernel_neon_fixed()
63 int16x4_t y1 = vext_s16(y0, y4, 1); in xcorr_kernel_neon_fixed()
64 int16x4_t y5 = vext_s16(y4, y8, 1); in xcorr_kernel_neon_fixed()
68 int16x4_t y2 = vext_s16(y0, y4, 2); in xcorr_kernel_neon_fixed()
69 int16x4_t y6 = vext_s16(y4, y8, 2); in xcorr_kernel_neon_fixed()
73 int16x4_t y3 = vext_s16(y0, y4, 3); in xcorr_kernel_neon_fixed()
74 int16x4_t y7 = vext_s16(y4, y8, 3); in xcorr_kernel_neon_fixed()
89 int16x4_t y4 = vld1_dup_s16(y); /* load next y */ in xcorr_kernel_neon_fixed() local
90 y0 = vext_s16(y0, y4, 1); in xcorr_kernel_neon_fixed()
/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256_beeu-x86_64-asm.pl61 $y4 = "%rbp";
187 xorq $y4, $y4
246 ${\SHIFT1($y0, $y1, $y2, $y3, $y4)}
294 adc $x4, $y4
309 adc $y4, $x4
340 movq $y4, $y_rsp4(%rsp)
347 sbb \$0, $y4
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2a.rc17 #undef y4
28 #define y4 (y3 + k)
30 #define z3 (y4 + k + 1)
54 LTEXT "Errors:", IDT_PROGRESS_ERRORS, m, y4, x0s, 8
65 RTEXT "", IDT_PROGRESS_ERRORS_VAL, x1, y4, x1s, MY_TEXT_NOPREFIX
/external/skqp/experimental/docs/
DinterpolatorFunctions.js28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7];
31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3);
35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3);
37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
/external/skia/experimental/docs/
DinterpolatorFunctions.js28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7];
31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3);
35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3);
37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
/external/libgav1/libgav1/src/dsp/x86/
Dwarp_sse4.cc169 inline void VerticalFilter(const int16_t source[15][8], int y4, int gamma, in VerticalFilter() argument
172 int sy4 = (y4 & ((1 << kWarpedModelPrecisionBits) - 1)) - MultiplyBy4(delta); in VerticalFilter()
190 inline void VerticalFilter(const int16_t* source_cols, int y4, int gamma, in VerticalFilter() argument
193 int sy4 = (y4 & ((1 << kWarpedModelPrecisionBits) - 1)) - MultiplyBy4(delta); in VerticalFilter()
248 int source_width, int y4, int ix4, int iy4, int gamma, in WarpRegion2() argument
281 VerticalFilter<is_compound, DestType>(intermediate_result_column, y4, gamma, in WarpRegion2()
378 const int y4 = dst_y >> subsampling_y; in HandleWarpBlock() local
380 const int iy4 = y4 >> kWarpedModelPrecisionBits; in HandleWarpBlock()
443 src, source_stride, source_width, y4, ix4, iy4, gamma, delta, in HandleWarpBlock()
458 VerticalFilter<is_compound, DestType>(intermediate_result, y4, gamma, delta, in HandleWarpBlock()
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm.c53 uint32_t y4; in freeze() local
76 y4 = x4 + (y3 >> 26); in freeze()
78 swap = -(y4 >> 26); in freeze()
79 y4 &= 0x3ffffff; in freeze()
85 y4 ^= x4; in freeze()
91 y4 &= swap; in freeze()
97 y4 ^= x4; in freeze()
103 r->v[8] = y4; in freeze()
/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305_arm.c53 uint32_t y4; in freeze() local
76 y4 = x4 + (y3 >> 26); in freeze()
78 swap = -(y4 >> 26); in freeze()
79 y4 &= 0x3ffffff; in freeze()
85 y4 ^= x4; in freeze()
91 y4 &= swap; in freeze()
97 y4 ^= x4; in freeze()
103 r->v[8] = y4; in freeze()
/external/freetype/src/base/
Dftpsprop.c54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local
94 y4 = darken_params[7]; in ps_property_set()
97 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in ps_property_set()
99 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in ps_property_set()
109 driver->darken_params[7] = y4; in ps_property_set()
/external/rust/crates/ring/crypto/poly1305/
Dpoly1305_arm.c54 uint32_t y4; in freeze() local
77 y4 = x4 + (y3 >> 26); in freeze()
79 swap = -(y4 >> 26); in freeze()
80 y4 &= 0x3ffffff; in freeze()
86 y4 ^= x4; in freeze()
92 y4 &= swap; in freeze()
98 y4 ^= x4; in freeze()
104 r->v[8] = y4; in freeze()
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dinsert-basic.ll16 ; void foo(structx_t *px, int y1, int y2, int y3, int y4, int y5) {
20 ; px->x4 = y4;
29 define void @foo(%struct.structx_t* nocapture %px, i32 %y1, i32 %y2, i32 %y3, i32 %y4, i32 %y5) nou…
51 %bf.value4 = and i32 %y4, 4194303
/external/llvm/test/CodeGen/Hexagon/
Dinsert-basic.ll16 ; void foo(structx_t *px, int y1, int y2, int y3, int y4, int y5) {
20 ; px->x4 = y4;
29 define void @foo(%struct.structx_t* nocapture %px, i32 %y1, i32 %y2, i32 %y3, i32 %y4, i32 %y5) nou…
51 %bf.value4 = and i32 %y4, 4194303
/external/fonttools/Lib/fontTools/pens/
DpointInsidePen.py108 x4, y4 = point
112 if y1 < y and y2 < y and y3 < y and y4 < y:
114 if y1 >= y and y2 >= y and y3 >= y and y4 >= y:
120 ay = y4 - dy - cy - by
/external/llvm-project/flang/test/Semantics/
Dallocate02.f9013 real, allocatable :: y1(:), y2(:), y3(:), y4(:) local
48 allocate(real:: y4, source=src, stat=stat, errmsg=msg, mold=mld)
/external/llvm/test/Transforms/Reassociate/
Dcrash.ll107 %y4 = add i32 %y4, %y4
108 %z4 = add i32 %y4, %y4
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dcrash.ll107 %y4 = add i32 %y4, %y4
108 %z4 = add i32 %y4, %y4
/external/freetype/src/autofit/
Dafmodule.c225 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in af_property_set() local
265 y4 = darken_params[7]; in af_property_set()
268 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in af_property_set()
270 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in af_property_set()
280 module->darken_params[7] = y4; in af_property_set()
/external/libgav1/libgav1/src/dsp/
Dwarp.cc119 const int y4 = dst_y >> subsampling_y; in Warp_C() local
121 const int iy4 = y4 >> kWarpedModelPrecisionBits; in Warp_C()
231 (y4 & ((1 << kWarpedModelPrecisionBits) - 1)) - MultiplyBy4(delta); in Warp_C()
371 (y4 & ((1 << kWarpedModelPrecisionBits) - 1)) - MultiplyBy4(delta); in Warp_C()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dadd.h393 int y4 = params.broadcast_shape[4]; in BroadcastAddFivefold() local
394 if (y4 > 1) { in BroadcastAddFivefold()
403 AddElementwise(y4, params, input1_data_ptr, input2_data_ptr, in BroadcastAddFivefold()
405 input2_data_ptr += y4; in BroadcastAddFivefold()
406 output_data_ptr += y4; in BroadcastAddFivefold()
409 input1_data_ptr += y4; in BroadcastAddFivefold()
/external/libgav1/libgav1/src/tile/
Dtile.cc310 void SetTransformType(const Tile::Block& block, int x4, int y4, int w4, int h4, in SetTransformType() argument
313 const int y_offset = y4 - block.row4x4; in SetTransformType()
947 TransformSize tx_size, int x4, int y4, in GetTransformAllZeroContext() argument
961 const int num_left_elements = GetNumElements(h4, y4, max_y4x4); in GetTransformAllZeroContext()
969 coefficient_levels = &coefficient_levels_[kEntropyContextLeft][plane][y4]; in GetTransformAllZeroContext()
986 coefficient_levels = &coefficient_levels_[kEntropyContextLeft][plane][y4]; in GetTransformAllZeroContext()
987 dc_categories = &dc_categories_[kEntropyContextLeft][plane][y4]; in GetTransformAllZeroContext()
1034 const int y4 = std::max(block.row4x4, block_y << subsampling_y_[kPlaneU]); in ComputeTransformType() local
1035 tx_type = transform_types_[y4 - block.row4x4][x4 - block.column4x4]; in ComputeTransformType()
1044 void Tile::ReadTransformType(const Block& block, int x4, int y4, in ReadTransformType() argument
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dwarp_neon.cc148 const int y4 = dst_y >> subsampling_y; in Warp_NEON() local
150 const int iy4 = y4 >> kWarpedModelPrecisionBits; in Warp_NEON()
260 (y4 & ((1 << kWarpedModelPrecisionBits) - 1)) - MultiplyBy4(delta); in Warp_NEON()
392 (y4 & ((1 << kWarpedModelPrecisionBits) - 1)) - MultiplyBy4(delta); in Warp_NEON()

12345