Home
last modified time | relevance | path

Searched defs:SPLIT (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dhypotl.c10 #define SPLIT (0x1p32L+1) macro
12 #define SPLIT (0x1p57L+1) macro
Dhypot.c6 #define SPLIT (0x1p32 + 1) macro
8 #define SPLIT (0x1p27 + 1) macro
Dfmal.c39 #define SPLIT (0x1p32L + 1) macro
42 #define SPLIT (0x1p57L + 1) macro
/third_party/musl/src/math/
Dhypotl.c10 #define SPLIT (0x1p32L+1) macro
12 #define SPLIT (0x1p57L+1) macro
Dhypot.c6 #define SPLIT (0x1p32 + 1) macro
8 #define SPLIT (0x1p27 + 1) macro
Dfmal.c39 #define SPLIT (0x1p32L + 1) macro
42 #define SPLIT (0x1p57L + 1) macro
/third_party/python/Lib/test/test_importlib/
Dtest_abc.py157 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/node/test/parallel/
Dtest-stream2-basic.js150 [1, 2, 3, 4, 5, 6, 7, 8, 9].forEach(function(SPLIT) { argument
226 [1, 2, 3, 4, 5, 6, 7, 8, 9].forEach(function(SPLIT) { argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_bundle.js145 SPLIT: 1, property
/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_template.c654 #define SPLIT(dst,sf,n) \ macro