HomeSort by relevance Sort by last modified time
    Searched full:logical (Results 501 - 525 of 1507) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.td 532 // To do a bitwise logical AND.
861 // To do a bitwise logical OR.
1059 // Purpose: Shift Word Left Logical (Extended)
1066 // Purpose: Shift Word Left Logical Variable
1163 // Purpose: Shift Word Right Logical Variable
1164 // To execute a logical right-shift of a word by a variable
1172 // Purpose: Shift Word Right Logical (Extended)
1173 // To execute a logical right-shift of a word by a fixed
1204 // To do a bitwise logical XOR.
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 428 // in logical order. (Both maps need an extra entry for the end of the text.)
431 // logical order. Get the glyph-to-char mapping, offset by starting index in the
432 // character array. Swap the glyph width and glyph-to-char arrays into logical order.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 87 // If this is a truncate of a logical shr, we can truncate it to a smaller
374 // For logical shifts, the truncation has the effect of making the high
384 // shift. We know that it is a logical shift by a constant, so adjust the
389 assert(I.getOpcode() == Instruction::LShr && "Unknown logical shift");
501 // by the logical operation, do not perform the transformation.
  /external/openssh/openbsd-compat/
sha2.c 145 /*** THE SIX LOGICAL FUNCTIONS ****************************************/
147 * Bit shifting and rotation (used by the six SHA-XYZ logical functions:
161 /* Two of six logical functions used in SHA-256, SHA-384, and SHA-512: */
165 /* Four of six logical functions used in SHA-256: */
171 /* Four of six logical functions used in SHA-384 and SHA-512: */
  /external/v8/src/arm/
constants-arm.h 191 AND = 0 << 21, // Logical AND.
192 EOR = 1 << 21, // Logical Exclusive OR.
203 ORR = 12 << 21, // Logical (inclusive) OR.
287 LSL = 0 << 5, // Logical shift left.
288 LSR = 1 << 5, // Logical shift right.
  /external/eigen/blas/testing/
cblat1.f 10 LOGICAL PASS
54 LOGICAL PASS
84 LOGICAL PASS
285 LOGICAL PASS
540 LOGICAL PASS
656 LOGICAL PASS
zblat1.f 10 LOGICAL PASS
54 LOGICAL PASS
84 LOGICAL PASS
285 LOGICAL PASS
540 LOGICAL PASS
656 LOGICAL PASS
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
351 PPC_SPECIAL = 0x00000007, // family: logical
7341 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 47 * them selves as a tree of virtual views, thus conveying their logical
53 * service would benefit of traversing the logical structure of the calendar
  /external/chromium/base/
time_win.cc 14 // QueryPerformanceCounter is the logical choice for a high-precision timer.
21 // The next logical choice is timeGetTime(). timeGetTime has a precision of
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi.py 191 # are placed before mux should be applied to logical channels.
209 # logical channels.
  /external/clang/include/clang/AST/
OperationKinds.h 315 BO_LAnd, // [C99 6.5.13] Logical AND operator.
316 BO_LOr, // [C99 6.5.14] Logical OR operator.
  /external/compiler-rt/
README.txt 38 di_int __lshrdi3(di_int a, si_int b); // a >> b logical (zero fill)
39 ti_int __lshrti3(ti_int a, si_int b); // a >> b logical (zero fill)
  /external/eigen/blas/
ctbmv.f 148 LOGICAL NOCONJ,NOUNIT
151 LOGICAL LSAME
dtbmv.f 148 LOGICAL NOUNIT
151 LOGICAL LSAME
stbmv.f 148 LOGICAL NOUNIT
151 LOGICAL LSAME
ztbmv.f 148 LOGICAL NOCONJ,NOUNIT
151 LOGICAL LSAME
  /external/grub/stage2/
tparm.c 112 * %= %> %< logical operations: push(pop() op pop())
113 * %A %O logical and & or operations for conditionals
ufs2.h 82 * The size of physical and logical block numbers and time fields in UFS.
267 grub_int32_t fs_bshift; /* ``lblkno'' calc of logical blkno */
  /external/kernel-headers/original/linux/
msdos_fs.h 117 __u8 sector_size[2]; /* bytes per logical sector */
276 int i_logstart; /* logical first cluster */
  /external/llvm/include/llvm/ADT/
APInt.h 586 /// Performs logical negation operation on this APInt.
588 /// @brief Logical negation operator.
765 /// Logical right-shift this APInt by shiftAmt.
766 /// @brief Logical right-shift function.
791 /// Logical right-shift this APInt by shiftAmt.
792 /// @brief Logical right-shift function.
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-s390x.pl 77 $SHR="srlg"; # logical right shift [see even at the end]
91 $SHR="srl"; # logical right shift
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
xhtml-symbol.ent 178 <!ENTITY and "&#8743;"> <!-- logical and = wedge, U+2227 ISOtech -->
179 <!ENTITY or "&#8744;"> <!-- logical or = vee, U+2228 ISOtech -->
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
xhtml-symbol.ent 178 <!ENTITY and "&#8743;"> <!-- logical and = wedge, U+2227 ISOtech -->
179 <!ENTITY or "&#8744;"> <!-- logical or = vee, U+2228 ISOtech -->
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
xhtml-symbol.ent 178 <!ENTITY and "&#8743;"> <!-- logical and = wedge, U+2227 ISOtech -->
179 <!ENTITY or "&#8744;"> <!-- logical or = vee, U+2228 ISOtech -->

Completed in 871 milliseconds

<<21222324252627282930>>