Home
last modified time | relevance | path

Searched refs:x0y0 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/include/flang/Common/
Duint128.h134 UnsignedInt128 x0y0{x0 * y0}, x0y1{x0 * y1};
136 return x0y0 + ((x0y1 + x1y0) << 32) + (x1y1 << 64);
142 UnsignedInt128 x0y0{x0 * y0}, x0y1{x0 * y1}, x0y2{x0 * y2}, x0y3{x0 * y3};
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/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4616 float32x4x2_t x0y0; in ResizeBilinearKernel2x2() local
4618 x0y0.val[0] = vld1q_f32(input_ptr); in ResizeBilinearKernel2x2()
4619 x0y0.val[1] = vld1q_f32(input_ptr + 4); in ResizeBilinearKernel2x2()
4638 vst1q_f32(output_ptr, x0y0.val[0]); in ResizeBilinearKernel2x2()
4639 vst1q_f32(output_ptr + 4, x0y0.val[1]); in ResizeBilinearKernel2x2()
4644 tr.val[0] = vaddq_f32(x0y0.val[0], x1y0.val[0]); in ResizeBilinearKernel2x2()
4645 tr.val[1] = vaddq_f32(x0y0.val[1], x1y0.val[1]); in ResizeBilinearKernel2x2()
4655 bl.val[0] = vaddq_f32(x0y0.val[0], x0y1.val[0]); in ResizeBilinearKernel2x2()
4656 bl.val[1] = vaddq_f32(x0y0.val[1], x0y1.val[1]); in ResizeBilinearKernel2x2()
4678 float32x4_t x0y0 = vld1q_f32(input_ptr); in ResizeBilinearKernel2x2() local
[all …]