Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_cuda.cu718 Tensor<Scalar, 1> in_x(6); in test_cuda_zeta() local
724 in_x(0) = Scalar(1); in test_cuda_zeta()
725 in_x(1) = Scalar(1.5); in test_cuda_zeta()
726 in_x(2) = Scalar(4); in test_cuda_zeta()
727 in_x(3) = Scalar(-10.5); in test_cuda_zeta()
728 in_x(4) = Scalar(10000.5); in test_cuda_zeta()
729 in_x(5) = Scalar(3); in test_cuda_zeta()
745 std::size_t bytes = in_x.size() * sizeof(Scalar); in test_cuda_zeta()
754 cudaMemcpy(d_in_x, in_x.data(), bytes, cudaMemcpyHostToDevice); in test_cuda_zeta()
786 Tensor<Scalar, 1> in_x(7); in test_cuda_polygamma() local
[all …]
/external/freetype/src/base/
Dftcalc.c899 ft_corner_orientation( FT_Pos in_x, 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()
961 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat() argument
966 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
991 d_in = FT_HYPOT( in_x, in_y ); in ft_corner_is_flat()
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c899 ft_corner_orientation( FT_Pos in_x, 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()
961 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat() argument
966 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
991 d_in = FT_HYPOT( in_x, in_y ); in ft_corner_is_flat()
/external/libconstrainedcrypto/include/constrainedcrypto/
Dp256.h131 const p256_int *in_x,
139 const p256_int *in_x, const p256_int *in_y,
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftcalc.h321 ft_corner_orientation( FT_Pos in_x,
333 ft_corner_is_flat( FT_Pos in_x,
/external/freetype/include/freetype/internal/
Dftcalc.h321 ft_corner_orientation( FT_Pos in_x,
333 ft_corner_is_flat( FT_Pos in_x,
/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl1544 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1594 movdqa %xmm0, $in_x(%rsp)
1595 movdqa %xmm1, $in_x+0x10(%rsp)
1628 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
1629 mov $in_x+8*1(%rsp), $acc5
1631 mov $in_x+8*2(%rsp), $acc0
1632 mov $in_x+8*3(%rsp), $acc1
1636 mov $in_x+8*0(%rsp), $acc4 # "5-4-0-1" order
1637 mov $in_x+8*1(%rsp), $acc5
1639 mov $in_x+8*2(%rsp), $acc0
[all …]
/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
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()
/external/freetype/src/pshinter/
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()
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.h154 #define RECON_AND_STORE(dest, in_x) \ argument
158 d0 = _mm_add_epi16(in_x, d0); \
/external/freetype/src/autofit/
Dafhints.c1043 FT_Pos in_x, in_y; in af_glyph_hints_reload() local
1050 in_x = point->fx - prev_v->fx; in af_glyph_hints_reload()
1056 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 ) in af_glyph_hints_reload()
/external/libconstrainedcrypto/
Dp256_ec.c1246 const p256_int* n1, const p256_int* n2, const p256_int* in_x, in p256_points_mul_vartime() argument
1257 to_montgomery(px, in_x); in p256_points_mul_vartime()