/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | debug.h | 47 #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/ |
D | brftoembosser.in | 33 NB=$4 52 while [ $NB -gt 0 ] 68 NB=$(($NB - 1))
|
/third_party/optimized-routines/math/ |
D | erf.c | 17 #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/ |
D | SourceMgr.h | 120 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/ |
D | SourceMgr.h | 155 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/ |
D | long.sh | 21 NB=20 35 while [ $i -le $NB ]; do
|
/third_party/cups-filters/filter/braille/drivers/index/ |
D | imageubrltoindexv4.in | 33 NB=$4
|
D | imageubrltoindexv3.in | 33 NB=$4
|
D | textbrftoindexv3.in | 33 NB=$4
|
D | index.sh.in | 88 if [ $NB != 1 ] 90 INIT+=,MC$NB
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | enum-base-type.c | 3 NB = 1L, enumerator
|
/third_party/cups-filters/filter/braille/filters/ |
D | musicxmltobrf.in | 33 NB=$4
|
D | vectortobrf.in | 33 NB=$4
|
D | vectortopdf.in | 33 NB=$4
|
D | brftopagedbrf.in | 33 NB=$4
|
D | imagetobrf.in | 33 NB=$4
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFormMemoryClauses.cpp | 186 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/ |
D | dsa.pem.pub | 9 NB/BIx9EZ/dzE23ivNW8dq1AeecAAYhssI2m/CspQvyKw+seCvg4FccxJgB3+mGO
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | README | 31 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/ |
D | libavcodec-htmlsubtitles | 8 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/ |
D | NaClBitCodes.h | 413 NaClBitcodeSelectorAbbrev(bool IF, unsigned NB) : IsFixed(IF), NumBits(NB) {}
|
/third_party/rust/crates/bitflags/ |
D | Cargo.toml | 3 # NB: When modifying, also modify:
|
/third_party/rust/crates/lazy-static.rs/ |
D | Cargo.toml | 3 # NB: When modifying, also modify html_root_url in lib.rs
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 110 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/ |
D | backport-regex-Add-test-for-gtksourceview-regression.patch | 16 TEST_NEW_FAIL ("a[\\NB]c", 0, G_REGEX_ERROR_NOT_SUPPORTED_IN_CLASS);
|