Home
last modified time | relevance | path

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

12345

/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/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/cups-filters/filter/braille/drivers/index/
Dimageubrltoindexv3.in33 NB=$4
Dimageubrltoindexv4.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/rust/crates/rust-openssl/openssl/test/
Ddsa.pem.pub9 NB/BIx9EZ/dzE23ivNW8dq1AeecAAYhssI2m/CspQvyKw+seCvg4FccxJgB3+mGO
/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/ffmpeg/tests/ref/fate/
Dlibavcodec-htmlsubtitles8 A<br>B<BR/>C<br / >D< Br >E<brk><brk/> --> A\NB\NC\ND\NE
/third_party/rust/crates/bitflags/
DCargo.toml3 # NB: When modifying, also modify:
/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/rust/crates/lazy-static.rs/
DCargo.toml3 # NB: When modifying, also modify html_root_url in lib.rs
/third_party/openssl/test/recipes/30-test_evp_data/
Devppbe_scrypt.txt40 # NB: this test requires more than 1GB of memory to run so it will hit the
/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);
/third_party/benchmark/docs/
Dpython_bindings.md33 NB: Building wheels from source requires Bazel. For platform-specific instructions on how to instal…

12345