| /external/tensorflow/tensorflow/python/kernel_tests/ |
| batch_matmul_op_test.py | 79 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape=True): 80 x_t_shape = x_in.shape[:-2] + (x_in.shape[-1], x_in.shape[-2]) 82 x = x_in if not adjoint_a else x_in.reshape(x_t_shape) 150 def _checkGrad(self, x_in, y_in, adjoint_a, adjoint_b): 151 x_t_shape = x_in.shape[:-2] + (x_in.shape[-1], x_in.shape[-2] [all...] |
| /external/webp/src/dsp/ |
| rescaler.c | 36 int x_in = channel; local 40 int left = src[x_in]; 41 int right = (wrk->src_width > 1) ? src[x_in + x_stride] : left; 42 x_in += x_stride; 50 x_in += x_stride; 51 assert(x_in < wrk->src_width * x_stride); 52 right = src[x_in]; 68 int x_in = channel; local 77 assert(x_in < wrk->src_width * x_stride); 78 base = src[x_in]; [all...] |
| /external/libxaac/decoder/ |
| ixheaacd_esbr_fft.c | 1092 void ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { 1104 x_3[j] = x_in[3 * j + i]; 1156 void ixheaacd_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { 1161 FLOAT32 *ptr_x = x_in; 1167 x_3[j] = x_in[3 * j + i]; 1168 x_3[j + 1] = x_in[3 * j + i + 1]; 1174 x_in[3 * j + i] = y_3[j]; 1175 x_in[3 * j + i + 1] = y_3[j + 1]; 1183 x_in += 2; 1186 tmp = ((*x_in) * (*wr) + (*(x_in + 1)) * (*(wr + 1))) [all...] |
| ixheaacd_fwd_alias_cnx.c | 103 WORD32 *x_in = pstr_td_frame_data->fac_data; local 114 err = ixheaacd_acelp_mdct(x_in, fac_signal, &qshift, fac_length, ptr_scratch); 139 WORD32 ixheaacd_fr_alias_cnx_fix(WORD32 *x_in, WORD32 len, WORD32 fac_length, 175 err = ixheaacd_acelp_mdct(x_in, fac_data_out, preshift, fac_length,
|
| ixheaacd_imdct.c | 200 WORD32 int_aq[ORDER + 1], intzir[2 * LEN_FRAME], x_in[FAC_LENGTH]; local 268 x_in[k] = fac_data[2 * k + 1]; 269 x_in[lfac / 2 + k] = fac_data[lfac - 2 * k]; 272 ixheaacd_fr_alias_cnx_fix(x_in, n_long / 4, lfac, i_aq, izir, fac_idata + 16,
|
| ixheaacd_main.h | 214 WORD32 ixheaacd_fr_alias_cnx_fix(WORD32 *x_in, WORD32 len_subfr, WORD32 lfac,
|
| /external/boringssl/src/crypto/fipsmodule/ec/ |
| p224-64.c | 638 // Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed, 641 p224_felem z_out, const p224_felem x_in, 646 p224_felem_assign(ftmp, x_in); 647 p224_felem_assign(ftmp2, x_in); 658 p224_felem_mul(tmp, x_in, gamma); 1001 p224_felem z1, z2, x_in, y_in, x_out, y_out; local 1049 p224_felem x_in, y_in, z_in, x_out, y_out, z_out; local [all...] |
| /external/mesa3d/src/intel/blorp/ |
| blorp_blit.c | 409 nir_ssa_def *x_in = nir_channel(b, pos, 0); local 427 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 1); 429 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0); 445 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 2); 448 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0); 461 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 2); 464 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0); 510 nir_ssa_def *x_in = nir_channel(b, pos, 0); local 528 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffc, -1); 529 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0) [all...] |
| /external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
| flow_cache.h | 142 const float x_in = valid_box.left_ + local 150 const bool success = FindNewPositionOfPoint(x_in, y_in,
|
| /external/boringssl/src/third_party/fiat/ |
| p256.c | [all...] |
| /external/libpng/ |
| png.h | [all...] |
| /external/pdfium/third_party/libpng16/ |
| png.h | [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| vktSpvAsmInstructionTests.cpp | [all...] |