Home
last modified time | relevance | path

Searched defs:result_offset (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/freetype/src/base/
H A Dftrfork.c513 FT_Long *result_offset ) in raccess_guess_apple_double()
535 FT_Long *result_offset ) in raccess_guess_apple_single()
557 FT_Long *result_offset ) in raccess_guess_darwin_ufs_export()
587 FT_Long *result_offset ) in raccess_guess_darwin_hfsplus()
623 FT_Long *result_offset ) in raccess_guess_darwin_newvfs()
659 FT_Long *result_offset ) in raccess_guess_vfat()
686 FT_Long *result_offset ) in raccess_guess_linux_cap()
712 FT_Long *result_offset ) in raccess_guess_linux_double()
743 FT_Long *result_offset ) in raccess_guess_linux_netatalk()
775 FT_Long *result_offset ) in raccess_guess_apple_generic()
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMLowp.cpp66 …TIn> *in, const SimpleTensor<TIn> *bias, SimpleTensor<TOut> *dst, int32_t result_offset, std::vect… in quantize_down_scale()
145 int32_t result_offset, int32_t min, int32_t max) in quantize_down_scale_by_float()
241 SimpleTensor<TOut> gemmlowp_quantize_down_scale(const SimpleTensor<TIn> &in, int32_t result_offset,… in gemmlowp_quantize_down_scale()
252 …scale(const SimpleTensor<TIn> &in, const SimpleTensor<TIn> &bias, int32_t result_offset, std::vect… in gemmlowp_quantize_down_scale()
286 … std::vector<float_t> result_real_multiplier, int32_t result_offset, int32_t min, int32_t max) in gemmlowp_quantize_down_scale_by_float()
297 … std::vector<float_t> result_real_multiplier, int32_t result_offset, int32_t min, int32_t max) in gemmlowp_quantize_down_scale_by_float()
/aosp_15_r20/external/gemmlowp/public/
H A Doutput_stages.h41 std::int32_t result_offset; member
63 VectorMap<const std::int32_t, tShape> result_offset; member
212 MakeStandardOutputPipeline(std::int32_t result_offset, in MakeStandardOutputPipeline()
230 const VectorMap<const std::int32_t, tShape>& result_offset, in MakeStandardOutputPipeline()
H A Dgemmlowp.h78 int rhs_offset, int result_offset, int result_mult_int, in Gemm()
/aosp_15_r20/external/gemmlowp/meta/
H A Dlegacy_single_thread_gemm.h32 std::int32_t rhs_offset, std::int32_t result_offset, in gemm_q8_strided()
77 std::int32_t result_offset, std::int32_t multiplicative_offset, in gemv_q8()
210 std::int32_t rhs_offset, float result_offset, float* result, in gemm_f_strided()
251 float result_offset, float* result) { in gemv_f()
H A Dlegacy_operations_common.h40 float result_offset) in FloatOperation()
48 float result_offset; variable
H A Dlegacy_multi_thread_gemv.h56 float result_offset) in GemvFloatOperation()
127 std::int32_t rhs_offset, float result_offset, in multi_thread_gemv_f()
H A Dlegacy_multi_thread_gemm.h94 float result_offset) in GemmFloatOperation()
198 float result_offset, float* result) { in multi_thread_gemm_f()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/
Db64.cc131 size_t* result_offset) { in decode_one_char()
138 size_t* result_offset) { in decode_two_chars()
147 unsigned char* result, size_t* result_offset) { in decode_group()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMLowpFixture.h348 …void setup(TensorShape shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift… in setup()
362 …TensorType compute_target(const TensorShape &shape, int32_t result_offset, int32_t result_mult_int… in compute_target()
414 …SimpleTensor<uint8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t r… in compute_reference()
450 …void setup(TensorShape shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift… in setup()
464 …TensorType compute_target(const TensorShape &shape, int32_t result_offset, int32_t result_mult_int… in compute_target()
516 …SimpleTensor<int8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t re… in compute_reference()
742 …aType data_type, TensorShape shape, float result_real_multiplier, int32_t result_offset, int32_t m… in setup()
757 …ype data_type, const TensorShape &shape, float result_multiplier, int32_t result_offset, int32_t m… in compute_target()
810 …ference(const TensorShape &shape, float_t result_real_multiplier, int32_t result_offset, int32_t m… in compute_reference()
/aosp_15_r20/external/gemmlowp/test/
H A Dtest.cc403 int rhs_offset, int result_offset, int result_mult_int, in test_gemm_impl()
496 int rhs_offset, int result_offset, int result_mult_int) { in test_gemm()
775 const OffsetColMap result_offset(c_offset, m); in TestWithSmallDataPerChannelQuantization() local
972 const OffsetColMap result_offset(c_offset, m); in TestWithLargeDataPerChannelQuantization() local
1085 const OffsetColMap result_offset(&c_offset[0], m); in TestMultithreadedPerChannelQuantization() local
1201 void TestOutputStages(int rows, int depth, int cols, int result_offset, in TestOutputStages()
H A Dcorrectness_meta_gemm.cc108 float result_offset) { in check_result_f()
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc77 const int result_offset = c_offset; in EightBitIntGemmImpl() local
278 float result_offset, bool result_transpose, in MetaGemmFloat()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTriangularOps.cu66 IndexType self_offset = 0, result_offset = 0; in C10_LAUNCH_BOUNDS_1() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c451 struct nv50_query *q, unsigned result_offset) in nv50_hw_query_pushbuf_submit()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
H A Dbasic_command_buffer.cpp266 const size_t result_offset = i * sizeof(cl_int); in Run() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c628 struct nvc0_query *q, unsigned result_offset) in nvc0_hw_query_pushbuf_submit()
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dintel_measure.c506 int result_offset = rb->tail + index + 1; in ringbuffer_peek() local
/aosp_15_r20/external/gemmlowp/doc/
H A Dquantization_example.cc334 const int result_offset = result_qparams.zero_point; in main() local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c58 uint32_t result_offset; member
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpOffsetContributionOutputStageKernel.cpp402const int32x4_t result_offset, int8x16_t min_s8, int8x16_t max_s8, in run_offset_contribution_output_stage_window_symm()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp15101 const glw::GLuint result_offset = vertex * result_stride; in prepareTestData() local
15477 const glw::GLuint result_offset = function_object.getResultOffset(result); in verifyResults() local
15510 const glw::GLuint result_offset = function_object.getResultOffset(result); in verifyResults() local
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dunstable_asahi_drm.h291 __u64 result_offset; member