Home
last modified time | relevance | path

Searched refs:x1y1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Common/
Duint128.h135 UnsignedInt128 x1y0{x1 * y0}, x1y1{x1 * y1};
136 return x0y0 + ((x0y1 + x1y0) << 32) + (x1y1 << 64);
143 UnsignedInt128 x1y0{x1 * y0}, x1y1{x1 * y1}, x1y2{x1 * y2};
146 return x0y0 + ((x0y1 + x1y0) << 32) + ((x0y2 + x1y1 + x2y0) << 64) +
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp119 inline float interpolateVertex (float x0y0, float x1y1, float x, float y) in interpolateVertex() argument
121 return interpolateVertexQuad(tcu::Vec4(x0y0, (x0y0+x1y1)*0.5f, (x0y0+x1y1)*0.5f, x1y1), x, y); in interpolateVertex()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c58 LLVMValueRef x1y1 = LLVMGetParam(ctx->main_fn, param_vs_blit_inputs); in load_input_vs() local
61 LLVMValueRef x1 = unpack_sint16(ctx, x1y1, 0); in load_input_vs()
62 LLVMValueRef y1 = unpack_sint16(ctx, x1y1, 1); in load_input_vs()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4631 float32x4x2_t x1y1; in ResizeBilinearKernel2x2() local
4633 x1y1.val[0] = vld1q_f32(input_ptr); in ResizeBilinearKernel2x2()
4634 x1y1.val[1] = vld1q_f32(input_ptr + 4); in ResizeBilinearKernel2x2()
4665 br.val[0] = vaddq_f32(x1y0.val[0], x1y1.val[0]); in ResizeBilinearKernel2x2()
4666 br.val[1] = vaddq_f32(x1y0.val[1], x1y1.val[1]); in ResizeBilinearKernel2x2()
4681 float32x4_t x1y1 = vld1q_f32(input_ptr + input_x_offset + input_y_offset); in ResizeBilinearKernel2x2() local
4701 float32x4_t br = vaddq_f32(x1y0, x1y1); in ResizeBilinearKernel2x2()
4713 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
4728 (output + ((x1y0 + x1y1) / 2)) / 2; in ResizeBilinearKernel2x2()
4737 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
[all …]