Home
last modified time | relevance | path

Searched refs:iff (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm/test/Transforms/InstCombine/
Dapint-xor1.ll8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
Dapint-xor2.ll9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
Dadd.ll52 ; (A & C1)+(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
/external/openssl/crypto/dh/
Dgenerate50 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/
Dresultyn.m43 dnl results "yes" iff a==1, "no" else
/external/mesa3d/src/glsl/
Dir_reader.cpp503 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/
Dasan-vs-gvn.ll2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
/external/iptables/extensions/
Dlibxt_u32.man80 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/
Dxtables.h.in240 /* 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/
DREADME.txt286 // iff a == b and neither is NaN.
288 // iff a == b and neither is NaN.
/external/gtest/include/gtest/internal/
Dgtest-tuple.h.pump114 // iff k < the number of fields in tuple type T.
Dgtest-type-util.h.pump91 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-tuple.h.pump114 // iff k < the number of fields in tuple type T.
Dgtest-type-util.h.pump86 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h.pump113 // iff k < the number of fields in tuple type T.
Dgtest-type-util.h.pump61 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
/external/bison/data/
Dc.m4141 # Return 1 iff both INT1 and INT2 are in [LOW, HIGH], 0 otherwise.
/external/protobuf/src/google/protobuf/
Ddescriptor.proto416 // a dot-separated name. is_extension is true iff a segment represents an
/external/webkit/Tools/android/flex-2.5.4a/
DNEWS329 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/
Daclocal.m491 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm126 WebFrame *topLoadingFrame = nil; // !nil iff a load is in progress
/external/genext2fs/
Daclocal.m466 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/external/openfst/
Daclocal.m491 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/external/bison/
Daclocal.m466 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
/external/elfutils/
Daclocal.m491 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:

123