/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 33 int res_y, in bilinear_interpol() argument 47 return (r_pos_0 * (255 - res_y) + r_pos_1 * res_y) >> 8; in bilinear_interpol() 56 int res_y, in bicubic_interpol() argument 79 int res_y, in bicubic_get_pos_weight() argument 98 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight() 99 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight() 100 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight() 101 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight() 192 void Transform(int x, int y, int* x1, int* y1, int* res_x, int* res_y) const { in Transform() 198 *res_y = static_cast<int>(val.second) % kBase; in Transform() [all …]
|
D | cfx_imagetransformer.h | 25 int res_y; member 36 int res_y; member
|
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | ecp_nistz384.inl | 43 BN_ULONG *res_y = r->Y; local 58 elem_sqr_mont(res_y, S); 59 elem_div_by_2(res_y, res_y); 73 elem_sub(res_y, S, res_y); 89 BN_ULONG res_y[P384_LIMBS]; local 141 elem_sub(res_y, U2, res_x); 144 elem_mul_mont(res_y, R, res_y); 145 elem_sub(res_y, res_y, S2); 148 copy_conditional(res_y, in2_y, in1infty); 152 copy_conditional(res_y, in1_y, in2infty); [all …]
|
D | ecp_nistz256.c | 120 BN_ULONG res_y[P256_LIMBS]; in GFp_nistz256_point_add() local 172 elem_sub(res_y, U2, res_x); in GFp_nistz256_point_add() 175 elem_mul_mont(res_y, R, res_y); in GFp_nistz256_point_add() 176 elem_sub(res_y, res_y, S2); in GFp_nistz256_point_add() 179 copy_conditional(res_y, in2_y, in1infty); in GFp_nistz256_point_add() 183 copy_conditional(res_y, in1_y, in2infty); in GFp_nistz256_point_add() 187 limbs_copy(r->Y, res_y, P256_LIMBS); in GFp_nistz256_point_add()
|
/external/libpng/ |
D | pngget.c | 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument 437 if (res_y != NULL) in png_get_pHYs_dpi() 439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi() 451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50); in png_get_pHYs_dpi() 979 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 994 if (res_y != NULL) in png_get_pHYs() 996 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
|
D | pngtest.c | 1257 png_uint_32 res_x, res_y; in test_one_file() local 1260 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, in test_one_file() 1262 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type); in test_one_file()
|
D | png.h | 2052 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2058 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2405 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
D | pngset.c | 557 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 565 info_ptr->y_pixels_per_unit = res_y; in png_set_pHYs()
|
D | pngrutil.c | 2157 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2192 res_y = png_get_uint_32(buf + 4); in png_handle_pHYs() 2194 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
|
D | libpng-manual.txt | 1561 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, 1567 res_y - pixels/unit physical resolution in 1624 res_y = png_get_y_pixels_per_meter(png_ptr, 1633 res_y = png_get_y_pixels_per_inch(png_ptr, 1644 res_x_and_y is 0 if res_x != res_y 3191 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, 3197 res_y - pixels/unit physical resolution
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument 437 if (res_y != NULL) in png_get_pHYs_dpi() 439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi() 451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50); in png_get_pHYs_dpi() 979 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 994 if (res_y != NULL) in png_get_pHYs() 996 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs()
|
D | png.h | 2052 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2058 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2405 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
D | pngset.c | 557 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 565 info_ptr->y_pixels_per_unit = res_y; in png_set_pHYs()
|
D | pngrutil.c | 2157 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2192 res_y = png_get_uint_32(buf + 4); in png_handle_pHYs() 2194 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
|
/external/rust/crates/ring/crypto/fipsmodule/ec/asm/ |
D | ecp_nistz256-x86.pl | 916 my ($res_x,$res_y,$res_z, 1062 &lea ("edi",&DWP($res_y,"esp")); 1073 &lea ("ebp",&DWP($res_y,"esp")); 1074 &lea ("edi",&DWP($res_y,"esp")); 1077 &lea ("esi",&DWP($res_y,"esp")); 1079 &lea ("edi",&DWP($res_y,"esp"));
|
D | ecp_nistz256-armv8.pl | 698 my ($res_x,$res_y,$res_z, 829 add $rp,sp,#$res_y 837 ldp $a0,$a1,[sp,#$res_y] 838 ldp $a2,$a3,[sp,#$res_y+16] 840 add $rp,sp,#$res_y
|
D | p256-x86_64-asm.pl | 3001 $res_x,$res_y,$res_z, 3273 lea $res_y(%rsp), $r_ptr 3288 `&load_for_mul("$R(%rsp)", "$res_y(%rsp)", "$src0")` 3289 lea $res_y(%rsp), $r_ptr 3293 lea $res_y(%rsp), $r_ptr 3348 pandn $res_y(%rsp), %xmm0 3350 pandn $res_y+0x10(%rsp), %xmm1 3399 $res_x,$res_y,$res_z, 3619 lea $res_y(%rsp), $r_ptr 3674 pandn $res_y(%rsp), %xmm0 [all …]
|
/external/pdfium/core/fxcodec/png/ |
D | pngmodule.cpp | 57 png_uint_32 res_x, res_y; in _png_load_bmp_attribute() local 59 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type); in _png_load_bmp_attribute()
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | complexity.ll | 25 %res_y.093 = phi i32 [ 0, %for.cond1.preheader.lr.ph ], [ %add28, %for.cond.cleanup3 ] 26 %arrayidx22 = getelementptr inbounds i32*, i32** %convolved, i32 %res_y.093 37 %add.us.us = add i32 %filter_y.056.us.us, %res_y.093 105 %add28 = add nuw i32 %res_y.093, 1
|
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256-x86_64-asm.pl | 2955 $res_x,$res_y,$res_z, 3227 lea $res_y(%rsp), $r_ptr 3242 `&load_for_mul("$R(%rsp)", "$res_y(%rsp)", "$src0")` 3243 lea $res_y(%rsp), $r_ptr 3247 lea $res_y(%rsp), $r_ptr 3302 pandn $res_y(%rsp), %xmm0 3304 pandn $res_y+0x10(%rsp), %xmm1 3353 $res_x,$res_y,$res_z, 3573 lea $res_y(%rsp), $r_ptr 3628 pandn $res_y(%rsp), %xmm0 [all …]
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium.c | 750 xmlrpc_value *res, *res_x, *res_y; in chamelium_port_get_resolution() local 756 xmlrpc_array_read_item(&chamelium->env, res, 1, &res_y); in chamelium_port_get_resolution() 758 xmlrpc_read_int(&chamelium->env, res_y, y); in chamelium_port_get_resolution() 761 xmlrpc_DECREF(res_y); in chamelium_port_get_resolution()
|
/external/rust/crates/ring/pregenerated/ |
D | ecp_nistz256-armv4-ios32.S | 1071 bl __ecp_nistz256_div_by_2 @ p256_div_by_2(res_y, tmp0); 1104 bl __ecp_nistz256_sub_from @ p256_sub(res_y, S, res_y);
|
D | ecp_nistz256-armv4-linux32.S | 1044 bl __ecp_nistz256_div_by_2 @ p256_div_by_2(res_y, tmp0); 1077 bl __ecp_nistz256_sub_from @ p256_sub(res_y, S, res_y);
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | loop-indexing.ll | 80 %res_y.093 = phi i32 [ 0, %for.cond1.preheader.lr.ph ], [ %add28, %for.cond.cleanup3 ] 81 %arrayidx22 = getelementptr inbounds i32*, i32** %convolved, i32 %res_y.093 92 %add.us.us = add i32 %filter_y.056.us.us, %res_y.093 160 %add28 = add nuw i32 %res_y.093, 1
|