Home
last modified time | relevance | path

Searched refs:out_y (Results 1 – 12 of 12) sorted by relevance

/external/libconstrainedcrypto/include/constrainedcrypto/
Dp256.h127 p256_int *out_y);
134 p256_int *out_y);
140 p256_int *out_x, p256_int *out_y);
/external/freetype/src/autofit/
Dafhints.c843 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
870 out_y = point->fy - prev->fy; in af_glyph_hints_reload()
872 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
930 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
943 out_y = point->fy - prev->fy; in af_glyph_hints_reload()
953 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
980 out_y = 0; in af_glyph_hints_reload()
992 out_y += next->fy - point->fy; in af_glyph_hints_reload()
994 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
1003 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
[all …]
/external/freetype/src/base/
Dftcalc.c902 FT_Pos out_y ) in ft_corner_orientation() argument
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
916 if ( (FT_ULong)FT_ABS( in_x ) + (FT_ULong)FT_ABS( out_y ) <= 131071UL && in ft_corner_orientation()
919 FT_Long z1 = in_x * out_y; in ft_corner_orientation()
936 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
964 FT_Pos out_y ) in ft_corner_is_flat() argument
967 FT_Pos ay = in_y + out_y; in ft_corner_is_flat()
992 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c902 FT_Pos out_y ) in ft_corner_orientation() argument
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
916 if ( (FT_ULong)FT_ABS( in_x ) + (FT_ULong)FT_ABS( out_y ) <= 131071UL && in ft_corner_orientation()
919 FT_Long z1 = in_x * out_y; in ft_corner_orientation()
936 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
964 FT_Pos out_y ) in ft_corner_is_flat() argument
967 FT_Pos ay = in_y + out_y; in ft_corner_is_flat()
992 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/external/libconstrainedcrypto/
Dp256_ec.c988 static void select_affine_point(felem out_x, felem out_y, const limb* table, in select_affine_point() argument
993 memset(out_y, 0, sizeof(felem)); in select_affine_point()
1005 out_y[j] |= *table & mask; in select_affine_point()
1012 static void select_jacobian_point(felem out_x, felem out_y, felem out_z, in select_jacobian_point() argument
1017 memset(out_y, 0, sizeof(felem)); in select_jacobian_point()
1035 out_y[j] |= *table & mask; in select_jacobian_point()
1225 void p256_base_point_mul(const p256_int* n, p256_int* out_x, p256_int* out_y) { in p256_base_point_mul() argument
1235 from_montgomery(out_y, y_affine); in p256_base_point_mul()
1247 const p256_int* in_y, p256_int* out_x, p256_int* out_y) { in p256_points_mul_vartime() argument
1253 p256_clear(out_y); in p256_points_mul_vartime()
[all …]
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftcalc.h324 FT_Pos out_y );
336 FT_Pos out_y );
/external/freetype/include/freetype/internal/
Dftcalc.h324 FT_Pos out_y );
336 FT_Pos out_y );
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
971 out_y = start->org_v - before->org_v; in psh_glyph_compute_inflections()
973 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
981 in_y = out_y; in psh_glyph_compute_inflections()
998 out_y = after->org_v - end->org_v; in psh_glyph_compute_inflections()
1000 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1022 in_y = out_y; in psh_glyph_compute_inflections()
/external/freetype/src/pshinter/
Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
971 out_y = start->org_v - before->org_v; in psh_glyph_compute_inflections()
973 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
981 in_y = out_y; in psh_glyph_compute_inflections()
998 out_y = after->org_v - end->org_v; in psh_glyph_compute_inflections()
1000 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1022 in_y = out_y; in psh_glyph_compute_inflections()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c56 map_point(float *mat, float x, float y, float *out_x, float *out_y) in map_point() argument
60 *out_y = y; in map_point()
65 *out_y = mat[1] * x + mat[4] * y + mat[7]; in map_point()
70 *out_y *= w; in map_point()
/external/kernel-headers/original/uapi/linux/
Domapfb.h114 __u32 out_x, out_y; member
/external/libyuv/files/source/
Drow_msa.cc40 #define READYUV422(psrc_y, psrc_u, psrc_v, out_y, out_u, out_v) \ argument
48 out_y = (v16u8)__msa_insert_d((v2i64)zero_m, 0, (int64)y_m); \
276 #define READI444(psrc_y, psrc_u, psrc_v, out_y, out_u, out_v) \ argument
283 out_y = (v16u8)__msa_insert_d(zero_m, 0, (int64)y_m); \