Searched refs:U0 (Results 1 – 25 of 83) sorted by relevance
1234
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-cmp-unary.mk | 37 .if ${:U0} 61 .if ${:U0:M*} 64 .if ${:U0:M*} == "" 68 .if !${:U0 0:M*} 71 .if ${:U0 0:M*} == ""
|
| H A D | cond-op-not.mk | 42 .if !${:U0}
|
| H A D | directive-ifndef.mk | 78 .ifndef ${:U0}
|
| H A D | cond-token-var.mk | 84 .if ${:U0}
|
| H A D | cond-token-plain.mk | 84 .if (${UNDEF:U0})||0
|
| /freebsd/lib/msun/src/ |
| H A D | e_j1.c | 123 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 D | e_j1f.c | 86 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 D | defs.mk | 48 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1 91 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1 147 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1 167 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1) 171 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0 264 if [ ${DO32:U0} -eq 0 ]; then \
|
| H A D | ficl.mk | 4 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1 10 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
|
| /freebsd/stand/efi/ |
| H A D | Makefile.inc | 11 .if ${DO32:U0} == 1 28 .if ${DO32:U0} == 1
|
| /freebsd/contrib/bmake/mk/ |
| H A D | dirdeps-options.mk | 76 .if ${_debug_reldir:U0} 82 .if ${_debug_reldir:U0}
|
| H A D | warnings.mk | 77 .if ${WARNINGS_SETx:U${WERROR_SETx:U0}} < ${WERROR_SETx:U0}
|
| H A D | meta.sys.mk | 29 .if ${MAKE_VERSION:U0} > 20130323 && empty(.MAKE.PATH_FILEMON) 114 -@[ ${.ERROR_EXIT:U0} = 6 ] && exit 0; \
|
| H A D | autodep.mk | 65 .if ${COMPILER_TYPE:Ugcc} == "gcc" && ${COMPILER_VERSION:U0} < 30000 194 .if ${MAKE_VERSION:U0:[1]:C/.*-//} < 20050530
|
| H A D | auto.dep.mk | 32 .if ${COMPILER_TYPE:Ugcc} == "gcc" && ${COMPILER_VERSION:U0} < 30000
|
| H A D | jobs.mk | 70 .if ${.MAKE.JOBS:U0} > 0
|
| H A D | meta.autodep.mk | 26 .if ${MAKE_VERSION:U0} >= 20211212 174 .if ${MAKE_VERSION:U0} >= 20211212
|
| H A D | dirdeps-cache-update.mk | 71 .if ${_debug_reldir:U0} || ${DEBUG_DIRDEPS:U:Mcache*} != ""
|
| H A D | sys.vars.mk | 128 M_M.M.P_VERSION = L:@v@$${MAJOR MINOR PATCH:L:@t@$${$$v_$$t_VERSION:U0}@}@:ts.
|
| /freebsd/share/mk/ |
| H A D | dirdeps-options.mk | 76 .if ${_debug_reldir:U0} 82 .if ${_debug_reldir:U0}
|
| H A D | meta.sys.mk | 29 .if ${MAKE_VERSION:U0} > 20130323 && empty(.MAKE.PATH_FILEMON) 112 -@[ ${.ERROR_EXIT:U0} = 6 ] && exit 0; \
|
| H A D | jobs.mk | 70 .if ${.MAKE.JOBS:U0} > 0
|
| H A D | meta.autodep.mk | 26 .if ${MAKE_VERSION:U0} >= 20211212 174 .if ${MAKE_VERSION:U0} >= 20211212
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 25 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24() 26 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2; in Uint24()
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-asus-kommando-ipmi-card.dts | 93 /*U0 160*/ "", "", "", "", "", "", "", "",
|
1234