HomeSort by: relevance | last modified time | path
    Searched refs:Even (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
cond-token-number.mk 11 # Even though -0 is a number and would be accepted by strtod, it is not
22 # Even though +0 is a number and would be accepted by strtod, it is not
33 # Even though -1 is a number and would be accepted by strtod, it is not
44 # Even though +1 is a number and would be accepted by strtod, it is not
76 # This is not a hexadecimal number, even though it has an x. It is
opt-env.mk 42 # Even .undef doesn't work since it only affects the global scope,
varmod-undefined.mk 64 # Even after the :U modifier has been applied, the expression still remembers
varmod-edge.mk 197 # Even in expressions based on an unnamed variable, there may be errors.
205 # Even in expressions based on an unnamed variable, there may be errors.
cond-func.mk 61 # Even parentheses may appear in variable names.
78 # There may be spaces around the operators and parentheses, and even
opt-debug-lint.mk 30 # Even though the "@" variable is not defined at this point, this is not an
40 # well-known "Malformed conditional" error message, even though the
93 # compiled even though that was not necessary for checking the syntax at the
varmod-match.mk 257 # The modifier ':tW' prevents splitting at whitespace. Even leading and
356 # XXX: Even matches strings that are longer than a single
directive-for-empty.mk 67 # Even in conditions, the string 'empty(' is not always a function call, it
directive-for-escape.mk 9 # Even though the .for loops take quotes into account when splitting the
143 # There, it is expanded by the .info directive, but even there a trailing
273 # is replaced with the expression '${:U1}', even though the text does not
var-op-expand.mk 86 # XXX: Even though this is a ':=' assignment, the '${UNDEF}' in the part of
varmod-indirect.mk 38 # It is even allowed to write another modifier directly afterwards.
151 # Even in an indirect modifier based on an undefined variable, the value of
varmod-loop.mk 28 # Even "@" works as a variable name since the variable is installed
32 # even trigger an assertion failure somewhere.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 9 // mix of odd and even D-registers when performing a critical sequence of
18 // allocate it alternating even or odd registers. However, multiply-accumulates
49 // Enforce the algorithm to use the scavenged register even when the original
61 "(1: Even, 2: Odd)."),
100 /// A "color", which is either even or odd. Yes, these aren't really colors
102 enum class Color { Even, Odd };
104 static const char *ColorNames[2] = { "Even", "Odd" };
261 return OverrideBalance == 1 ? Color::Even : Color::Odd;
387 // Positive means we're even-heavy, negative we're odd-heavy.
465 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_mbuild.sh 16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
38 -f Force rebuild. Even rebuild previously built directories.
  /src/external/gpl3/gdb/dist/gdb/
gdb_mbuild.sh 16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
38 -f Force rebuild. Even rebuild previously built directories.
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 33 ( /* Even across multiline
135 #. Even across multiline
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 309 // The assumption is that every lo16 subreg is an even bit and every hi16
312 uint64_t Even = Mask & 0xAAAAAAAAAAAAAAAAULL;
313 Mask = (Even >> 1) | Mask;
  /src/distrib/miniroot/
install.sh 28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
226 Even if you choose not to transfer installation sets that way, this
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
setops.d 172 auto Even = sequence!"2*n"(0);
174 auto EvenOdd = cartesianProduct(Even, Odd);
977 "The output of multiwayUnion has no duplicates even when its inputs contain duplicates."
  /src/sys/arch/mips/mips/
fp.S 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2944 andi t2, t2, FPX_REGEVENMASK # Even regs only
2955 srl a3, a0, 11 - (PTR_SCALESHIFT-1) # get FS field (even regs only)
3057 andi ta0, ta0, FPX_REGEVENMASK # Even regs only
3072 srl a3, a0, 16 - (PTR_SCALESHIFT - 1)# get FT field (even regs only)
3174 andi t0, t0, FPX_REGEVENMASK # Even regs only
3189 srl a3, a0, 11 - (PTR_SCALESHIFT-1) # get FS field (even regs only)
3297 andi ta3, ta3, FPX_REGEVENMASK # Even regs only
3319 srl a3, a0, 16 - (PTR_SCALESHIFT-1) # get FT field (even regs only)
3438 andi t3, t3, FPX_REGEVENMASK # Even regs onl
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64InstPrinter.cpp 1266 unsigned Even = MRI.getSubReg(Reg, Sube);
1268 O << getRegisterName(Even) << ", " << getRegisterName(Odd);
  /src/crypto/external/apache2/openssl/dist/crypto/
sparccpuid.S 62 ! Even though we do not use %fp register bank,
  /src/crypto/external/bsd/openssl/dist/crypto/
sparccpuid.S 62 ! Even though we do not use %fp register bank,
  /src/crypto/external/bsd/openssl.old/dist/crypto/
sparccpuid.S 58 ! Even though we do not use %fp register bank,
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-armv4.pl 28 # the cost of 15/12% regression on Cortex-A5/A7, it's even possible
537 @ n+m bits wide. However! Even though 2^n is a n+1-bit number,

Completed in 63 milliseconds

1 2