Home
last modified time | relevance | path

Searched +full:- +full:dformat +full:- +full:default (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/doc/
Dprintf.md5 needed by the application. The format-string based interface to
19 that to add --defsym options when linking. This means the preprocessor
25 * Printf uses within picolibc (which are all integer-only) now share
27 integer-only and float versions
30 work even when using integer-only or float printf functions.
32 Because the linker gets --defsym flags for both vfprintf and vfscanf,
35 picolibc.specs includes the --gc-sections linker flag. This causes
39 However, the defsym approach does not work with link-time
40 optimization. In that case, applications can only use the default
42 default version to be selected while compiling the library.
[all …]
/picolibc-latest/scripts/
Ddo-powerpc64-configure3 # SPDX-License-Identifier: BSD-3-Clause
37 *-Dformat-default=integer*|*-Dformat-default=float*)
38 echo 'format-default must be double on PowerPC'
43 exec "$(dirname "$0")"/do-configure powerpc64-linux-gnu -Dtests=false "$@"
Ddo-powerpc64le-configure3 # SPDX-License-Identifier: BSD-3-Clause
37 *-Dformat-default=integer*|*-Dformat-default=float*)
38 echo 'format-default must be double on PowerPC'
43 exec "$(dirname "$0")"/do-configure powerpc64le-linux-gnu -Dtests=false "$@"
Ddo-power9-fp128-configure3 # SPDX-License-Identifier: BSD-3-Clause
37 *-Dformat-default=integer*|*-Dformat-default=float*)
38 echo 'format-default must be double on PowerPC'
43 exec "$(dirname "$0")"/do-configure power9-fp128 -Dtests=true -Dtests-enable-posix-io=false -Dmulti…
Ddo-power9-configure3 # SPDX-License-Identifier: BSD-3-Clause
37 *-Dformat-default=integer*|*-Dformat-default=float*)
38 echo 'format-default must be double on PowerPC'
43 exec "$(dirname "$0")"/do-configure power9 -Dtests=true -Dtests-enable-posix-io=false -Dmultilib=fa…
/picolibc-latest/.github/
Ddo-arm2 set -e
4 "$HERE"/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false
5-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dio-float-exact=false -Dio-long-l…
6 …/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dformat-default=integer -Dposi…
/picolibc-latest/.github/workflows/
Dvariants1 needs: cache-maker
2 runs-on: ubuntu-latest
9-Dio-float-exact=false -Dio-long-long=true -Dio-percent-b=true -Dio-long-double=true -Dnewlib-obso…
10 …"-Dformat-default=integer -Dfreestanding=true -Dposix-io=false -Dnewlib-obsolete-math=true -Dwant-
13 "-Dtinystdio=false",
14-Dtinystdio=false -Dnewlib-io-float=true -Dio-long-long=true -Dio-long-double=true -Dnewlib-fvwrit…
Dzephyr.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # .github/do-zephyr --buildtype release
22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr
23 IMAGE_FILE: dockerimg-zephyr.tar.zst
25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt
26 EXTRA_FILE: picolibc/.github/zephyr-files.txt
29 cache-maker:
[all …]
Dlinux.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
25 EXTRA_FILE: picolibc/.github/linux-files.txt
28 cache-maker:
29 runs-on: ubuntu-latest
[all …]