/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 …]
|
/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 34 int i_resx = 255 - data.res_x; in BilinearInterpolate() 43 uint8_t r_pos_0 = (*src_pos0 * i_resx + *src_pos1 * data.res_x) >> 8; in BilinearInterpolate() 44 uint8_t r_pos_1 = (*src_pos2 * i_resx + *src_pos3 * data.res_x) >> 8; in BilinearInterpolate() 58 void Transform(int x, int y, int* x1, int* y1, int* res_x, int* res_y) const { in Transform() argument 62 *res_x = static_cast<int>(val.x) % kBase; in Transform() 64 if (*res_x < 0 && *res_x > -kBase) in Transform() 65 *res_x = kBase + *res_x; in Transform() 111 d.res_x = 0; in DoBilinearLoop() 115 matrix_fix.Transform(col, row, &d.src_col_l, &d.src_row_l, &d.res_x, in DoBilinearLoop()
|
D | cfx_imagetransformer.h | 24 int res_x; member
|
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256-armv8-asm.pl | 770 my ($res_x,$res_y,$res_z, 942 add $rp,sp,#$res_x 969 ldp $a0,$a1,[sp,#$res_x] // res 970 ldp $a2,$a3,[sp,#$res_x+16] 981 ldp $a0,$a1,[sp,#$res_x+$i+32] // res 985 ldp $a2,$a3,[sp,#$res_x+$i+48] 1030 my ($res_x,$res_y,$res_z, 1154 add $rp,sp,#$res_x 1181 ldp $a0,$a1,[sp,#$res_x] // res 1182 ldp $a2,$a3,[sp,#$res_x+16] [all …]
|
D | p256-x86_64-asm.pl | 2957 $res_x,$res_y,$res_z, 3222 lea $res_x(%rsp), $r_ptr 3280 pandn $res_x(%rsp), %xmm0 3282 pandn $res_x+0x10(%rsp), %xmm1 3355 $res_x,$res_y,$res_z, 3548 lea $res_x(%rsp), $r_ptr 3606 pandn $res_x(%rsp), %xmm0 3608 pandn $res_x+0x10(%rsp), %xmm1
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256-armv8-asm.pl | 770 my ($res_x,$res_y,$res_z, 942 add $rp,sp,#$res_x 969 ldp $a0,$a1,[sp,#$res_x] // res 970 ldp $a2,$a3,[sp,#$res_x+16] 981 ldp $a0,$a1,[sp,#$res_x+$i+32] // res 985 ldp $a2,$a3,[sp,#$res_x+$i+48] 1030 my ($res_x,$res_y,$res_z, 1154 add $rp,sp,#$res_x 1181 ldp $a0,$a1,[sp,#$res_x] // res 1182 ldp $a2,$a3,[sp,#$res_x+16] [all …]
|
D | p256-x86_64-asm.pl | 2957 $res_x,$res_y,$res_z, 3222 lea $res_x(%rsp), $r_ptr 3280 pandn $res_x(%rsp), %xmm0 3282 pandn $res_x+0x10(%rsp), %xmm1 3355 $res_x,$res_y,$res_z, 3548 lea $res_x(%rsp), $r_ptr 3606 pandn $res_x(%rsp), %xmm0 3608 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 | 2158 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2192 res_x = png_get_uint_32(buf); in png_handle_pHYs() 2195 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/libchrome-gestures/src/ |
D | scaling_filter_interpreter.cc | 323 float res_x = hwprops->res_x != 0 ? hwprops->res_x : 32; in Initialize() local 326 tp_x_scale_ = 1.0 / res_x; in Initialize()
|
D | scaling_filter_interpreter_unittest.cc | 99 EXPECT_FLOAT_EQ(expected_hwprops_.res_x, hw_props->res_x); in Initialize() 326 const float r_x_2 = 1.0 / hwprops->res_x / hwprops->res_x; in RunTouchMajorAndMinorTest()
|
D | gestures.cc | 79 res_x, in String()
|
D | activity_log.cc | 121 ret[kKeyHardwarePropXResolution] = Json::Value(hwprops_.res_x); in EncodeHardwareProperties()
|
D | activity_replay.cc | 155 props.res_x, float, true); in ParseHardwareProperties()
|
/external/pdfium/core/fxcodec/png/ |
D | png_decoder.cpp | 56 png_uint_32 res_x, res_y; in _png_load_bmp_attribute() local 58 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type); in _png_load_bmp_attribute()
|
/external/rust/crates/ring/crypto/fipsmodule/ec/asm/ |
D | p256-x86_64-asm.pl | 2944 $res_x,$res_y,$res_z, 3209 lea $res_x(%rsp), $r_ptr 3267 pandn $res_x(%rsp), %xmm0 3269 pandn $res_x+0x10(%rsp), %xmm1 3342 $res_x,$res_y,$res_z, 3535 lea $res_x(%rsp), $r_ptr 3593 pandn $res_x(%rsp), %xmm0 3595 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/libchrome-gestures/include/ |
D | gestures.h | 60 float res_x; member
|