Searched refs:iff (Results 1 – 25 of 55) sorted by relevance
123
/external/llvm/test/Transforms/InstCombine/ |
D | apint-xor1.ll | 8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
|
D | apint-xor2.ll | 9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
|
D | add.ll | 52 ; (A & C1)+(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
|
/external/openssl/crypto/dh/ |
D | generate | 50 In the case at hand, this means 2 is a generator iff P = 11 (mod 24). 53 3 is a generator iff P = 5 (mod 12). 55 5 is a generator iff P = 3 or 7 (mod 10).
|
/external/oprofile/m4/ |
D | resultyn.m4 | 3 dnl results "yes" iff a==1, "no" else
|
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 503 ir_if *iff = new(ctx) ir_if(condition); in read_if() local 505 read_instructions(st, &iff->then_instructions, then_expr, loop_ctx); in read_if() 506 read_instructions(st, &iff->else_instructions, else_expr, loop_ctx); in read_if() 508 delete iff; in read_if() 509 iff = NULL; in read_if() 511 return iff; in read_if()
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | asan-vs-gvn.ll | 2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
|
/external/iptables/extensions/ |
D | libxt_u32.man | 80 First test that it is an ICMP packet, true iff byte 9 (protocol) = 1 88 of byte 7 are 0 iff this is a complete packet (not a fragment). Alternatively,
|
/external/iptables/include/ |
D | xtables.h.in | 240 /* Prints out the match iff non-NULL: put space at end */ 305 /* Prints out the target iff non-NULL: put space at end */
|
/external/compiler-rt/ |
D | README.txt | 286 // iff a == b and neither is NaN. 288 // iff a == b and neither is NaN.
|
/external/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 114 // iff k < the number of fields in tuple type T.
|
D | gtest-type-util.h.pump | 91 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 114 // iff k < the number of fields in tuple type T.
|
D | gtest-type-util.h.pump | 86 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 113 // iff k < the number of fields in tuple type T.
|
D | gtest-type-util.h.pump | 61 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
|
/external/bison/data/ |
D | c.m4 | 141 # Return 1 iff both INT1 and INT2 are in [LOW, HIGH], 0 otherwise.
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 416 // a dot-separated name. is_extension is true iff a segment represents an
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | NEWS | 329 that '^' was active iff the character prior to that at which the 331 active iff the last token ended in a newline (or the last call to
|
/external/protobuf/ |
D | aclocal.m4 | 91 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | DumpRenderTree.mm | 126 WebFrame *topLoadingFrame = nil; // !nil iff a load is in progress
|
/external/genext2fs/ |
D | aclocal.m4 | 66 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
/external/openfst/ |
D | aclocal.m4 | 91 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
/external/bison/ |
D | aclocal.m4 | 66 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
/external/elfutils/ |
D | aclocal.m4 | 91 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
123