Home
last modified time | relevance | path

Searched refs:yq (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qdiv.c18 double yq, tmp, q; in __gcc_qdiv() local
39 yq = y * q; in __gcc_qdiv()
43 tmp = LOWORDER(yq, yHi, yLo, qHi, qLo); in __gcc_qdiv()
44 tmp = (x - yq) - tmp; in __gcc_qdiv()
/src/bin/sh/tests/expansion/
H A Dtrim6.016 yq="${v##*"$e"}"
18 [ "$yq" = @ ] || echo "error when quoted in non-splitting context"
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh188 sudo apt-get install -yq linux-perf dh-sequence-dkms
212 sudo apt-get install -yq linux-tools-common libtirpc-dev \
214 sudo apt-get install -yq dh-sequence-dkms
/src/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_ec.h503 CpaFlatBuffer yq; member
/src/contrib/one-true-awk/testdir/
H A DT.sub125 x\&y paq px&yq px&yq
/src/release/scripts/
H A Dmake-oci-image.sh58 install -yq -g "$@" || exit $?
/src/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp.h2439 uint64_t yq; /**< y coordinate of input point (4 qwords)*/ member
2475 uint64_t yq; /**< y coordinate of input point (8 qwords)*/ member
2511 uint64_t yq; /**< y coordinate of candidate public key (9 qwords)*/ member
2733 uint64_t yq; /**< y coordinate of candidate point (4 qwords)*/ member
2769 uint64_t yq; /**< y coordinate of candidate point (8 qwords)*/ member
2805 uint64_t yq; /**< y coordinate of candidate point (9 qwords)*/ member
/src/sys/contrib/zstd/
H A DMakefile337 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install $(APT_PACKAGES)