Home
last modified time | relevance | path

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

12345

/third_party/cmsis/CMSIS/DSP/Include/dsp/
Ddebug.h47 #define PROW_f16(S,NB) \ argument
50 for(unsigned int i=1;i<(NB) ;i++) \
57 #define PV_f16(S,V,NB)\ argument
60 PROW_f16((V),(NB)); \
80 #define PROW_f32(S,NB) \ argument
83 for(unsigned int i=1;i<(NB) ;i++) \
90 #define PV_f32(S,V,NB)\ argument
93 PROW_f32((V),(NB)); \
111 #define PROW_f64(S,NB) \ argument
114 for(unsigned int i=1;i<(NB) ;i++) \
[all …]
/third_party/cups-filters/filter/braille/drivers/generic/
Dbrftoembosser.in33 NB=$4
52 while [ $NB -gt 0 ]
68 NB=$(($NB - 1))
/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/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/mbedtls/tests/data_files/dir-maxpath/
Dlong.sh21 NB=20
35 while [ $i -le $NB ]; do
/third_party/cups-filters/filter/braille/drivers/index/
Dimageubrltoindexv4.in33 NB=$4
Dimageubrltoindexv3.in33 NB=$4
Dtextbrftoindexv3.in33 NB=$4
Dindex.sh.in88 if [ $NB != 1 ]
90 INIT+=,MC$NB
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-base-type.c3 NB = 1L, enumerator
/third_party/cups-filters/filter/braille/filters/
Dmusicxmltobrf.in33 NB=$4
Dvectortobrf.in33 NB=$4
Dvectortopdf.in33 NB=$4
Dbrftopagedbrf.in33 NB=$4
Dimagetobrf.in33 NB=$4
/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/rust/crates/rust-openssl/openssl/test/
Ddsa.pem.pub9 NB/BIx9EZ/dzE23ivNW8dq1AeecAAYhssI2m/CspQvyKw+seCvg4FccxJgB3+mGO
/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/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/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h413 NaClBitcodeSelectorAbbrev(bool IF, unsigned NB) : IsFixed(IF), NumBits(NB) {}
/third_party/rust/crates/bitflags/
DCargo.toml3 # NB: When modifying, also modify:
/third_party/rust/crates/lazy-static.rs/
DCargo.toml3 # NB: When modifying, also modify html_root_url in lib.rs
/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/glib/patch/
Dbackport-regex-Add-test-for-gtksourceview-regression.patch16 TEST_NEW_FAIL ("a[\\NB]c", 0, G_REGEX_ERROR_NOT_SUPPORTED_IN_CLASS);

12345