Home
last modified time | relevance | path

Searched refs:SPLIT (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-stream2-basic.js150 [1, 2, 3, 4, 5, 6, 7, 8, 9].forEach(function(SPLIT) {
165 expect = [ expect.slice(0, SPLIT), expect.slice(SPLIT) ];
169 let writes = SPLIT;
226 [1, 2, 3, 4, 5, 6, 7, 8, 9].forEach(function(SPLIT) {
241 expect = [ expect.slice(0, SPLIT), expect.slice(SPLIT) ];
245 let writes = SPLIT;
/third_party/musl/src/math/
H A Dhypot.c6 #define SPLIT (0x1p32 + 1) macro
8 #define SPLIT (0x1p27 + 1) macro
15 xc = (double_t)x*SPLIT; in sq()
H A Dhypotl.c10 #define SPLIT (0x1p32L+1) macro
12 #define SPLIT (0x1p57L+1) macro
18 xc = x*SPLIT; in sq()
H A Dfmal.c39 #define SPLIT (0x1p32L + 1) macro
42 #define SPLIT (0x1p57L + 1) macro
138 p = a * SPLIT; in dd_mul()
143 p = b * SPLIT; in dd_mul()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dhypot.c6 #define SPLIT (0x1p32 + 1) macro
8 #define SPLIT (0x1p27 + 1) macro
15 xc = (double_t)x*SPLIT; in sq()
H A Dhypotl.c10 #define SPLIT (0x1p32L+1) macro
12 #define SPLIT (0x1p57L+1) macro
18 xc = x*SPLIT; in sq()
H A Dfmal.c39 #define SPLIT (0x1p32L + 1) macro
42 #define SPLIT (0x1p57L + 1) macro
138 p = a * SPLIT; in dd_mul()
143 p = b * SPLIT; in dd_mul()
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py143 cls = self.SPLIT[self._KIND]
157 SPLIT = make_abc_subclasses(MetaPathFinder) variable in MetaPathFinderDefaultsTests
183 SPLIT = make_abc_subclasses(PathEntryFinder) variable in PathEntryFinderDefaultsTests
211 SPLIT = make_abc_subclasses(Loader) variable in LoaderDefaultsTests
246 SPLIT = make_abc_subclasses(ResourceLoader) variable in ResourceLoaderDefaultsTests
272 SPLIT = SPLIT_IL variable in InspectLoaderDefaultsTests
299 SPLIT = SPLIT_EL variable in ExecutionLoaderDefaultsTests
328 SPLIT = make_abc_subclasses(ResourceReader) variable in ResourceReaderDefaultsTests
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_template.c654 #define SPLIT(dst,sf,n) \ macro
677 SPLIT(slen[3], sf, n3) in lsf_sf_expand()
678 SPLIT(slen[2], sf, n2) in lsf_sf_expand()
679 SPLIT(slen[1], sf, n1) in lsf_sf_expand()
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak207 FATE_FILTER_OVERLAY-$(call FILTERDEMDEC, SPLIT SCALE PAD OVERLAY, IMAGE2, PGMYUV) += $(addprefix fate-filter-overlay_, rgb yuv420 yuv420p10 nv12 nv21 yuv422 yuv422p10 yuv444)

Completed in 11 milliseconds