Home
last modified time | relevance | path

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

1234

/freebsd/contrib/bmake/unit-tests/
H A Dcond-cmp-unary.mk37 .if ${:U0}
61 .if ${:U0:M*}
64 .if ${:U0:M*} == ""
68 .if !${:U0 0:M*}
71 .if ${:U0 0:M*} == ""
H A Dcond-op-not.mk42 .if !${:U0}
H A Ddirective-ifndef.mk78 .ifndef ${:U0}
H A Dcond-token-var.mk84 .if ${:U0}
H A Dcond-token-plain.mk84 .if (${UNDEF:U0})||0
/freebsd/lib/msun/src/
H A De_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()
H A De_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/stand/
H A Ddefs.mk48 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
91 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
141 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
161 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
165 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
244 if [ ${DO32:U0} -eq 0 ]; then \
H A Dficl.mk4 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
10 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
/freebsd/stand/efi/
H A DMakefile.inc11 .if ${DO32:U0} == 1
28 .if ${DO32:U0} == 1
/freebsd/contrib/bmake/mk/
H A Ddirdeps-options.mk76 .if ${_debug_reldir:U0}
82 .if ${_debug_reldir:U0}
H A Dwarnings.mk77 .if ${WARNINGS_SETx:U${WERROR_SETx:U0}} < ${WERROR_SETx:U0}
H A Dmeta.sys.mk29 .if ${MAKE_VERSION:U0} > 20130323 && empty(.MAKE.PATH_FILEMON)
114 -@[ ${.ERROR_EXIT:U0} = 6 ] && exit 0; \
H A Dautodep.mk65 .if ${COMPILER_TYPE:Ugcc} == "gcc" && ${COMPILER_VERSION:U0} < 30000
194 .if ${MAKE_VERSION:U0:[1]:C/.*-//} < 20050530
H A Dauto.dep.mk32 .if ${COMPILER_TYPE:Ugcc} == "gcc" && ${COMPILER_VERSION:U0} < 30000
H A Djobs.mk70 .if ${.MAKE.JOBS:U0} > 0
H A Dmeta.autodep.mk26 .if ${MAKE_VERSION:U0} >= 20211212
174 .if ${MAKE_VERSION:U0} >= 20211212
H A Ddirdeps-cache-update.mk71 .if ${_debug_reldir:U0} || ${DEBUG_DIRDEPS:U:Mcache*} != ""
H A Dsys.vars.mk128 M_M.M.P_VERSION = L:@v@$${MAJOR MINOR PATCH:L:@t@$${$$v_$$t_VERSION:U0}@}@:ts.
H A Dinit.mk17 .if ${MAKE_VERSION:U0} > 20100408
/freebsd/share/mk/
H A Ddirdeps-options.mk76 .if ${_debug_reldir:U0}
82 .if ${_debug_reldir:U0}
H A Dmeta.sys.mk29 .if ${MAKE_VERSION:U0} > 20130323 && empty(.MAKE.PATH_FILEMON)
112 -@[ ${.ERROR_EXIT:U0} = 6 ] && exit 0; \
H A Djobs.mk70 .if ${.MAKE.JOBS:U0} > 0
H A Dmeta.autodep.mk26 .if ${MAKE_VERSION:U0} >= 20211212
174 .if ${MAKE_VERSION:U0} >= 20211212
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h25 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24()
26 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2; in Uint24()

1234