Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 242) sorted by relevance

12345678910

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dcross_faded_property_evaluator.cpp10 return calculate(defaultValue, defaultValue, defaultValue); in operator ()()
15 return calculate(constant, constant, constant); in operator ()()
20 return calculate(expression.evaluate(parameters.z - 1.0f), in operator ()()
26 Faded<T> CrossFadedPropertyEvaluator<T>::calculate(const T& min, const T& mid, const T& max) const { in calculate() function in mbgl::CrossFadedPropertyEvaluator
H A Dcross_faded_property_evaluator.hpp33 Faded<T> calculate(const T& min, const T& mid, const T& max) const;
/OK3568_Linux_fs/kernel/drivers/memory/
H A Dstm32-fmc2-ebi.c171 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup); member
784 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
792 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
800 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
808 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
815 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
822 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
829 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
835 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
843 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
[all …]
/OK3568_Linux_fs/kernel/arch/mips/ar7/
H A Dclock.c115 static void calculate(int base, int target, int *prediv, int *postdiv, in calculate() function
226 calculate(base_clock, frequency, &prediv, &postdiv, &mul); in tnetd7300_set_clock()
338 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, in tnetd7200_init_clocks()
347 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
360 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
369 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks()
379 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks()
392 calculate(usb_base, TNETD7200_DEF_USB_CLK, &usb_prediv, in tnetd7200_init_clocks()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.sha111 sha1 address len [addr] calculate the SHA1 sum [save at addr]
12 -p calculate the SHA1 sum from the U-Boot image in flash and print
22 It is possible to calculate a SHA1 checksum from a memoryrange with:
47 c) now calculate the SHA1 sum from the memoryrange and write
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_simple.c164 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
189 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
225 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
H A Dzynq_nand.c589 chip->ecc.calculate(mtd, p, &ecc_calc[0]); in zynq_nand_write_page_hwecc()
633 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in zynq_nand_write_page_swecc()
682 chip->ecc.calculate(mtd, p, &ecc_calc[0]); in zynq_nand_read_page_hwecc()
740 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in zynq_nand_read_page_swecc()
1187 nand_chip->ecc.calculate = zynq_nand_calculate_hwecc; in zynq_nand_init()
1218 nand_chip->ecc.calculate = nand_calculate_ecc; in zynq_nand_init()
H A Dfsmc_nand.c380 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in fsmc_read_page_hwecc()
421 nand->ecc.calculate = fsmc_read_hwecc; in fsmc_nand_switch_ecc()
475 nand->ecc.calculate = fsmc_read_hwecc; in fsmc_nand_init()
H A Domap_gpmc.c614 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in omap_read_page_bch()
747 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
784 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
825 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
858 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
H A Ddavinci_nand.c455 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_davinci_read_page_hwecc()
764 nand->ecc.calculate = nand_davinci_calculate_ecc; in davinci_nand_init()
775 nand->ecc.calculate = nand_davinci_4bit_calculate_ecc; in davinci_nand_init()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dltc4260.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
H A Dltc4261.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
H A Dltc2945.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_haversine.hpp72 return calculate<typename calculation_type<Point1, Point2>::type>( in apply()
86 static inline R calculate(T1 const& lon1, T1 const& lat1, in calculate() function in boost::geometry::strategy::distance::comparable::haversine
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Ddc.dat7 [ calculate the sqrt(2) to 99 decimal places ... John Lions Test ]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.h58 void calculate();
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dbcm2835-aux-uart.txt6 - clock: input clock frequency for the UART (used to calculate the baud
H A Dpl01x.txt6 - clock: input clock frequency for the UART (used to calculate the baud
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-cfq-target-latency8 use it to calculate the time slice used for every task.
H A Dsysfs-bus-iio-adc-max961116 attributes as it is used to calculate two different values: power load and
H A Dsysfs-driver-w1_ds28e1718 Description: When written, this file sets the multiplier used to calculate
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dgpc.fuc198 // calculate GPC mmio context size
205 // calculate per-TPC mmio context size
215 // calculate per-UNK mmio context size
235 // calculate size of strand context data
242 // calculate size of tpc strand context data
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.h65 int (*calculate)(struct ingenic_ecc *ecc, member
/OK3568_Linux_fs/buildroot/package/python-mutagen/
H A DConfig.in14 It can read Xing headers to accurately calculate the bitrate
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dmali-midgard.txt47 by v^2*f to calculate the dynamic power consumption.
49 v^3 to calculate the static power consumption.

12345678910