Home
last modified time | relevance | path

Searched refs:NB (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/boost/boost/gil/
Dchannel.hpp527 template <typename BF, int FB, int NB, bool M, typename R>
529 void swap(boost::gil::packed_channel_reference<BF, FB, NB, M> const x, R& y) in swap() argument
533 typename boost::gil::packed_channel_reference<BF, FB, NB, M>::value_type in swap()
540 template <typename BF, int FB, int NB, bool M>
543 typename boost::gil::packed_channel_reference<BF, FB, NB, M>::value_type& x, in swap() argument
544 boost::gil::packed_channel_reference<BF, FB, NB, M> const y) in swap()
548 typename boost::gil::packed_channel_reference<BF, FB, NB, M>::value_type in swap()
554 template <typename BF, int FB, int NB, bool M> inline
556 boost::gil::packed_channel_reference<BF, FB, NB, M> const x, in swap() argument
557 boost::gil::packed_channel_reference<BF, FB, NB, M> const y) in swap()
[all …]
/third_party/optimized-routines/math/
Derf.c17 #define NB __erf_data.erf_ratio_N_B macro
93 r1n = fma (a, NB[1], NB[0]); in erf()
97 r2n = fma (a, NB[3], NB[2]); in erf()
100 r3n = fma (a, NB[5], NB[4]); in erf()
102 r4n = NB[6]; in erf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h120 SrcBuffer NB; in AddNewSourceBuffer() local
121 NB.Buffer = std::move(F); in AddNewSourceBuffer()
122 NB.IncludeLoc = IncludeLoc; in AddNewSourceBuffer()
123 Buffers.push_back(std::move(NB)); in AddNewSourceBuffer()
/third_party/mbedtls/tests/data_files/dir-maxpath/
Dlong.sh21 NB=20
35 while [ $i -le $NB ]; do
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSourceMgr.h155 SrcBuffer NB; in AddNewSourceBuffer() local
156 NB.Buffer = std::move(F); in AddNewSourceBuffer()
157 NB.IncludeLoc = IncludeLoc; in AddNewSourceBuffer()
158 Buffers.push_back(std::move(NB)); in AddNewSourceBuffer()
/third_party/boost/libs/mp11/test/
Dmp_bind_back.cpp24 struct NB {}; struct
38 using L1 = L<B1, B2, NB>; in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-base-type.c3 NB = 1L, enumerator
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/
DREADME.md7 (NB: you may still want to use GLFW or SDL which will also support Windows, Linux along with OSX.)
/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/Target/AMDGPU/
DSIFormMemoryClauses.cpp186 unsigned NB = MaskB.getNumLanes(); in forAllLanes() local
187 if (NA != NB) in forAllLanes()
188 return NA > NB; in forAllLanes()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
DREADME31 NB With the current implementation the TX pipeline containing the dtlssrtpenc
53 NB With the current implementation the RX pipeline containing the dtlssrtpdec
62 NB In theory we would show an example gst-launch command. However that would not
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h413 NaClBitcodeSelectorAbbrev(bool IF, unsigned NB) : IsFixed(IF), NumBits(NB) {}
/third_party/grpc/bazel/
Dgrpc_util.bzl17 for c in str.elems(): # NB: assumes ASCII!
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake110 list(LENGTH SUFFICES_FILENAMES NB)
111 math(EXPR NB_END "${NB}-1")
134 list(LENGTH SUFFICES_FILENAMES NB)
135 math(EXPR NB_END "${NB}-1")
/third_party/python/Lib/lib2to3/
DGrammar.txt10 # NB: compound_stmt in single_input is followed by extra NEWLINE!
121 # NB compile.c makes sure that the default except clause is last
/third_party/python/Lib/test/test_email/data/
Dmsg_07.txt27 6ayd3Z5qQdG1B7bvQzaJjwUV2lixMUZ7JVsOlfjWVr/3NB/uFvnySBN6Dcb6rGwaRM3wsormw5cC
Dmsg_13.txt36 6ayd3Z5qQdG1B7bvQzaJjwUV2lixMUZ7JVsOlfjWVr/3NB/uFvnySBN6Dcb6rGwaRM3wsormw5cC
/third_party/gstreamer/gstplugins_bad/
DREQUIREMENTS48 libamrnb (for AMR-NB support)
/third_party/boost/libs/regex/test/regress/
Dsunpro.mak31 # NB this precludes multithread builds:
/third_party/libusb/.private/
Dwbs.txt21 NB: If your application requires /MT (Multi-threaded/libCMT), you need to
/third_party/gstreamer/gstreamer/docs/random/company/
Dgstdata4 NB: This document does not represent the current state of CVS but my current plans on how to implem…
139 NB: Object creation and refcounting are threadsafe - or must be implemented that way.
/third_party/openssl/doc/man3/
DSSL_get_peer_cert_chain.pod24 NB: SSL_get_peer_cert_chain() returns the peer chain as sent by the peer: it
DEVP_PKEY_decrypt.pod58 * NB: assumes key, eng, in, inlen are already set up
DEVP_PKEY_derive.pod57 /* NB: assumes pkey, eng, peerkey have been already set up */
DEVP_PKEY_verify.pod60 * NB: assumes verify_key, sig, siglen md and mdlen are already set up

12345