HomeSort by relevance Sort by last modified time
    Searched full:out_y (Results 1 - 25 of 45) sorted by null

1 2

  /system/core/include/mincrypt/
p256.h 124 // {out_x,out_y} := nG
127 p256_int *out_y);
129 // {out_x,out_y} := n{in_x,in_y}
134 p256_int *out_y);
136 // {out_x,out_y} := n1G + n2{in_x,in_y}
140 p256_int *out_x, p256_int *out_y);
  /external/freetype/src/base/
ftcalc.c 833 FT_Pos out_y )
842 result = out_y;
844 result = -out_y;
853 else if ( out_y == 0 )
862 if ( out_y >= 0 )
871 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
885 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 );
913 FT_Pos out_y )
916 FT_Pos ay = in_y + out_y;
941 d_out = FT_HYPOT( out_x, out_y );
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 967 FT_Pos out_y )
976 result = out_y;
978 result = -out_y;
987 else if ( out_y == 0 )
996 if ( out_y >= 0 )
1003 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1029 FT_Pos in_x, in_y, out_x, out_y; local
1065 out_y = start->org_v - before->org_v;
1067 } while ( out_x == 0 && out_y == 0 );
1069 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
    [all...]
  /external/freetype/src/autofit/
afhints.c 793 FT_Pos out_x, out_y; local
806 out_y = point->fy - prev->fy;
816 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 )
843 out_y = 0;
855 out_y += next->fy - point->fy;
857 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
866 out_dir = af_direction_compute( out_x, out_y );
882 out_y = 0;
907 FT_Pos out_x, out_y; local
917 out_y = next_u->fy - point->fy
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 893 FT_Pos out_x, out_y; local
906 out_y = point->fy - prev->fy;
916 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 )
943 out_y = 0;
955 out_y += next->fy - point->fy;
957 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
966 out_dir = af_direction_compute( out_x, out_y );
982 out_y = 0;
1007 FT_Pos out_x, out_y; local
1017 out_y = next_u->fy - point->fy
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftcalc.c 902 FT_Pos out_y )
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
916 if ( (FT_ULong)FT_ABS( in_x ) + (FT_ULong)FT_ABS( out_y ) <= 131071UL &&
919 FT_Long z1 = in_x * out_y;
936 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 );
964 FT_Pos out_y )
967 FT_Pos ay = in_y + out_y;
992 d_out = FT_HYPOT( out_x, out_y );
  /external/pdfium/third_party/freetype/src/base/
ftcalc.c 902 FT_Pos out_y )
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
916 if ( (FT_ULong)FT_ABS( in_x ) + (FT_ULong)FT_ABS( out_y ) <= 131071UL &&
919 FT_Long z1 = in_x * out_y;
936 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 );
964 FT_Pos out_y )
967 FT_Pos ay = in_y + out_y;
992 d_out = FT_HYPOT( out_x, out_y );
  /external/kernel-headers/original/uapi/linux/
omapfb.h 114 __u32 out_x, out_y; member in struct:omapfb_update_window
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 56 map_point(float *mat, float x, float y, float *out_x, float *out_y)
60 *out_y = y;
65 *out_y = mat[1] * x + mat[4] * y + mat[7];
70 *out_y *= w;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 28 float *out_x, float *out_y)
32 *out_y = y;
37 *out_y = mat[1]*x + mat[4]*y + mat[7];
41 *out_y *= w;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omapfb.h 114 __u32 out_x, out_y; member in struct:omapfb_update_window
  /system/core/libmincrypt/
p256_ec.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
971 out_y = start->org_v - before->org_v;
973 } while ( out_x == 0 && out_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
981 in_y = out_y;
998 out_y = after->org_v - end->org_v;
1000 } while ( out_x == 0 && out_y == 0 );
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1022 in_y = out_y;
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
971 out_y = start->org_v - before->org_v;
973 } while ( out_x == 0 && out_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
981 in_y = out_y;
998 out_y = after->org_v - end->org_v;
1000 } while ( out_x == 0 && out_y == 0 );
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1022 in_y = out_y;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 154 VGfloat *out_x, VGfloat *out_y)
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7];
165 *out_y *= w;
  /external/freetype/include/internal/
ftcalc.h 312 FT_Pos out_y );
324 FT_Pos out_y );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftcalc.h 324 FT_Pos out_y );
336 FT_Pos out_y );
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h 324 FT_Pos out_y );
336 FT_Pos out_y );
  /hardware/ti/omap4-aah/original-kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /bionic/libc/kernel/uapi/linux/
omapfb.h 114 __u32 out_x, out_y; member in struct:omapfb_update_window
  /development/ndk/platforms/android-21/include/linux/
omapfb.h 114 __u32 out_x, out_y; member in struct:omapfb_update_window
  /hardware/ti/omap4-aah/kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
omapfb.h 114 __u32 out_x, out_y; member in struct:omapfb_update_window

Completed in 906 milliseconds

1 2