/aosp_15_r20/external/freetype/src/base/ |
H A D | ftrfork.c | 513 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 D | GEMMLowp.cpp | 66 …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 D | output_stages.h | 41 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 D | gemmlowp.h | 78 int rhs_offset, int result_offset, int result_mult_int, in Gemm()
|
/aosp_15_r20/external/gemmlowp/meta/ |
H A D | legacy_single_thread_gemm.h | 32 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 D | legacy_operations_common.h | 40 float result_offset) in FloatOperation() 48 float result_offset; variable
|
H A D | legacy_multi_thread_gemv.h | 56 float result_offset) in GemvFloatOperation() 127 std::int32_t rhs_offset, float result_offset, in multi_thread_gemv_f()
|
H A D | legacy_multi_thread_gemm.h | 94 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/ |
D | b64.cc | 131 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 D | GEMMLowpFixture.h | 348 …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 D | test.cc | 403 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 D | correctness_meta_gemm.cc | 108 float result_offset) { in check_result_f()
|
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/ |
H A D | eight_bit_int_gemm.cc | 77 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 D | TriangularOps.cu | 66 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 D | nv50_query_hw.c | 451 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 D | basic_command_buffer.cpp | 266 const size_t result_offset = i * sizeof(cl_int); in Run() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query_hw.c | 628 struct nvc0_query *q, unsigned result_offset) in nvc0_hw_query_pushbuf_submit()
|
/aosp_15_r20/external/mesa3d/src/intel/common/ |
H A D | intel_measure.c | 506 int result_offset = rb->tail + index + 1; in ringbuffer_peek() local
|
/aosp_15_r20/external/gemmlowp/doc/ |
H A D | quantization_example.cc | 334 const int result_offset = result_qparams.zero_point; in main() local
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 58 uint32_t result_offset; member
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 402 … const 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 D | gl4cGPUShaderFP64Tests.cpp | 15101 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 D | unstable_asahi_drm.h | 291 __u64 result_offset; member
|