Searched refs:split (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/ |
D | find-copyright | 176 def pick_split(split,match,use_end): argument 178 return split 183 if not split: 185 if start < split[0]: 187 return split 211 split = None 212 split = pick_split(split, all, True) 213 if not split: 214 split = pick_split(split, para, True) 215 split = pick_split(split, licensed, False) [all …]
|
D | meson.build | 58 foreach _line : run_command(cc.cmd_array() + ['-print-search-dirs'], check : false).stdout().split(… 64 …_dir = run_command(['expr', _line, ':', 'install: *\(.*\)'], check : false).stdout().split('\n')[0] 496 …cc_machine=run_command(cc.cmd_array() + ['-dumpmachine'], check : true).stdout().strip().split('-') 537 sysroot = run_command(cc.cmd_array() + ['-print-sysroot'], check : true).stdout().split('\n')[0] 549 …ommand(cc.cmd_array() + ['-print-search-dirs'], check : true).stdout().split('\n')[0].split(' ')[1] 559 foreach _ : sysroot.split('/') 624 hwmult_start = dumped_specs.split('%{mhwmult=auto')[1] 625 hwmult_snippet = '%{mhwmult=auto' + hwmult_start.split('-lc')[0] 941 …_array() + get_option('c_args') + ['--print-multi-lib'], check : true).stdout().strip().split('\n') 952 tmp = target.split(';') [all …]
|
D | meson_options.txt | 129 option('split-large-tests', type: 'boolean', value: false,
|
D | README.md | 789 1. Fix picolibc.ld to split C++ exceptions back apart (thanks to 808 1. Merge libc and libm into a single library. Having them split
|
/picolibc-latest/newlib/doc/ |
D | makedocbook.py | 191 for a in l.split(spliton): 192 (n, d) = a.split(separator, 1) 193 namelist = namelist + n.split(',') 259 l = l.split()[0] 327 for fp in s.split(';'): 349 for p in re.split(r',(?![^()]*\))', match.group(3)): 388 print('%s has %d paragraphs' % (t, len(s.split('\n\n'))), file=sys.stderr) 791 colfrac = p[1].replace('@multitable @columnfractions', '').split()
|
/picolibc-latest/scripts/ |
D | monitor-e9 | 17 words = c.split()
|
/picolibc-latest/newlib/libm/common/ |
D | fma_inc.h | 130 static const FLOAT_T split = SPLIT; in dd_mul() local 134 p = a * split; in dd_mul() 139 p = b * split; in dd_mul()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mallocr.c | 2449 goto split; in rEALLOc() 2496 goto split; in rEALLOc() 2508 goto split; in rEALLOc() 2529 goto split; in rEALLOc() 2540 split: /* split off extra room in old or expanded chunk */ in rEALLOc()
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 41 if get_option('split-large-tests')
|
/picolibc-latest/newlib/ |
D | NEWS | 7 - printf family helper functions split out into separate files to save space when linking 8 - wide-oriented I/O fixes including proper split of byte and wide-oriented stdio functions
|
D | README | 415 2) Floating-point support is split out of the formatted I/O code into
|
D | ChangeLog-2015 | 4507 * libc/include/strings.h: New (split-out from string.h). 7161 ttyname*c files that are now split). 10798 * libc/reent/timer.c: Removed (split into two new files). 23879 * libc/reent/filer.c: Removed files, all functions have split out 27640 * libm/math/log1p.c: split to use the new function way of float
|
/picolibc-latest/doc/ |
D | os.md | 9 Here's the full list of system functions used by Picolibc, split into
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1115 The idea of the size-optimized tables is to split the UCS-2 codes 1406 Similar to the CCS tables, CES converters are also split into "from UCS" 1615 the process of adding new encoding is split to the following activities.
|