Home
last modified time | relevance | path

Searched refs:NE (Results 1 – 25 of 156) sorted by relevance

1234567

/NextBSD/contrib/gcc/config/s390/
HDs390-modes.def37 CCZ: EQ NE NE NE
38 CCZ1: EQ NE (CS)
42 CCU: EQ LTU GTU NE (CLG/R, CL/R/Y, CLM/Y, CLI/Y)
43 CCUR: EQ GTU LTU NE (CLGF/R)
63 CCL: EQ NE EQ NE (ALGF/R, ALG/R, AL/R/Y,
73 CCT: EQ NE NE NE (ICM/Y, TML, CG/R, CGHI,
76 CCT1: NE EQ NE NE (TMH, TML)
77 CCT2: NE NE EQ NE (TMH, TML)
78 CCT3: NE NE NE EQ (TMH, TML)
/NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/
HDGraph.h232 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local
235 NE.connect(*this, EId); in addConstructedEdge()
332 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) { } in AdjEdgeIdSet() argument
334 return NE.getAdjEdgeIds().begin(); in begin()
337 return NE.getAdjEdgeIds().end(); in end()
339 bool empty() const { return NE.getAdjEdgeIds().empty(); } in empty()
341 return NE.getAdjEdgeIds().size(); in size()
344 const NodeEntry ≠
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTX.h36 NE, enumerator
46 case NVPTXCC::NE: in NVPTXCondCodeToString()
162 NE, enumerator
/NextBSD/contrib/gcc/
HDjump.c400 case NE: in reversed_comparison_code_parts()
518 return NE; in reverse_condition()
519 case NE: in reverse_condition()
565 return NE; in reverse_condition_maybe_unordered()
566 case NE: in reverse_condition_maybe_unordered()
607 case NE: in swap_condition()
654 case NE: in unsigned_condition()
683 case NE: in signed_condition()
733 if (code2 == UNLE || code2 == NE) in comparison_dominates_p()
738 if (code2 == LE || code2 == NE || code2 == ORDERED || code2 == LTGT) in comparison_dominates_p()
[all …]
HDdojump.c383 && !can_compare_p (NE, TYPE_MODE (inner_type), ccp_jump)) in do_jump()
386 do_compare_and_jump (exp, NE, NE, if_false_label, if_true_label); in do_jump()
601 NE, TYPE_UNSIGNED (TREE_TYPE (exp)), in do_jump()
654 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode, in do_jump_by_parts_greater_rtx()
955 case NE: in do_compare_rtx_and_jump()
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMBaseInfo.h31 NE, // Not equal Not equal, or unordered enumerator
50 case EQ: return NE; in getOppositeCondition()
51 case NE: return EQ; in getOppositeCondition()
71 case ARMCC::NE: return "ne"; in ARMCondCodeToString()
/NextBSD/usr.bin/m4/
HDparser.y35 %left EQ NE
72 | expr NE expr { $$ = $1 != $3; }
/NextBSD/sys/dev/sound/pcm/
HDfeeder_volume.c83 FEEDVOLUME_DECLARE(S, 8, NE)
86 FEEDVOLUME_DECLARE(U, 8, NE)
122 FEEDVOLUME_ENTRY(S, 8, NE),
125 FEEDVOLUME_ENTRY(U, 8, NE),
HDfeeder_mixer.c79 FEEDMIXER_DECLARE(S, 8, NE)
82 FEEDMIXER_DECLARE(U, 8, NE)
104 FEEDMIXER_ENTRY(S, 8, NE),
116 FEEDMIXER_ENTRY(U, 8, NE),
HDintpcm.h121 INTPCM_DECLARE_OP_8(S, NE) \
128 INTPCM_DECLARE_OP_8(U, NE) \
HDfeeder_format.c90 FEEDFORMAT_ENTRY(S, 8, NE),
97 FEEDFORMAT_ENTRY(U, 8, NE),
HDfeeder_eq.c223 FEEDEQ_DECLARE(S, 8, NE)
226 FEEDEQ_DECLARE(U, 8, NE)
255 FEEDEQ_ENTRY(S, 8, NE),
258 FEEDEQ_ENTRY(U, 8, NE),
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp201 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
862 else if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(E)) { in ProcessZeroAllocation() local
863 if (NE->isArray()) in ProcessZeroAllocation()
864 Arg = NE->getArraySize(); in ProcessZeroAllocation()
920 static bool treatUnusedNewEscaped(const CXXNewExpr *NE) { in treatUnusedNewEscaped() argument
922 const CXXConstructExpr *ConstructE = NE->getConstructExpr(); in treatUnusedNewEscaped()
926 if (!NE->getAllocatedType()->getAsCXXRecordDecl()) in treatUnusedNewEscaped()
947 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() argument
950 if (NE->getNumPlacementArgs()) in checkPostStmt()
951 for (CXXNewExpr::const_arg_iterator I = NE->placement_arg_begin(), in checkPostStmt()
[all …]
/NextBSD/contrib/one-true-awk/
HDawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
232 | pattern NE pattern { $$ = op2($2, $1, $3); }
469 case LE: case LT: case EQ: case NE: case GT: case GE:
473 return op2(NE, n, nullnode);
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineObjC.cpp94 NE = dstLocation.end(); NI!=NE; ++NI) { in VisitObjCForCollectionStmt() local
/NextBSD/contrib/binutils/ld/
HDpe-dll.c653 #undef NE in process_def_file()
654 #define NE pe_def_file->num_exports in process_def_file() macro
659 for (i = 0; i < NE; i++) in process_def_file()
682 for (i = 0; i < NE; i++) in process_def_file()
706 exported_symbol_offsets = xmalloc (NE * sizeof (bfd_vma)); in process_def_file()
707 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *)); in process_def_file()
709 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *)); in process_def_file()
716 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]), in process_def_file()
718 for (i = 0, j = 0; i < NE; i++) in process_def_file()
756 for (i = 0; i < NE; i++) in process_def_file()
[all …]
/NextBSD/share/msgdef/
HDsl_SI.UTF-8.src16 ne:n:NE:N:no:n:NO:N
HDcs_CZ.UTF-8.src16 ne:n:NE:N:no:n:NO:N
HDlt_LT.UTF-8.src16 ne:n:NE:N:no:n:NO:N
HDsr_Cyrl_RS.ISO8859-5.src16 ��:�:��:�:no:n:NO:N""ne:n:NE:N:no:n:NO:N
HDsr_Latn_RS.UTF-8.src16 не:н:НЕ:Н:no:n:NO:N""ne:n:NE:N:no:n:NO:N
HDsr_Latn_RS.ISO8859-2.src16 he:h:HE:H:no:n:NO:N""ne:n:NE:N:no:n:NO:N
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDDominanceFrontierImpl.h191 NE = currentNode->end(); in calculate() local
192 NI != NE; ++NI) { in calculate()
/NextBSD/usr.bin/xlint/lint1/
HDop.h86 NE, enumerator
/NextBSD/bin/expr/
HDexpr.y87 %left <val> '=' '>' '<' GE LE NE
108 | expr NE expr { $$ = op_ne($1, $3); }
250 case '!': return (NE); in yylex()

1234567