Home
last modified time | relevance | path

Searched refs:sraw (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/dev/i2c/
H A Dsensirion_voc_algorithm.c309 VocAlgorithmParams* params, fix16_t sraw, fix16_t voc_index_from_prior);
321 fix16_t sraw);
396 void VocAlgorithm_process(VocAlgorithmParams* params, int32_t sraw, in VocAlgorithm_process() argument
403 if (((sraw > 0) && (sraw < 65000))) { in VocAlgorithm_process()
404 if ((sraw < 20001)) { in VocAlgorithm_process()
405 sraw = 20001; in VocAlgorithm_process()
406 } else if ((sraw > 52767)) { in VocAlgorithm_process()
407 sraw = 52767; in VocAlgorithm_process()
409 params->mSraw = (fix16_from_int((sraw - 20000))); in VocAlgorithm_process()
595 VocAlgorithmParams* params, fix16_t sraw, fix16_t voc_index_from_prior) { in VocAlgorithm__mean_variance_estimator__process() argument
[all …]
H A Dsensirion_voc_algorithm.h188 void VocAlgorithm_process(VocAlgorithmParams* params, int32_t sraw,
/netbsd-src/sys/arch/riscv/include/
H A Dasm.h211 #define INT_SRAV sraw
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td602 def SRAW : ALUW_rr<0b0100000, 0b101, "sraw">,
829 def : InstAlias<"sraw $rd, $rs1, $shamt",
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv-opc.h2579 DECLARE_INSN(sraw, MATCH_SRAW, MASK_SRAW)
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv-opc.h3534 DECLARE_INSN(sraw, MATCH_SRAW, MASK_SRAW)
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A DChangeLog-20211684 * ppc-instructions (sraw, slw, srw): From Charles Lefurgy, Fix
1686 in sraw.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2683 "sraw", "$rA, $rS, $rB", IIC_IntShift,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.md4547 "sraw%I2 %0,%1,%h2"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.md4818 "sraw%I2 %0,%1,%h2"