Home
last modified time | relevance | path

Searched refs:l_out (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_image_patch.cpp563 Tensor<float, 5> l_out = l_in.extract_image_patches(11, 11); in test_imagenet_patches() local
564 VERIFY_IS_EQUAL(l_out.dimension(0), 3); in test_imagenet_patches()
565 VERIFY_IS_EQUAL(l_out.dimension(1), 11); in test_imagenet_patches()
566 VERIFY_IS_EQUAL(l_out.dimension(2), 11); in test_imagenet_patches()
567 VERIFY_IS_EQUAL(l_out.dimension(3), 128*128); in test_imagenet_patches()
568 VERIFY_IS_EQUAL(l_out.dimension(4), 16); in test_imagenet_patches()
590 if (l_out(d, r, c, patchId, b) != expected) { in test_imagenet_patches()
593 VERIFY_IS_EQUAL(l_out(d, r, c, patchId, b), expected); in test_imagenet_patches()
613 l_out = l_in.extract_image_patches(9, 9); in test_imagenet_patches()
614 VERIFY_IS_EQUAL(l_out.dimension(0), 16); in test_imagenet_patches()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_16_msa.c89 v8i16 l_out, r_out; in vpx_hz_lpf_t16_16w() local
144 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in vpx_hz_lpf_t16_16w()
146 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in vpx_hz_lpf_t16_16w()
164 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in vpx_hz_lpf_t16_16w()
166 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in vpx_hz_lpf_t16_16w()
184 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in vpx_hz_lpf_t16_16w()
186 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in vpx_hz_lpf_t16_16w()
204 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in vpx_hz_lpf_t16_16w()
206 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in vpx_hz_lpf_t16_16w()
225 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in vpx_hz_lpf_t16_16w()
[all …]
/external/syslinux/com32/cmenu/libmenu/
Ddes.c716 do_des(my_u_int32_t l_in, my_u_int32_t r_in, my_u_int32_t * l_out, in do_des() argument
847 *l_out = common[0][l >> 24] in do_des()
865 *l_out = fp_maskl[0][l >> 24] in do_des()
888 my_u_int32_t l_out, r_out, rawl, rawr;
903 retval = do_des(rawl, rawr, &l_out, &r_out, count);
906 *trans.ui32++ = htonl(l_out);
/external/freetype/src/base/
Dftoutln.c941 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; in FT_Outline_EmboldenXY() local
961 l_out = (FT_Fixed)FT_Vector_NormLen( &out ); in FT_Outline_EmboldenXY()
963 if ( l_out == 0 ) in FT_Outline_EmboldenXY()
969 l_out = l_anchor; in FT_Outline_EmboldenXY()
1002 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY()
1031 l_in = l_out; in FT_Outline_EmboldenXY()
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c938 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; in FT_Outline_EmboldenXY() local
955 l_out = (FT_Fixed)FT_Vector_NormLen( &out ); in FT_Outline_EmboldenXY()
957 if ( l_out == 0 ) in FT_Outline_EmboldenXY()
963 l_out = l_anchor; in FT_Outline_EmboldenXY()
996 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY()
1025 l_in = l_out; in FT_Outline_EmboldenXY()