Home
last modified time | relevance | path

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

12345678910>>...25

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h32 NE, // Not equal Not equal, or unordered enumerator
51 case EQ: return NE; in getOppositeCondition()
52 case NE: return EQ; in getOppositeCondition()
75 case ARMCC::NE: return ARMCC::NE; in getSwappedCondition()
149 case ARMCC::NE: return "ne"; in ARMCondCodeToString()
170 .Case("ne", ARMCC::NE) in ARMCondCodeFromString()
/third_party/ltp/testcases/lib/
Dtst_kvcmp.c14 NE, enumerator
30 return NE; in strtop()
128 case NE: in main()
169 case NE: in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local
221 NE.connect(*this, EId); in addConstructedEdge()
320 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) {} in AdjEdgeIdSet() argument
323 return NE.getAdjEdgeIds().begin(); in begin()
327 return NE.getAdjEdgeIds().end(); in end()
330 bool empty() const { return NE.getAdjEdgeIds().empty(); } in empty()
333 return NE.getAdjEdgeIds().size(); in size()
337 const NodeEntry ≠
/third_party/ffmpeg/libavfilter/
Dvsrc_life.c299 enum { NW, N, NE, W, E, SW, S, SE }; in evolve() enumerator
308 pos[NE][0] = (i-1) < 0 ? life->h-1 : i-1; pos[NE][1] = (j+1) == life->w ? 0 : j+1; in evolve()
317 pos[NE][0] = (i-1) < 0 ? -1 : i-1; pos[NE][1] = (j+1) == life->w ? -1 : j+1; in evolve()
328 …(pos[NE][0] == -1 || pos[NE][1] == -1 ? 0 : oldbuf[pos[NE][0]*life->w + pos[NE][1]] == ALIVE_CELL)… in evolve()
Dvsrc_cellauto.c235 enum { NW, N, NE }; in evolve() enumerator
245 pos[NE] = i+1 == s->w ? 0 : i+1; in evolve()
246 v = prev_row[pos[NW]]<<2 | prev_row[pos[N]]<<1 | prev_row[pos[NE]]; in evolve()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.def49 X(Une , NE , kNone, eq , none , false, true) \
57 X(Eq , false , false , EQ, EQ , NE , eq , false, false) \
58 X(Ne , false , false , NE, NE , EQ , eq , false, true) \
DIceInstARM32.def104 // APSR's NZCV fields). For example, EQ is 0, but corresponds to Z = 1, and NE
108 X(EQ, 0, NE, "eq") /* equal */ \
109 X(NE, 1, EQ, "ne") /* not equal */ \
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c73 …OPC(seq, SET, 0_1_X, EQ), OPC(sne, SET, 0_1_X, NE), OPC(sge, SET, 0_1_X, GE), OPC(slt, SET, 0_1_X,…
85 OPC(f2b32, CMP, 0_X_X, NE), /* != 0.0 */
86 UOPC(i2b32, CMP, 0_X_X, NE), /* != 0 */
105 OPC(fneu32, CMP, 0_1_X, NE),
109 IOPC(ine32, CMP, 0_1_X, NE),
/third_party/ffmpeg/libavcodec/
Dg2meet.c358 NE = above_row[(x) + 1]; \
369 N = NE; \
370 NE = above_row[(x) + 1]; \
602 uint32_t W, WW, N, NN, NW, NE, NWW, NNW, NNE; in epic_decode_run_length() local
614 (N != NE) << 5 | in epic_decode_run_length()
617 (NNE != NE) << 2 | in epic_decode_run_length()
651 (N != NE) << 5 | in epic_decode_run_length()
654 (NNE != NE) << 2 | in epic_decode_run_length()
679 if (!NWneW && NW == N && N == NE) { in epic_decode_run_length()
717 (N != NE) << 5 | in epic_decode_run_length()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h29 NE, enumerator
133 NE, enumerator
/third_party/toybox/toys/pending/
Dexpr.c132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE }; enumerator
143 {"=", 3, SI_TO_I, EQ }, {"==", 3, SI_TO_I, EQ }, {"!=", 3, SI_TO_I, NE },
179 case NE: x = cmp != 0; break; in eval_op()
/third_party/node/deps/v8/src/base/
Dlogging.h332 DEFINE_SIGNED_MISMATCH_COMP(is_signed_vs_unsigned, NE, !CmpEQImpl(lhs, rhs))
336 DEFINE_SIGNED_MISMATCH_COMP(is_unsigned_vs_signed, NE, CmpNEImpl(rhs, lhs))
370 DEFINE_CHECK_OP_IMPL(NE, !=)
378 #define CHECK_NE(lhs, rhs) CHECK_OP(NE, !=, lhs, rhs)
396 #define DCHECK_NE(lhs, rhs) DCHECK_OP(NE, !=, lhs, rhs)
/third_party/libphonenumber/resources/geocoding/en/
D1.txt5192 1308233|Kearney, NE
5193 1308234|Kearney, NE
5194 1308235|Kimball, NE
5195 1308236|Kearney, NE
5196 1308237|Kearney, NE
5197 1308254|Sidney, NE
5198 1308262|Bridgeport, NE
5199 1308282|Gordon, NE
5200 1308284|Ogallala, NE
5201 1308324|Lexington, NE
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h237 NE = 0x1, // Not equal Not equal, or unordered enumerator
256 ANY_ACTIVE = NE, // (!Z)
266 case NE: return "ne"; in getCondCodeName()
300 case NE: return 0; // Z == 0 in getNZCVToSatisfyCondCode()
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-base-type.c6 NE = 1ULL, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInfo.h27 NE = 0x2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h196 NE = currentNode->end(); in calculate() local
197 NI != NE; ++NI) { in calculate()
/third_party/ffmpeg/tests/ref/fate/
Dlibavcodec-htmlsubtitles8 A<br>B<BR/>C<br / >D< Br >E<brk><brk/> --> A\NB\NC\ND\NE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1210 for (const ELFYAML::NoteEntry &NE : *Section.Notes) { in writeSectionContent()
1212 if (NE.Name.empty()) in writeSectionContent()
1215 support::endian::write<uint32_t>(OS, NE.Name.size() + 1, in writeSectionContent()
1219 if (NE.Desc.binary_size() == 0) in writeSectionContent()
1222 support::endian::write<uint32_t>(OS, NE.Desc.binary_size(), in writeSectionContent()
1226 support::endian::write<uint32_t>(OS, NE.Type, ELFT::TargetEndianness); in writeSectionContent()
1229 if (!NE.Name.empty()) { in writeSectionContent()
1230 support::endian::write<uint8_t>(OS, arrayRefFromStringRef(NE.Name), in writeSectionContent()
1237 if (NE.Desc.binary_size() != 0) { in writeSectionContent()
1238 NE.Desc.writeAsBinary(OS); in writeSectionContent()
/third_party/python/Lib/tkinter/
Dconstants.py14 NE='ne' variable
/third_party/icu/icu4c/source/data/region/
Dsw_CD.txt20 NE{"Nijeri"}
Dzh_Hant_HK.txt64 NE{"尼日爾"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dsw_CD.txt20 NE{"Nijeri"}
Dzh_Hant_HK.txt64 NE{"尼日爾"}
/third_party/libinput/src/
Dlibinput-private.h819 NE = bit(1), enumerator
840 dir = N | NE | E; in xy_get_direction()
846 dir = NE | E | SE; in xy_get_direction()
852 dir = NE | N | NW; in xy_get_direction()

12345678910>>...25