Home
last modified time | relevance | path

Searched refs:in_x (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp47 * @param in_x Value to use for X component;
52 _ivec4(int in_x, int in_y, int in_z, int in_w) in _ivec4()
54 x = in_x; in _ivec4()
89 * @param in_x Value to use for X component;
92 _vec2(float in_x, float in_y) in _vec2()
94 x = in_x; in _vec2()
129 * @param in_x Value to use for X component;
134 _vec4(float in_x, float in_y, float in_z, float in_w) in _vec4()
136 x = in_x; in _vec4()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c980 ft_corner_orientation( FT_Pos in_x, in FT_BASE_DEF()
990 FT_Int64 delta = SUB_INT64( MUL_INT64( in_x, out_y ), in FT_BASE_DEF()
1001 if ( ADD_LONG( FT_ABS( in_x ), FT_ABS( out_y ) ) <= 131071L && in FT_BASE_DEF()
1004 FT_Long z1 = MUL_LONG( in_x, out_y ); in FT_BASE_DEF()
1021 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in FT_BASE_DEF()
1046 ft_corner_is_flat( FT_Pos in_x, in FT_BASE_DEF()
1051 FT_Pos ax = in_x + out_x; in FT_BASE_DEF()
1076 d_in = FT_HYPOT( in_x, in_y ); in FT_BASE_DEF()
/third_party/ffmpeg/libavfilter/
H A Dvf_bilateral.c173 const type *in_x = &src[y * src_linesize]; \
177 *temp_x++ = ypr = *in_x++; \
191 *temp_x++ = ycr = inv_alpha_*(*in_x++) + alpha_*ypr; \
197 --temp_x; *temp_x = ((*temp_x) + (*--in_x)); \
199 ypr = *in_x; \
210 ycr = inv_alpha_ * (*--in_x) + alpha_ * ypr; \
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftcalc.h338 ft_corner_orientation( FT_Pos in_x,
350 ft_corner_is_flat( FT_Pos in_x,
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl791 call __ecp_nistz256_add ! p256_add(M, Zsqr, in_x);
808 call __ecp_nistz256_sub_from ! p256_sub(Zsqr, in_x, Zsqr);
837 call __ecp_nistz256_mul_mont ! p256_mul_mont(S, S, in_x);
2031 $in_x,$in_y,$in_z,
2049 ld [$ap],$a0 ! in_x
2075 stx $a0,[%sp+LOCALS64+$in_x]
2077 stx $a1,[%sp+LOCALS64+$in_x+8]
2079 stx $a2,[%sp+LOCALS64+$in_x+16]
2081 stx $a3,[%sp+LOCALS64+$in_x+24]
2128 add %sp,LOCALS64+$in_x,
[all...]
H A Decp_nistz256-x86_64.pl3224 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
3284 movdqa %xmm0, $in_x(%rsp)
3285 movdqa %xmm1, $in_x+0x10(%rsp)
3318 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
3319 mov $in_x+8*1(%rsp), $acc5
3321 mov $in_x+8*2(%rsp), $acc0
3322 mov $in_x+8*3(%rsp), $acc1
3324 call __ecp_nistz256_add_to$x # p256_add(M, in_x, Zsqr);
3326 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
3327 mov $in_x
[all...]
H A Decp_nistz256-armv4.pl1276 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1291 add r3,sp,#$in_x
1292 ldmia $a_ptr!,{r4-r11} @ copy in_x
1318 add $a_ptr,sp,#$in_x
1321 bl __ecp_nistz256_add @ p256_add(M, in_x, Zsqr);
1323 add $a_ptr,sp,#$in_x
1326 bl __ecp_nistz256_sub @ p256_sub(Zsqr, in_x, Zsqr);
1347 add $a_ptr,sp,#$in_x
1350 bl __ecp_nistz256_mul_mont @ p256_mul_mont(S, S, in_x);
H A Decp_nistz256-armv8.pl760 bl __ecp_nistz256_add // p256_add(M, Zsqr, in_x);
770 bl __ecp_nistz256_sub_morf // p256_sub(Zsqr, in_x, Zsqr);
825 bl __ecp_nistz256_mul_mont // p256_mul_mont(S, S, in_x);
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl791 call __ecp_nistz256_add ! p256_add(M, Zsqr, in_x);
808 call __ecp_nistz256_sub_from ! p256_sub(Zsqr, in_x, Zsqr);
837 call __ecp_nistz256_mul_mont ! p256_mul_mont(S, S, in_x);
2031 $in_x,$in_y,$in_z,
2049 ld [$ap],$a0 ! in_x
2075 stx $a0,[%sp+LOCALS64+$in_x]
2077 stx $a1,[%sp+LOCALS64+$in_x+8]
2079 stx $a2,[%sp+LOCALS64+$in_x+16]
2081 stx $a3,[%sp+LOCALS64+$in_x+24]
2128 add %sp,LOCALS64+$in_x,
[all...]
H A Decp_nistz256-x86_64.pl3224 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
3284 movdqa %xmm0, $in_x(%rsp)
3285 movdqa %xmm1, $in_x+0x10(%rsp)
3318 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
3319 mov $in_x+8*1(%rsp), $acc5
3321 mov $in_x+8*2(%rsp), $acc0
3322 mov $in_x+8*3(%rsp), $acc1
3324 call __ecp_nistz256_add_to$x # p256_add(M, in_x, Zsqr);
3326 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
3327 mov $in_x
[all...]
H A Decp_nistz256-armv4.pl1276 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1291 add r3,sp,#$in_x
1292 ldmia $a_ptr!,{r4-r11} @ copy in_x
1318 add $a_ptr,sp,#$in_x
1321 bl __ecp_nistz256_add @ p256_add(M, in_x, Zsqr);
1323 add $a_ptr,sp,#$in_x
1326 bl __ecp_nistz256_sub @ p256_sub(Zsqr, in_x, Zsqr);
1347 add $a_ptr,sp,#$in_x
1350 bl __ecp_nistz256_mul_mont @ p256_mul_mont(S, S, in_x);
H A Decp_nistz256-armv8.pl787 bl __ecp_nistz256_add // p256_add(M, Zsqr, in_x);
797 bl __ecp_nistz256_sub_morf // p256_sub(Zsqr, in_x, Zsqr);
852 bl __ecp_nistz256_mul_mont // p256_mul_mont(S, S, in_x);
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
954 in_x = end->org_u - start->org_u; in psh_glyph_compute_inflections()
957 } while ( in_x == 0 && in_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()
980 in_x = out_x; in psh_glyph_compute_inflections()
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1021 in_x = out_x; in psh_glyph_compute_inflections()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.c1189 FT_Pos in_x, in_y; in FT_LOCAL_DEF() local
1196 in_x = point->fx - prev_v->fx; in FT_LOCAL_DEF()
1202 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 ) in FT_LOCAL_DEF()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c273 const BN_ULONG *in_x = a->X; in ecp_nistz256_point_double() local
290 ecp_nistz256_add(M, in_x, Zsqr); in ecp_nistz256_point_double()
291 ecp_nistz256_sub(Zsqr, in_x, Zsqr); in ecp_nistz256_point_double()
299 ecp_nistz256_mul_mont(S, S, in_x); in ecp_nistz256_point_double()
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c273 const BN_ULONG *in_x = a->X; in ecp_nistz256_point_double() local
290 ecp_nistz256_add(M, in_x, Zsqr); in ecp_nistz256_point_double()
291 ecp_nistz256_sub(Zsqr, in_x, Zsqr); in ecp_nistz256_point_double()
299 ecp_nistz256_mul_mont(S, S, in_x); in ecp_nistz256_point_double()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S3644 ldmia r1!,{r4,r5,r6,r7,r8,r9,r10,r11} @ copy in_x
3673 bl __ecp_nistz256_add @ p256_add(M, in_x, Zsqr);
3678 bl __ecp_nistz256_sub @ p256_sub(Zsqr, in_x, Zsqr);
3702 bl __ecp_nistz256_mul_mont @ p256_mul_mont(S, S, in_x);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/
H A Decp_nistz256-armv4.S3644 ldmia r1!,{r4,r5,r6,r7,r8,r9,r10,r11} @ copy in_x
3673 bl __ecp_nistz256_add @ p256_add(M, in_x, Zsqr);
3678 bl __ecp_nistz256_sub @ p256_sub(Zsqr, in_x, Zsqr);
3702 bl __ecp_nistz256_mul_mont @ p256_mul_mont(S, S, in_x);

Completed in 76 milliseconds