Home
last modified time | relevance | path

Searched refs:val0 (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/skia/src/gpu/tessellate/
H A DCullTest.h56 auto val0 = fMatY * p[0].fY; in areVisible3() local
59 val0 = fMatX*p[0].fX + val0; in areVisible3()
65 val0 = skvx::max(val0, val1); in areVisible3()
66 val0 = skvx::max(val0, val2); in areVisible3()
67 // At this point: val0 = [r, b, -l, -t] of the device-space bounding box of p0..2. in areVisible3()
71 return skvx::all(fCullBounds < val0); in areVisible3()
77 auto val0 in areVisible4() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dblockdsp_msa.c29 v16u8 val0; in copy_8bit_value_width8_msa() local
31 val0 = (v16u8) __msa_fill_b(val); in copy_8bit_value_width8_msa()
32 dst0 = __msa_copy_u_d((v2i64) val0, 0); in copy_8bit_value_width8_msa()
44 v16u8 val0; in copy_8bit_value_width16_msa() local
46 val0 = (v16u8) __msa_fill_b(val); in copy_8bit_value_width16_msa()
49 ST_UB8(val0, val0, val0, val0, val0, val in copy_8bit_value_width16_msa()
[all...]
H A Dvp9_intra_msa.c111 uint32_t val0, val1; in ff_dc_4x4_msa() local
117 val0 = LW(src_top); in ff_dc_4x4_msa()
119 INSERT_W2_SB(val0, val1, src); in ff_dc_4x4_msa()
125 val0 = __msa_copy_u_w((v4i32) store, 0); in ff_dc_4x4_msa()
127 SW4(val0, val0, val0, val0, dst, dst_stride); in ff_dc_4x4_msa()
135 uint32_t val0; \
140 val0
156 uint64_t val0, val1; ff_dc_8x8_msa() local
[all...]
H A Dmpegaudiodsp_mips_float.c287 float val0 , val1 , val2 , val3 , val4 , val5 , val6 , val7, in ff_dct32_mips_float() local
314 "add.s %[val0], %[fTmp5], %[fTmp6] \n\t" in ff_dct32_mips_float()
331 "sub.s %[fTmp2], %[val0], %[val7] \n\t" in ff_dct32_mips_float()
335 "add.s %[val0], %[val0], %[val7] \n\t" in ff_dct32_mips_float()
351 [val0] "=&f" (val0), [val7] "=&f" (val7), in ff_dct32_mips_float()
425 "sub.s %[fTmp2], %[val0], %[val3] \n\t" in ff_dct32_mips_float()
426 "add.s %[val0], %[val0], in ff_dct32_mips_float()
[all...]
H A Dhevcpred_msa.c101 uint16_t val0, val1, val2, val3; in hevc_intra_pred_vert_8x8_msa() local
127 val0 = vec2[0]; in hevc_intra_pred_vert_8x8_msa()
132 dst[0] = val0; in hevc_intra_pred_vert_8x8_msa()
137 val0 = vec2[4]; in hevc_intra_pred_vert_8x8_msa()
142 dst[4 * stride] = val0; in hevc_intra_pred_vert_8x8_msa()
195 uint32_t val0, val1, val2, val3; in hevc_intra_pred_horiz_4x4_msa() local
200 val0 = src_left[0] * 0x01010101; in hevc_intra_pred_horiz_4x4_msa()
204 SW4(val0, val1, val2, val3, dst, stride); in hevc_intra_pred_horiz_4x4_msa()
207 val0 = LW(src_top); in hevc_intra_pred_horiz_4x4_msa()
208 src0 = (v16i8) __msa_insert_w((v4i32) src0, 0, val0); in hevc_intra_pred_horiz_4x4_msa()
229 uint64_t val0, val1, val2, val3; hevc_intra_pred_horiz_8x8_msa() local
347 uint32_t val0, val1, val2; hevc_intra_pred_dc_4x4_msa() local
409 uint64_t val0, val1; hevc_intra_pred_dc_8x8_msa() local
[all...]
/kernel/linux/linux-5.10/sound/i2c/other/
H A Dpt2258.c98 int val0, val1; in pt2258_stereo_volume_put() local
100 val0 = 79 - ucontrol->value.integer.value[0]; in pt2258_stereo_volume_put()
102 if (val0 < 0 || val0 > 79 || val1 < 0 || val1 > 79) in pt2258_stereo_volume_put()
104 if (val0 == pt->volume[base] && val1 == pt->volume[base + 1]) in pt2258_stereo_volume_put()
107 pt->volume[base] = val0; in pt2258_stereo_volume_put()
108 bytes[0] = pt2258_channel_code[2 * base] | (val0 / 10); in pt2258_stereo_volume_put()
109 bytes[1] = pt2258_channel_code[2 * base + 1] | (val0 % 10); in pt2258_stereo_volume_put()
/kernel/linux/linux-6.6/sound/i2c/other/
H A Dpt2258.c98 int val0, val1; in pt2258_stereo_volume_put() local
100 val0 = 79 - ucontrol->value.integer.value[0]; in pt2258_stereo_volume_put()
102 if (val0 < 0 || val0 > 79 || val1 < 0 || val1 > 79) in pt2258_stereo_volume_put()
104 if (val0 == pt->volume[base] && val1 == pt->volume[base + 1]) in pt2258_stereo_volume_put()
107 pt->volume[base] = val0; in pt2258_stereo_volume_put()
108 bytes[0] = pt2258_channel_code[2 * base] | (val0 / 10); in pt2258_stereo_volume_put()
109 bytes[1] = pt2258_channel_code[2 * base + 1] | (val0 % 10); in pt2258_stereo_volume_put()
/kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c298 * 9.806650000 ->exp:2-> val0[980]val1[665000000]
299 * 9.000806000 ->exp:2-> val0[900]val1[80600000]
300 * 0.174535293 ->exp:2-> val0[17]val1[453529300]
301 * 1.001745329 ->exp:0-> val0[1]val1[1745329]
302 * 1.001745329 ->exp:2-> val0[100]val1[174532900]
303 * 1.001745329 ->exp:4-> val0[10017]val1[453290000]
304 * 9.806650000 ->exp:-2-> val0[0]val1[98066500]
306 static void adjust_exponent_nano(int *val0, int *val1, int scale0, in adjust_exponent_nano() argument
316 *val0 = scale0 * int_pow(10, exp); in adjust_exponent_nano()
328 *val0 in adjust_exponent_nano()
353 hid_sensor_format_scale(u32 usage_id, struct hid_sensor_hub_attribute_info *attr_info, int *val0, int *val1) hid_sensor_format_scale() argument
483 int val0, val1; hid_sensor_parse_common_attributes() local
[all...]
/kernel/linux/linux-6.6/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c347 * 9.806650000 ->exp:2-> val0[980]val1[665000000]
348 * 9.000806000 ->exp:2-> val0[900]val1[80600000]
349 * 0.174535293 ->exp:2-> val0[17]val1[453529300]
350 * 1.001745329 ->exp:0-> val0[1]val1[1745329]
351 * 1.001745329 ->exp:2-> val0[100]val1[174532900]
352 * 1.001745329 ->exp:4-> val0[10017]val1[453290000]
353 * 9.806650000 ->exp:-2-> val0[0]val1[98066500]
355 static void adjust_exponent_nano(int *val0, int *val1, int scale0, in adjust_exponent_nano() argument
365 *val0 = scale0 * int_pow(10, exp); in adjust_exponent_nano()
377 *val0 in adjust_exponent_nano()
402 hid_sensor_format_scale(u32 usage_id, struct hid_sensor_hub_attribute_info *attr_info, int *val0, int *val1) hid_sensor_format_scale() argument
559 int val0, val1; hid_sensor_parse_common_attributes() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp2491 Value *val0 = NULL; in handleLIT() local
2501 val0 = getScratch(); in handleLIT()
2502 mkOp2(OP_MAX, TYPE_F32, val0, fetchSrc(0, 0), zero); in handleLIT()
2504 mkMov(dst0[1], val0); in handleLIT()
2519 mkCmp(OP_SLCT, CC_GT, TYPE_F32, dst0[2], TYPE_F32, val3, zero, val0); in handleLIT()
3178 Value *val0 = NULL, *val1 = NULL; in handleInstruction() local
3263 val0 = getScratch(); in handleInstruction()
3264 mkOp1(OP_ABS, TYPE_F32, val0, src0); in handleInstruction()
3265 mkOp1(OP_RSQ, TYPE_F32, val0, val0); in handleInstruction()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DPropertiesTest.java127 Object val0 = getSampleValueForType(field.getType(), 0); in testFieldCoverage()
130 assertNotEquals(val0, val1); in testFieldCoverage()
131 setter.invoke(p1, val0); in testFieldCoverage()
132 setter.invoke(p2, val0); in testFieldCoverage()
136 assertEquals(getter.invoke(p1), val0); in testFieldCoverage()
142 assertNotEquals(getter.invoke(p1), val0); in testFieldCoverage()
144 setter.invoke(p1, val0); in testFieldCoverage()
167 setter.invoke(p1, val0); in testFieldCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DPropertiesTest.java124 Object val0 = getSampleValueForType(field.getType(), 0); in testFieldCoverage()
127 assertNotEquals(val0, val1); in testFieldCoverage()
128 setter.invoke(p1, val0); in testFieldCoverage()
129 setter.invoke(p2, val0); in testFieldCoverage()
133 assertEquals(getter.invoke(p1), val0); in testFieldCoverage()
139 assertNotEquals(getter.invoke(p1), val0); in testFieldCoverage()
141 setter.invoke(p1, val0); in testFieldCoverage()
164 setter.invoke(p1, val0); in testFieldCoverage()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.c335 u32 val0 = 0; in mali_gp_update_performance_counters() local
341 val0 = mali_hw_core_register_read(&core->hw_core, MALIGP2_REG_ADDR_MGMT_PERF_CNT_0_VALUE); in mali_gp_update_performance_counters()
342 mali_gp_job_set_perf_counter_value0(job, val0); in mali_gp_update_performance_counters()
345 _mali_osk_profiling_report_hw_counter(COUNTER_VP_0_C0, val0); in mali_gp_update_performance_counters()
346 _mali_osk_profiling_record_global_counters(COUNTER_VP_0_C0, val0); in mali_gp_update_performance_counters()
H A Dmali_pp.c457 u32 val0 = 0; in mali_pp_update_performance_counters() local
466 val0 = mali_hw_core_register_read(&child->hw_core, MALI200_REG_ADDR_MGMT_PERF_CNT_0_VALUE); in mali_pp_update_performance_counters()
467 mali_pp_job_set_perf_counter_value0(job, subjob, val0); in mali_pp_update_performance_counters()
470 _mali_osk_profiling_report_hw_counter(counter_index, val0); in mali_pp_update_performance_counters()
471 _mali_osk_profiling_record_global_counters(counter_index, val0); in mali_pp_update_performance_counters()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.c332 u32 val0 = 0; in mali_gp_update_performance_counters() local
338 val0 = mali_hw_core_register_read(&core->hw_core, MALIGP2_REG_ADDR_MGMT_PERF_CNT_0_VALUE); in mali_gp_update_performance_counters()
339 mali_gp_job_set_perf_counter_value0(job, val0); in mali_gp_update_performance_counters()
342 _mali_osk_profiling_report_hw_counter(COUNTER_VP_0_C0, val0); in mali_gp_update_performance_counters()
343 _mali_osk_profiling_record_global_counters(COUNTER_VP_0_C0, val0); in mali_gp_update_performance_counters()
H A Dmali_pp.c464 u32 val0 = 0; in mali_pp_update_performance_counters() local
473 val0 = mali_hw_core_register_read(&child->hw_core, MALI200_REG_ADDR_MGMT_PERF_CNT_0_VALUE); in mali_pp_update_performance_counters()
474 mali_pp_job_set_perf_counter_value0(job, subjob, val0); in mali_pp_update_performance_counters()
477 _mali_osk_profiling_report_hw_counter(counter_index, val0); in mali_pp_update_performance_counters()
478 _mali_osk_profiling_record_global_counters(counter_index, val0); in mali_pp_update_performance_counters()
/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest08.c227 char val, val0; in dotest() local
290 val0 = 0; in dotest()
315 /* Have to fill the val0 and val iov buffers in a different manner in dotest()
318 memset(val0_iovec[i].iov_base, val0, in dotest()
368 me, CHUNK(chunk), val0, in dotest()
481 val0 = val++; in dotest()
H A Dftest04.c214 char val, val0; in dotest() local
280 val0 = 0; in dotest()
305 /* Have to fill the val0 and val iov buffers in a different manner */ in dotest()
307 memset(val0_iovec[i].iov_base, val0, in dotest()
353 me, CHUNK(chunk), val0, in dotest()
461 val0 = val++; in dotest()
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dintrinsics.h24 #define ia64_set_rr0_to_rr4(val0, val1, val2, val3, val4) \
26 ia64_set_rr(0x0000000000000000UL, (val0)); \
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dintrinsics.h20 #define ia64_set_rr0_to_rr4(val0, val1, val2, val3, val4) \
22 ia64_set_rr(0x0000000000000000UL, (val0)); \
/kernel/linux/linux-5.10/tools/perf/util/
H A Dexpr.y13 static double d_ratio(double val0, double val1)
18 return val0 / val1;
/third_party/zlib/
H A Dcrc32.c589 z_word_t val0, val1, val2; in crc32_z() local
622 val0 = word[i]; in crc32_z()
625 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z()
643 val0 = word[i]; in crc32_z()
646 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z()
659 val0 = word[i]; in crc32_z()
660 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c79 const float *val0 = v0->data[attr]; in screen_interp() local
84 newv[i] = val0[i] + t * (val1[i] - val0[i]); in screen_interp()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dio-domain.c88 u32 val0, val1; in rk3568_pmu_iodomain_write() local
96 val0 = BIT(0x10 + b) | (is_3v3 ? 0 : BIT(b)); in rk3568_pmu_iodomain_write()
100 regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL2, val0); in rk3568_pmu_iodomain_write()
112 val0 = BIT(0x10 + b) | (is_3v3 ? 0 : BIT(b)); in rk3568_pmu_iodomain_write()
115 regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL0, val0); in rk3568_pmu_iodomain_write()
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H A Dio-domain.c88 u32 val0, val1; in rk3568_pmu_iodomain_write() local
96 val0 = BIT(0x10 + b) | (is_3v3 ? 0 : BIT(b)); in rk3568_pmu_iodomain_write()
100 regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL2, val0); in rk3568_pmu_iodomain_write()
112 val0 = BIT(0x10 + b) | (is_3v3 ? 0 : BIT(b)); in rk3568_pmu_iodomain_write()
115 regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL0, val0); in rk3568_pmu_iodomain_write()

Completed in 22 milliseconds

1234