Home
last modified time | relevance | path

Searched refs:Nth (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dnumeric462 * This function generates an "exclusive" scan, meaning the Nth element
464 * so the Nth input element is not included.
497 * This function generates an "exclusive" scan, meaning the Nth element
499 * so the Nth input element is not included.
525 * This function generates an "inclusive" scan, meaning the Nth element
527 * so the Nth input element is included.
554 * This function generates an "inclusive" scan, meaning the Nth element
556 * so the Nth input element is included.
588 * This function generates an "inclusive" scan, meaning the Nth element
590 * so the Nth input element is included.
[all …]
H A Dfunctional348 * If the argument is a placeholder for the Nth argument, returns
349 * a reference to the Nth argument to the bind function object.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dnumeric474 * This function generates an "exclusive" scan, meaning the Nth element
476 * so the Nth input element is not included.
509 * This function generates an "exclusive" scan, meaning the Nth element
511 * so the Nth input element is not included.
537 * This function generates an "inclusive" scan, meaning the Nth element
539 * so the Nth input element is included.
566 * This function generates an "inclusive" scan, meaning the Nth element
568 * so the Nth input element is included.
600 * This function generates an "inclusive" scan, meaning the Nth element
602 * so the Nth input element is included.
[all …]
H A Dfunctional414 * If the argument is a placeholder for the Nth argument, returns
415 * a reference to the Nth argument to the bind function object.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangOffloadBundler.rst59 Nth Bundle Entry Code Object Offset integer 8
60 Nth Bundle Entry Code Object Size integer 8
61 Nth Bundle Entry ID Length integer 8
62 Nth Bundle Entry ID string 1st Bundle Entry
67 Nth Bundle Entry Code Object bytes Nth Bundle Entry
/netbsd-src/games/boggle/boggle/
H A Dhelpfile46 vertically, or diagonally adjacent to the Nth cube. Cubes cannot be reused.
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info138 Node: Nth Root Algorithm322687
H A Dgmp.info-2401 * Nth Root Algorithm::
406 File: gmp.info, Node: Square Root Algorithm, Next: Nth Root Algorithm, Prev: Root Extraction Alg…
460 File: gmp.info, Node: Nth Root Algorithm, Next: Perfect Square Algorithm, Prev: Square Root Algo…
462 15.5.2 Nth Root
465 Integer Nth roots are taken using Newton's method with the following
480 File: gmp.info, Node: Perfect Square Algorithm, Next: Perfect Power Algorithm, Prev: Nth Root Al…
531 Currently 'mpz_perfect_power_p' is implemented using repeated Nth root
533 (*Note Nth Root Algorithm::.)
2958 * Nth root algorithm: Nth Root Algorithm. (line 6)
3071 * Root extraction algorithm: Nth Root Algorithm. (line 6)
H A Dgmp.texi8414 Floating point FFTs use complex numbers approximating Nth roots of unity.
9044 * Nth Root Algorithm::
9050 @node Square Root Algorithm, Nth Root Algorithm, Root Extraction Algorithms, Root Extraction Algori…
9134 @node Nth Root Algorithm, Perfect Square Algorithm, Square Root Algorithm, Root Extraction Algorith…
9135 @subsection Nth Root
9137 @cindex Nth root algorithm
9139 Integer Nth roots are taken using Newton's method with the following
9161 @node Perfect Square Algorithm, Perfect Power Algorithm, Nth Root Algorithm, Root Extraction Algori…
9208 Currently @code{mpz_perfect_power_p} is implemented using repeated Nth root
9210 (@xref{Nth Root Algorithm}.)
H A Dgmp.info-12602 Set ROP to the truncated integer part of the Nth root of OP.
2604 the Nth power.
2608 Set ROOT to the truncated integer part of the Nth root of U. Set
6837 Floating point FFTs use complex numbers approximating Nth roots of
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dpthread_rwlock_rdlock.m420 dnl spends more than 1/Nth of the time with the lock held, there is a high
H A Dgnulib-common.m4120 /* _GL_ATTRIBUTE_ALLOC_SIZE ((N)) declares that the Nth argument of the function
123 by the Nth argument of the function is the size of the returned memory block.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-cov.rst243 Specify a list of architectures such that the Nth entry in the list
244 corresponds to the Nth specified binary. If the covered object is a universal
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional1054 * If the argument is a placeholder for the Nth argument, returns
1055 * a reference to the Nth argument to the bind function object.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional1060 * If the argument is a placeholder for the Nth argument, returns
1061 * a reference to the Nth argument to the bind function object.
/netbsd-src/external/bsd/cron/dist/
H A DMAIL140 2. Allow specifying every Nth day of week, i.e., every second Wednesday.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.def88 // p:N: -> this is a printf-like function whose Nth argument is the format
93 // s:N: -> this is a scanf-like function whose Nth argument is the format
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A Dconfig.in1626 /* _GL_ATTRIBUTE_ALLOC_SIZE ((N)) declares that the Nth argument of the function
1629 by the Nth argument of the function is the size of the returned memory block.
/netbsd-src/external/gpl2/rcs/dist/
H A DNEWS164 To generate the Nth youngest revision on the trunk,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td582 // P10 Vector Gather Every Nth Bit Builtin.
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drluserman.info1121 insert the Nth word from the previous command (the words in the
1123 the Nth word from the end of the previous command. Once the
H A Dhistory.info170 The Nth word.
H A Dreadline.info1123 insert the Nth word from the previous command (the words in the
1125 the Nth word from the end of the previous command. Once the
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp3507 auto Nth = std::next(Ts.pack_begin(), Index.getExtValue()); in checkBuiltinTemplateIdType() local
3508 return Nth->getAsType(); in checkBuiltinTemplateIdType()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst637 // Construct a Foo by looking up the Nth element of some global data ...

12