/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 32 int res_x, in bilinear_interpol() argument 36 int i_resx = 255 - res_x; in bilinear_interpol() 45 uint8_t r_pos_0 = (*src_pos0 * i_resx + *src_pos1 * res_x) >> 8; in bilinear_interpol() 46 uint8_t r_pos_1 = (*src_pos2 * i_resx + *src_pos3 * res_x) >> 8; in bilinear_interpol() 55 int res_x, in bicubic_interpol() argument 78 int res_x, in bicubic_get_pos_weight() argument 94 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight() 95 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight() 96 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight() 97 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight() [all …]
|
D | cfx_imagetransformer.h | 24 int res_x; member 35 int res_x; member
|
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | ecp_nistz384.inl | 42 BN_ULONG *res_x = r->X; local 67 elem_sqr_mont(res_x, M); 69 elem_sub(res_x, res_x, tmp0); 70 elem_sub(S, S, res_x); 88 BN_ULONG res_x[P384_LIMBS]; local 138 elem_sub(res_x, Rsqr, Hsqr); 139 elem_sub(res_x, res_x, Hcub); 141 elem_sub(res_y, U2, res_x); 147 copy_conditional(res_x, in2_x, in1infty); 151 copy_conditional(res_x, in1_x, in2infty); [all …]
|
D | ecp_nistz256.c | 119 BN_ULONG res_x[P256_LIMBS]; in GFp_nistz256_point_add() local 169 elem_sub(res_x, Rsqr, Hsqr); in GFp_nistz256_point_add() 170 elem_sub(res_x, res_x, Hcub); in GFp_nistz256_point_add() 172 elem_sub(res_y, U2, res_x); in GFp_nistz256_point_add() 178 copy_conditional(res_x, in2_x, in1infty); in GFp_nistz256_point_add() 182 copy_conditional(res_x, in1_x, in2infty); in GFp_nistz256_point_add() 186 limbs_copy(r->X, res_x, P256_LIMBS); in GFp_nistz256_point_add()
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | complexity.ll | 31 …%res_x.060.us = phi i32 [ %add25.us, %for.cond5.for.cond.cleanup7_crit_edge.us ], [ 0, %for.cond1.… 48 %add13.us.us = add i32 %filter_x.053.us.us, %res_x.060.us 58 %add13.us.us.1 = add i32 %inc.us.us, %res_x.060.us 68 %add13.us.us.2 = add i32 %inc.us.us.1, %res_x.060.us 78 %add13.us.us.3 = add i32 %inc.us.us.2, %res_x.060.us 98 %arrayidx23.us = getelementptr inbounds i32, i32* %tmp3, i32 %res_x.060.us 100 %add25.us = add nuw i32 %res_x.060.us, 1
|
/external/rust/crates/ring/crypto/fipsmodule/ec/asm/ |
D | ecp_nistz256-x86.pl | 916 my ($res_x,$res_y,$res_z, 1052 &lea ("edi",&DWP($res_x,"esp")); 1055 &lea ("esi",&DWP($res_x,"esp")); 1057 &lea ("edi",&DWP($res_x,"esp")); 1061 &lea ("ebp",&DWP($res_x,"esp")); 1097 &and ("eax",&DWP($res_x+$i,"esp")); 1108 &and ("eax",&DWP($res_x+$i,"esp"));
|
D | ecp_nistz256-armv8.pl | 698 my ($res_x,$res_y,$res_z, 819 add $rp,sp,#$res_x 846 ldp $a0,$a1,[sp,#$res_x] // res 847 ldp $a2,$a3,[sp,#$res_x+16] 858 ldp $a0,$a1,[sp,#$res_x+$i+32] // res 862 ldp $a2,$a3,[sp,#$res_x+$i+48]
|
D | p256-x86_64-asm.pl | 3001 $res_x,$res_y,$res_z, 3266 lea $res_x(%rsp), $r_ptr 3324 pandn $res_x(%rsp), %xmm0 3326 pandn $res_x+0x10(%rsp), %xmm1 3399 $res_x,$res_y,$res_z, 3592 lea $res_x(%rsp), $r_ptr 3650 pandn $res_x(%rsp), %xmm0 3652 pandn $res_x+0x10(%rsp), %xmm1
|
/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 431 if (res_x != NULL) in png_get_pHYs_dpi() 433 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs_dpi() 450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .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 988 if (res_x != NULL) in png_get_pHYs() 990 *res_x = info_ptr->x_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 564 info_ptr->x_pixels_per_unit = res_x; in png_set_pHYs()
|
D | pngrutil.c | 2157 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2191 res_x = png_get_uint_32(buf); 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, 1564 res_x - pixels/unit physical resolution in 1621 res_x = png_get_x_pixels_per_meter(png_ptr, 1630 res_x = png_get_x_pixels_per_inch(png_ptr, 1643 the data is not present or if res_x is 0; 1644 res_x_and_y is 0 if res_x != res_y 3191 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, 3194 res_x - 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 431 if (res_x != NULL) in png_get_pHYs_dpi() 433 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs_dpi() 450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .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 988 if (res_x != NULL) in png_get_pHYs() 990 *res_x = info_ptr->x_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 564 info_ptr->x_pixels_per_unit = res_x; in png_set_pHYs()
|
D | pngrutil.c | 2157 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2191 res_x = png_get_uint_32(buf); in png_handle_pHYs() 2194 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
|
/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/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256-x86_64-asm.pl | 2955 $res_x,$res_y,$res_z, 3220 lea $res_x(%rsp), $r_ptr 3278 pandn $res_x(%rsp), %xmm0 3280 pandn $res_x+0x10(%rsp), %xmm1 3353 $res_x,$res_y,$res_z, 3546 lea $res_x(%rsp), $r_ptr 3604 pandn $res_x(%rsp), %xmm0 3606 pandn $res_x+0x10(%rsp), %xmm1
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium.c | 750 xmlrpc_value *res, *res_x, *res_y; in chamelium_port_get_resolution() local 755 xmlrpc_array_read_item(&chamelium->env, res, 0, &res_x); in chamelium_port_get_resolution() 757 xmlrpc_read_int(&chamelium->env, res_x, x); in chamelium_port_get_resolution() 760 xmlrpc_DECREF(res_x); in chamelium_port_get_resolution()
|
/external/rust/crates/ring/pregenerated/ |
D | ecp_nistz256-armv4-ios32.S | 1088 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M); 1091 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0); 1095 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
|
D | ecp_nistz256-armv4-linux32.S | 1061 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M); 1064 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0); 1068 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | loop-indexing.ll | 86 …%res_x.060.us = phi i32 [ %add25.us, %for.cond5.for.cond.cleanup7_crit_edge.us ], [ 0, %for.cond1.… 103 %add13.us.us = add i32 %filter_x.053.us.us, %res_x.060.us 113 %add13.us.us.1 = add i32 %inc.us.us, %res_x.060.us 123 %add13.us.us.2 = add i32 %inc.us.us.1, %res_x.060.us 133 %add13.us.us.3 = add i32 %inc.us.us.2, %res_x.060.us 153 %arrayidx23.us = getelementptr inbounds i32, i32* %tmp3, i32 %res_x.060.us 155 %add25.us = add nuw i32 %res_x.060.us, 1
|