Home
last modified time | relevance | path

Searched refs:y_in (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dp224-64.c643 const p224_felem y_in, const p224_felem z_in) { in p224_point_double() argument
655 p224_felem_square(tmp, y_in); in p224_point_double()
686 p224_felem_assign(ftmp, y_in); in p224_point_double()
1002 p224_felem z1, z2, x_in, y_in, x_out, y_out; in ec_GFp_nistp224_point_get_affine_coordinates() local
1011 !p224_BN_to_felem(y_in, &point->Y) || in ec_GFp_nistp224_point_get_affine_coordinates()
1029 p224_felem_mul(tmp, y_in, z1); in ec_GFp_nistp224_point_get_affine_coordinates()
1030 p224_felem_reduce(y_in, tmp); in ec_GFp_nistp224_point_get_affine_coordinates()
1031 p224_felem_contract(y_out, y_in); in ec_GFp_nistp224_point_get_affine_coordinates()
1049 p224_felem x_in, y_in, z_in, x_out, y_out, z_out; in ec_GFp_nistp224_points_mul() local
1135 p224_felem_contract(y_in, y_out); in ec_GFp_nistp224_points_mul()
[all …]
Dp256-64.c923 const felem x_in, const felem y_in, const felem z_in) { in point_double() argument
939 felem_square(tmp, y_in); in point_double()
973 felem_assign(ftmp, y_in); in point_double()
1002 const smallfelem y_in, const smallfelem z_in) { in point_double_small() argument
1007 smallfelem_expand(felem_y_in, y_in); in point_double_small()
1545 felem z1, z2, x_in, y_in; in ec_GFp_nistp256_point_get_affine_coordinates() local
1554 !BN_to_felem(y_in, &point->Y) || in ec_GFp_nistp256_point_get_affine_coordinates()
1575 felem_mul(tmp, y_in, z1); in ec_GFp_nistp256_point_get_affine_coordinates()
1576 felem_reduce(y_in, tmp); in ec_GFp_nistp256_point_get_affine_coordinates()
1577 felem_contract(y_out, y_in); in ec_GFp_nistp256_point_get_affine_coordinates()
[all …]
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c410 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_encode_msaa() local
431 y_out = y_in; in blorp_nir_encode_msaa()
433 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa()
435 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
449 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa()
451 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
465 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 2); in blorp_nir_encode_msaa()
468 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
511 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_decode_msaa() local
531 y_out = y_in; in blorp_nir_decode_msaa()
[all …]
/external/webp/src/enc/
Dquant_enc.c57 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; in PrintBlockInfo() local
63 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]); in PrintBlockInfo()
68 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS])); in PrintBlockInfo()
/external/libpng/
Dpng.h2500 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2501 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
/external/skia/third_party/libpng/
Dpng.h2498 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2499 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
/external/pdfium/third_party/libpng16/
Dpng.h2498 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2499 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))