Home
last modified time | relevance | path

Searched refs:scale (Results 1926 - 1950 of 2318) sorted by relevance

1...<<71727374757677787980>>...93

/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1652 # Switch graph scale graphics item
1675 # Switch graph graphics item contains graph title, scale, x/y-axis, and the graphed data
2076 # Graph attributes, in particular the scale and subrange that change when zooming
2080 def __init__(self, scale, subrange, region_attributes, dp):
2081 self.scale = scale
2089 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x))
2092 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y))
2095 return round((round(px, 0) / self.scale.x), self.dp.x) + self.subrange.x.lo
2098 return round((round(py, 0) / self.scale
[all...]
/third_party/skia/tests/
H A DPathTest.cpp541 SkScalar tx, SkScalar ty, SkScalar scale) { in test_tiny_path_convexity()
550 matrix.preScale(scale, scale); in test_tiny_path_convexity()
5127 for (SkScalar scale = 1; scale < 1000; scale *= 1.1f) { in DEF_TEST()
5130 matrix.setScale(scale, scale); in DEF_TEST()
5134 for (SkScalar scale = 1; scale < in DEF_TEST()
540 test_tiny_path_convexity(skiatest::Reporter* reporter, const char* pathBug, SkScalar tx, SkScalar ty, SkScalar scale) test_tiny_path_convexity() argument
5832 const SkScalar scale = 1e-8f; DEF_TEST() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dgen_except.S245 | Only scosh, setox, ssinh, stwotox, and scale can set overflow in
248 | Stwotox, setox, and scale can set underflow in this manner.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dgen_except.S245 | Only scosh, setox, ssinh, stwotox, and scale can set overflow in
248 | Stwotox, setox, and scale can set underflow in this manner.
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dti-ads1015.c106 * Translation from PGA bits to full-scale positive and negative input voltage
430 int scale, int uscale) in ads1015_set_scale()
433 int fullscale = div_s64((scale * 1000000LL + uscale) << in ads1015_set_scale()
428 ads1015_set_scale(struct ads1015_data *data, struct iio_chan_spec const *chan, int scale, int uscale) ads1015_set_scale() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c243 static const u32 scale = BIT(HW_ATL_TPS_DESC_RATE_Y_WIDTH); in hw_atl2_hw_init_tx_tc_rate_limit() local
327 const u32 rate = 10000U * scale / in hw_atl2_hw_init_tx_tc_rate_limit()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_hashtables.c897 unsigned long numentries, int scale, in inet_hashinfo2_init()
904 scale, in inet_hashinfo2_init()
896 inet_hashinfo2_init(struct inet_hashinfo *h, const char *name, unsigned long numentries, int scale, unsigned long low_limit, unsigned long high_limit) inet_hashinfo2_init() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c243 static const u32 scale = BIT(HW_ATL_TPS_DESC_RATE_Y_WIDTH); in hw_atl2_hw_init_tx_tc_rate_limit() local
327 const u32 rate = 10000U * scale / in hw_atl2_hw_init_tx_tc_rate_limit()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c138 const struct v4l2_area scale = { in mxc_isi_m2m_device_run() local
148 &in_size, &scale, &crop, in mxc_isi_m2m_device_run()
/third_party/ffmpeg/libavresample/
H A Daudio_mix.c493 #define GET_MATRIX_CONVERT(suffix, scale) \ in ff_audio_mix_get_matrix()
504 (scale); \ in ff_audio_mix_get_matrix()
/third_party/libinput/src/
H A Dlibinput-private.h717 double scale,
724 double scale,
/third_party/libinput/tools/
H A Dlibinput-debug-events.c711 double scale = libinput_event_gesture_get_scale(t); in print_gesture_event_with_coords() local
714 printq(" %5.2f @ %5.2f\n", scale, angle); in print_gesture_event_with_coords()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h681 inline Operand FieldOperand(Register object, Register index, ScaleFactor scale, in FieldOperand() argument
683 return Operand(object, index, scale, offset - kHeapObjectTag); in FieldOperand()
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp107 avg.scale(denom); in center_of_mass()
112 center.scale(area); in center_of_mass()
/third_party/skia/src/core/
H A DSkVMBlitter.cpp154 // and finally scale all that by rate. We keep dither strength strictly
159 float scale = rate * ( 2/128.0f), variable
161 skvm::F32 dither = to_F32(M) * scale + bias;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h673 /// Optionally scale merged counts by \p Weight.
677 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn);
746 /// Optionally scale merged counts by \p Weight.
752 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn);
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp81 static DEFINE_double(scale, 1, "Scale the size of the canvas and the zoom level by this factor.");
620 canvas->scale(FLAGS_scale, FLAGS_scale); in main()
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js942 this.scale = function(sx, sy) {
950 this._canvas.scale(sx, sy);
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A Dr8169_main.c1713 /* rx/tx scale factors for all CPlusCmd[0:1] cases */
1737 /* get rx/tx scale vector corresponding to current speed */
1764 u32 scale, c_us, c_fr; in rtl_get_coalesce() local
1772 /* get rx/tx scale corresponding to current speed and CPlusCmd[0:1] */ in rtl_get_coalesce()
1777 scale = ci->scale_nsecs[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
1782 ec->tx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()
1789 ec->rx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()
1797 /* choose appropriate scale factor and CPlusCmd[0:1] for (speed, usec) */
1825 int scale; in rtl_set_coalesce() local
1834 scale in rtl_set_coalesce()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A Dr8169_main.c1746 /* rx/tx scale factors for all CPlusCmd[0:1] cases */
1770 /* get rx/tx scale vector corresponding to current speed */
1800 u32 scale, c_us, c_fr; in rtl_get_coalesce() local
1808 /* get rx/tx scale corresponding to current speed and CPlusCmd[0:1] */ in rtl_get_coalesce()
1813 scale = ci->scale_nsecs[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
1818 ec->tx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()
1825 ec->rx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()
1833 /* choose appropriate scale factor and CPlusCmd[0:1] for (speed, usec) */
1864 int scale; in rtl_set_coalesce() local
1873 scale in rtl_set_coalesce()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1567 if(arg0->isScalar() && arg.size() == 1) // Construct scale matrix in visitAggregate()
2701 int scale = result->totalRegisterCount(); in lvalue() local
2714 rel.scale = scale; in lvalue()
2720 if(scale == 1) in lvalue()
2722 Constant oldScale((int)rel.scale); in lvalue()
2729 Constant oldScale((int)rel.scale); in lvalue()
2734 Constant newScale(scale); in lvalue()
2740 rel.scale = 1; in lvalue()
2744 if(scale in lvalue()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_nx.c1460 int scale, shift_amount, startword; in qla4_82xx_pci_mem_write_2M() local
1483 scale = 2; in qla4_82xx_pci_mem_write_2M()
1488 (i << shift_amount), &word[i * scale], 8)) in qla4_82xx_pci_mem_write_2M()
1526 temp = word[i * scale] & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
1528 temp = (word[i * scale] >> 32) & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
1530 temp = word[i*scale + 1] & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
1533 temp = (word[i*scale + 1] >> 32) & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer.c546 DECLARE_TLV_DB_MINMAX(scale, 0, 0); in snd_usb_mixer_vol_tlv()
548 if (size < sizeof(scale)) in snd_usb_mixer_vol_tlv()
551 scale[0] = SNDRV_CTL_TLVT_DB_MINMAX_MUTE; in snd_usb_mixer_vol_tlv()
552 scale[2] = cval->dBmin; in snd_usb_mixer_vol_tlv()
553 scale[3] = cval->dBmax; in snd_usb_mixer_vol_tlv()
554 if (copy_to_user(_tlv, scale, sizeof(scale))) in snd_usb_mixer_vol_tlv()
1289 /* USB descriptions contain the dB scale in 1/256 dB unit in get_min_max_with_quirks()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_nx.c1447 int scale, shift_amount, startword; in qla4_82xx_pci_mem_write_2M() local
1470 scale = 2; in qla4_82xx_pci_mem_write_2M()
1475 (i << shift_amount), &word[i * scale], 8)) in qla4_82xx_pci_mem_write_2M()
1513 temp = word[i * scale] & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
1515 temp = (word[i * scale] >> 32) & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
1517 temp = word[i*scale + 1] & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
1520 temp = (word[i*scale + 1] >> 32) & 0xffffffff; in qla4_82xx_pci_mem_write_2M()
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer.c551 DECLARE_TLV_DB_MINMAX(scale, 0, 0); in snd_usb_mixer_vol_tlv()
553 if (size < sizeof(scale)) in snd_usb_mixer_vol_tlv()
556 scale[0] = SNDRV_CTL_TLVT_DB_MINMAX_MUTE; in snd_usb_mixer_vol_tlv()
557 scale[2] = cval->dBmin; in snd_usb_mixer_vol_tlv()
558 scale[3] = cval->dBmax; in snd_usb_mixer_vol_tlv()
559 if (copy_to_user(_tlv, scale, sizeof(scale))) in snd_usb_mixer_vol_tlv()
1327 /* USB descriptions contain the dB scale in 1/256 dB unit in get_min_max_with_quirks()

Completed in 63 milliseconds

1...<<71727374757677787980>>...93