Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/bin/sh/tests/expansion/
H A Dtrim6.016 yq="${v##*"$e"}"
18 [ "$yq" = @ ] || echo "error when quoted in non-splitting context"
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh124 sudo apt-get install -yq linux-perf dh-sequence-dkms
139 sudo apt-get install -yq linux-tools-common libtirpc-dev \
142 sudo apt-get install -yq dh-sequence-dkms
/freebsd/release/scripts/
H A Dmake-oci-image.sh48 install -yq "$@" || exit $?
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_ec.h536 CpaFlatBuffer yq; member
/freebsd/contrib/one-true-awk/testdir/
H A DT.sub125 x\&y paq px&yq px&yq
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp.h2441 uint64_t yq; /**< y coordinate of input point (4 qwords)*/ member
2477 uint64_t yq; /**< y coordinate of input point (8 qwords)*/ member
2513 uint64_t yq; /**< y coordinate of candidate public key (9 qwords)*/ member
2735 uint64_t yq; /**< y coordinate of candidate point (4 qwords)*/ member
2771 uint64_t yq; /**< y coordinate of candidate point (8 qwords)*/ member
2807 uint64_t yq; /**< y coordinate of candidate point (9 qwords)*/ member
/freebsd/sys/contrib/zstd/
H A DMakefile337 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install $(APT_PACKAGES)