Searched refs:Even (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips32r2-fp32.s8 # Even registers are supported w/ 32-bit FPU, odd
H A Dmips32r2-ill-fp64.s49 # Even registers are supported w/ 32-bit FPU, odd
H A Dmips32r2-ill.s49 # Even registers are supported w/ 32-bit FPU, odd
H A Dmipsr6@mips32r2-ill.s49 # Even registers are supported w/ 32-bit FPU, odd
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-token-number.mk11 # 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
H A Dopt-env.mk42 # Even .undef doesn't work since it only affects the global scope,
H A Dvarmod-assign-shell.mk20 # Even though the variable modifier '::!=' produces an error message,
H A Dvarmod-undefined.mk64 # Even after the :U modifier has been applied, the expression still remembers
H A Dcond-func.mk61 # Even parentheses may appear in variable names.
H A Dopt-debug-lint.mk31 # Even though the "@" variable is not defined at this point, this is not an
H A Ddep-var.mk11 # Even though undefined expressions should lead to errors, no error message is
H A Dvarmod-edge.mk190 # Even in expressions based on an unnamed variable, there may be errors.
201 # Even in expressions based on an unnamed variable, there may be errors.
H A Dvarmod-match.mk253 # The modifier ':tW' prevents splitting at whitespace. Even leading and
352 # XXX: Even matches strings that are longer than a single
H A Ddirective-for-empty.mk67 # Even in conditions, the string 'empty(' is not always a function call, it
H A Ddirective-for-escape.mk9 # Even though the .for loops take quotes into account when splitting the
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darmv8-ar-it-bad.s17 @ Even for auto IT blocks
H A Dmve-vrmlaldavh-bad.l23 [^:]*:31: Error: Even register not allowed here -- `vrmlaldavh.s32 r0,r0,q2,q3'
27 [^:]*:35: Error: Even register not allowed here -- `vrmlaldavha.s32 r0,r0,q2,q3'
31 [^:]*:39: Error: Even register not allowed here -- `vrmlaldavhx.s32 r0,r0,q2,q3'
35 [^:]*:43: Error: Even register not allowed here -- `vrmlaldavhax.s32 r0,r0,q2,q3'
39 [^:]*:47: Error: Even register not allowed here -- `vrmlalvh.s32 r0,r0,q2,q3'
43 [^:]*:51: Error: Even register not allowed here -- `vrmlalvha.s32 r0,r0,q2,q3'
47 [^:]*:55: Error: Even register not allowed here -- `vrmlsldavh.s32 r0,r0,q2,q3'
51 [^:]*:59: Error: Even register not allowed here -- `vrmlsldavha.s32 r0,r0,q2,q3'
55 [^:]*:63: Error: Even register not allowed here -- `vrmlsldavhx.s32 r0,r0,q2,q3'
59 [^:]*:67: Error: Even registe
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp61 "(1: Even, 2: Odd)."),
102 enum class Color { Even, Odd }; member in class:__anon1968::Color
104 static const char *ColorNames[2] = { "Even", "Odd" };
261 return OverrideBalance == 1 ? Color::Even : Color::Odd;
465 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
489 Parity += (C == Color::Even) ? G->size() : -G->size();
490 PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
715 return Color::Even;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_mbuild.sh38 -f Force rebuild. Even rebuild previously built directories.
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_mbuild.sh38 -f Force rebuild. Even rebuild previously built directories.
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-csharp-333 ( /* Even across multiline
135 #. Even across multiline
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h312 uint64_t Even = Mask & 0xAAAAAAAAAAAAAAAAULL; local
313 Mask = (Even >> 1) | Mask;
/netbsd-current/distrib/miniroot/
H A Dinstall.sh226 Even if you choose not to transfer installation sets that way, this
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d174 auto Even = sequence!"2*n"(0);
176 auto EvenOdd = cartesianProduct(Even, Odd);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d172 auto Even = sequence!"2*n"(0);
174 auto EvenOdd = cartesianProduct(Even, Odd);

Completed in 297 milliseconds

12