Searched refs:U0 (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/stand/
H A Dficl.mk5 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
13 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
H A Ddefs.mk56 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
106 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
132 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
136 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
215 if [ ${DO32:U0} -eq 0 ]; then \
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk24 .if ${MAKE_VERSION:U0} > 20100408
64 .if ${MAKE_VERSION:U0} > 20100408
70 .if ${MAKE_VERSION:U0} >= 20170130
H A Dinit.mk19 .if ${MAKE_VERSION:U0} > 20100408
H A Dautodep.mk195 .if ${MAKE_VERSION:U0:[1]:C/.*-//} < 20050530
H A Dmeta.sys.mk20 .if ${MAKE_VERSION:U0} > 20100901
H A Dmeta.stage.mk308 .if ${.MAKE.JOBS:U0} > 0 && ${STAGE_TARGETS:U:M*_links} != ""
H A Dlib.mk183 SHLIB_COMPATABILITY_VERSION ?= ${SHLIB_MAJOR}.${SHLIB_MINOR:U0}
H A Ddirdeps.mk274 .if ${_debug_reldir:U0}
/freebsd-11-stable/lib/msun/src/
H A De_j1.c51 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
127 static const double U0[5] = { variable
191 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
H A De_j1f.c89 static const float U0[5] = { variable
146 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond1.mk108 @echo "${"${DoNotQuoteHere:U0}" > 0:?OK:No}"
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { argument
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
/freebsd-11-stable/share/mk/
H A Dmeta.sys.mk21 .if ${MAKE_VERSION:U0} > 20100901
H A Dmeta.stage.mk245 .if ${.MAKE.JOBS:U0} > 0 && ${STAGE_TARGETS:U:M*_links} != ""
H A Ddirdeps.mk235 .if ${_debug_reldir:U0}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp685 SDValue U0 = U->getOperand(0); local
687 if (U0.getOpcode() == ISD::ROTL) {
688 auto *C = dyn_cast<ConstantSDNode>(U0.getOperand(0));
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c1635 MKT(UNI_CALLSTATE_U0, U0/N0/REST0),

Completed in 321 milliseconds