HomeSort by relevance Sort by last modified time
    Searched refs:NC (Results 101 - 125 of 201) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCRegisterInfo.h 247 const MCRegisterClass *C, unsigned NC,
267 NumClasses = NC;
  /external/eigen/blas/testing/
cblat3.f 442 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
465 NC = 0
548 NC = NC + 1
576 $ WRITE( NTRA, FMT = 9995 )NC, SNAME,
659 WRITE( NOUT, FMT = 9999 )SNAME, NC
661 WRITE( NOUT, FMT = 9997 )SNAME, NC, ERRMAX
667 WRITE( NOUT, FMT = 9995 )NC, SNAME, TRANSA, TRANSB, M, N, K,
727 $ NARGS, NC, NS
751 NC =
    [all...]
zblat3.f 444 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
467 NC = 0
550 NC = NC + 1
578 $ WRITE( NTRA, FMT = 9995 )NC, SNAME,
661 WRITE( NOUT, FMT = 9999 )SNAME, NC
663 WRITE( NOUT, FMT = 9997 )SNAME, NC, ERRMAX
669 WRITE( NOUT, FMT = 9995 )NC, SNAME, TRANSA, TRANSB, M, N, K,
729 $ NARGS, NC, NS
753 NC =
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 324 CastInst *NC = new BitCastInst(
326 AI->replaceAllUsesWith(NC);
333 NC->setOperand(0, AI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 287 CastInst *NC = new BitCastInst(
289 AI->replaceAllUsesWith(NC);
296 NC->setOperand(0, AI);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 202 void setNumChildren(unsigned NC) {
203 if (NC < Children.size()) {
205 for (unsigned i = NC, e = Children.size(); i != e; ++i)
208 Children.resize(NC);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 211 void setNumChildren(unsigned NC) {
212 if (NC < Children.size()) {
214 for (unsigned i = NC, e = Children.size(); i != e; ++i)
217 Children.resize(NC);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 29 #define NC (M/2)
48 Word16 nc; local
53 nc = (m >> 1);
54 if(nc > 8)
56 Get_isp_pol_16kHz(&isp[0], f1, nc);
57 for (i = 0; i <= nc; i++)
62 Get_isp_pol(&isp[0], f1, nc);
64 if (nc > 8)
66 Get_isp_pol_16kHz(&isp[1], f2, (nc - 1));
67 for (i = 0; i <= nc - 1; i++
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 234 Constant *NC = Names->getOperand(I);
235 Value *V = NC->stripPointerCasts();
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py 115 if data_format and data_format.startswith('NC') else 'channels_last')
164 if data_format and data_format.startswith('NC') else 'channels_last')
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 224 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
230 for (i = 0; i < NC; i++) { \
236 for (i = 0; i < NC; i++) { \
244 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
247 for (i = 0; i < NC; i++) { \
263 GLubyte input[MAX_COMP], GLint nc)
270 for (i = 0; i < nc; i++) {
285 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
292 for (i = 0; i < nc; i++) {
307 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n
    [all...]
  /external/llvm/lib/Support/
regcomp.c 191 (NC-1)*sizeof(cat_t));
212 g->csetsize = NC;
225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1069 size_t nc; local
1079 nc = p->ncsalloc;
1080 if (nc > SIZE_MAX / sizeof(cset))
1082 assert(nc % CHAR_BIT == 0);
1083 nbytes = nc / CHAR_BIT * css;
1085 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
    [all...]

Completed in 2960 milliseconds

1 2 3 45 6 7 8 9