HomeSort by relevance Sort by last modified time
    Searched refs:in_x (Results 1 - 17 of 17) sorted by null

  /system/core/include/mincrypt/
p256.h 129 // {out_x,out_y} := n{in_x,in_y}
131 const p256_int *in_x,
136 // {out_x,out_y} := n1G + n2{in_x,in_y}
139 const p256_int *in_x, const p256_int *in_y,
  /external/freetype/include/freetype/internal/
ftcalc.h 321 ft_corner_orientation( FT_Pos in_x,
333 ft_corner_is_flat( FT_Pos in_x,
  /external/freetype/src/base/
ftcalc.c 899 ft_corner_orientation( FT_Pos in_x,
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 );
961 ft_corner_is_flat( FT_Pos in_x,
966 FT_Pos ax = in_x + out_x;
991 d_in = FT_HYPOT( in_x, in_y );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftcalc.h 321 ft_corner_orientation( FT_Pos in_x,
333 ft_corner_is_flat( FT_Pos in_x,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftcalc.c 899 ft_corner_orientation( FT_Pos in_x,
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 );
961 ft_corner_is_flat( FT_Pos in_x,
966 FT_Pos ax = in_x + out_x;
991 d_in = FT_HYPOT( in_x, in_y );
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h 321 ft_corner_orientation( FT_Pos in_x,
333 ft_corner_is_flat( FT_Pos in_x,
  /external/pdfium/third_party/freetype/src/base/
ftcalc.c 899 ft_corner_orientation( FT_Pos in_x,
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 );
961 ft_corner_is_flat( FT_Pos in_x,
966 FT_Pos ax = in_x + out_x;
991 d_in = FT_HYPOT( in_x, in_y );
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.h 124 #define RECON_AND_STORE(dest, in_x) \
128 d0 = _mm_add_epi16(in_x, d0); \
inv_txfm_sse2.c 15 #define RECON_AND_STORE4X4(dest, in_x) \
19 d0 = _mm_add_epi16(in_x, d0); \
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
954 in_x = end->org_u - start->org_u;
957 } while ( in_x == 0 && in_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
980 in_x = out_x;
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1021 in_x = out_x;
    [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
954 in_x = end->org_u - start->org_u;
957 } while ( in_x == 0 && in_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
980 in_x = out_x;
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1021 in_x = out_x;
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
954 in_x = end->org_u - start->org_u;
957 } while ( in_x == 0 && in_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
980 in_x = out_x;
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1021 in_x = out_x;
    [all...]
  /external/boringssl/src/crypto/ec/asm/
p256-x86_64-asm.pl     [all...]
  /external/freetype/src/autofit/
afhints.c 1043 FT_Pos in_x, in_y; local
1050 in_x = point->fx - prev_v->fx;
1056 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 1006 FT_Pos in_x, in_y; local
1013 in_x = point->fx - prev_v->fx;
1019 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /system/core/libmincrypt/
p256_ec.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 18 #define RECON_AND_STORE4X4(dest, in_x) \
22 d0 = _mm_add_epi16(in_x, d0); \
530 #define RECON_AND_STORE(dest, in_x) \
534 d0 = _mm_add_epi16(in_x, d0); \
    [all...]

Completed in 499 milliseconds