Home
last modified time | relevance | path

Searched refs:U0 (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-head/contrib/bmake/unit-tests/
HDcond-cmp-unary.mk37 .if ${:U0}
61 .if ${:U0:M*}
64 .if ${:U0:M*} == ""
68 .if !${:U0 0:M*}
71 .if ${:U0 0:M*} == ""
HDcond-op-not.mk42 .if !${:U0}
HDdirective-ifndef.mk78 .ifndef ${:U0}
HDcond-token-var.mk84 .if ${:U0}
HDcond-token-plain.mk84 .if (${UNDEF:U0})||0
/freebsd-head/lib/msun/src/
HDe_j1.c123 static const double U0[5] = { variable
187 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1()
HDe_j1f.c86 static const float U0[5] = { variable
143 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1f()
/freebsd-head/stand/
HDdefs.mk46 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
90 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
140 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
165 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
169 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
246 if [ ${DO32:U0} -eq 0 ]; then \
HDficl.mk4 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
10 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
/freebsd-head/share/mk/
HDdirdeps-options.mk83 .if ${_debug_reldir:U0}
89 .if ${_debug_reldir:U0}
HDmeta.sys.mk37 .if ${MAKE_VERSION:U0} > 20130323 && empty(.MAKE.PATH_FILEMON)
120 -@[ ${.ERROR_EXIT:U0} = 6 ] && exit 0; \
HDjobs.mk75 .if ${.MAKE.JOBS:U0} > 0
HDmeta.autodep.mk28 .if ${MAKE_VERSION:U0} >= 20211212
176 .if ${MAKE_VERSION:U0} >= 20211212
/freebsd-head/contrib/bmake/mk/
HDdirdeps-options.mk83 .if ${_debug_reldir:U0}
89 .if ${_debug_reldir:U0}
HDwarnings.mk85 .if ${WARNINGS_SETx:U${WERROR_SETx:U0}} < ${WERROR_SETx:U0}
HDmeta.sys.mk37 .if ${MAKE_VERSION:U0} > 20130323 && empty(.MAKE.PATH_FILEMON)
120 -@[ ${.ERROR_EXIT:U0} = 6 ] && exit 0; \
HDautodep.mk73 .if ${COMPILER_TYPE:Ugcc} == "gcc" && ${COMPILER_VERSION:U0} < 30000
202 .if ${MAKE_VERSION:U0:[1]:C/.*-//} < 20050530
HDauto.dep.mk40 .if ${COMPILER_TYPE:Ugcc} == "gcc" && ${COMPILER_VERSION:U0} < 30000
HDjobs.mk77 .if ${.MAKE.JOBS:U0} > 0
HDsys.vars.mk116 M_M.M.P_VERSION = L:@v@$${MAJOR MINOR PATCH:L:@t@$${$$v_$$t_VERSION:U0}@}@:ts.
HDmeta.autodep.mk28 .if ${MAKE_VERSION:U0} >= 20211212
176 .if ${MAKE_VERSION:U0} >= 20211212
HDdirdeps-cache-update.mk78 .if ${_debug_reldir:U0} || ${DEBUG_DIRDEPS:U:Mcache*} != ""
/freebsd-head/stand/efi/
HDMakefile.inc23 .if ${DO32:U0} == 1
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDDataExtractor.h24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24()
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2; in Uint24()
/freebsd-head/crypto/openssl/util/
HDcheck-format-commit.sh75 git diff -U0 $COMMIT_RANGE | awk '

123