Searched +full:lookup +full:- +full:only (Results 1 – 18 of 18) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | isblank.c | 4 <<isblank>>, <<isblank_l>>---blank character predicate 21 lookup. It is a predicate returning non-zero for blank characters, and 0 22 for other characters. It is defined only if <[c]> is representable as an 30 <<isblank>>, <<isblank_l>> return non-zero if <[c]> is a blank character. 34 <<isblank_l>> is POSIX-1.2008.
|
D | isdigit.c | 31 <<isdigit>>, <<isdigit_l>>---decimal digit predicate 48 lookup. It is a predicate returning non-zero for decimal digits, and 0 for 49 other characters. It is defined only if <[c]> is representable as an 60 <<isdigit>>, <<isdigit_l>> return non-zero if <[c]> is a decimal digit 61 (<<0>>--<<9>>). 65 <<isdigit_l>> is POSIX-1.2008.
|
D | isalnum.c | 31 <<isalnum>>, <<isalnum_l>>---alphanumeric character predicate 48 lookup. It is a predicate returning non-zero for alphabetic or 50 only if <[c]> is representable as an unsigned char or if <[c]> is EOF. 60 <<isalnum>>,<<isalnum_l>> return non-zero if <[c]> is a letter or a digit. 64 <<isalnum_l>> is POSIX-1.2008.
|
D | isalpha.c | 31 <<isalpha>>, <<isalpha_l>>---alphabetic character predicate 48 lookup. It is a predicate returning non-zero when <[c]> represents an 49 alphabetic ASCII character, and 0 otherwise. It is defined only if 60 <<isalpha>>, <<isalpha_l>> return non-zero if <[c]> is a letter. 64 <<isalpha_l>> is POSIX-1.2008.
|
D | iscntrl.c | 31 <<iscntrl>>, <<iscntrl_l>>---control character predicate 48 lookup. It is a predicate returning non-zero for control characters, and 0 49 for other characters. It is defined only if <[c]> is representable as an 60 <<iscntrl>>, <<iscntrl_l>> return non-zero if <[c]> is a delete character 65 <<iscntrl_l>> is POSIX-1.2008.
|
D | islower.c | 31 <<islower>>, <<islower_l>>---lowercase character predicate 48 lookup. It is a predicate returning non-zero for minuscules 50 It is defined only if <[c]> is representable as an unsigned char or if 61 <<islower>>, <<islower_l>> return non-zero if <[c]> is a lowercase letter. 65 <<islower_l>> is POSIX-1.2008.
|
D | isxdigit.c | 31 <<isxdigit>>, <<isxdigit_l>>---hexadecimal digit predicate 48 lookup. It is a predicate returning non-zero for hexadecimal digits, 49 and <<0>> for other characters. It is defined only if <[c]> is 60 <<isxdigit>>, <<isxdigit_l>> return non-zero if <[c]> is a hexadecimal digit 61 (<<0>>--<<9>>, <<a>>--<<f>>, or <<A>>--<<F>>). 65 <<isxdigit_l>> is POSIX-1.2008.
|
D | isspace.c | 31 <<isspace>>, <<isspace_l>>---whitespace character predicate 48 lookup. It is a predicate returning non-zero for whitespace 49 characters, and 0 for other characters. It is defined only when <<isascii>>(<[c]>) is true or <[c]… 59 <<isspace>>, <<isspace_l>> return non-zero if <[c]> is a space, tab, 60 carriage return, new line, vertical tab, or formfeed (<<0x09>>--<<0x0D>>, 61 <<0x20>>), or one of the other space characters in non-ASCII charsets. 65 <<isspace_l>> is POSIX-1.2008.
|
D | ispunct.c | 31 <<ispunct>>, <<ispunct_l>>---punctuation character predicate 48 lookup. It is a predicate returning non-zero for printable 49 punctuation characters, and 0 for other characters. It is defined only 60 <<ispunct>>, <<ispunct_l>> return non-zero if <[c]> is a printable 65 <<ispunct_l>> is POSIX-1.2008.
|
D | isprint.c | 31 <<isprint>>, <<isgraph>>, <<isprint_l>>, <<isgraph_l>>---printable character predicates 56 lookup. It is a predicate returning non-zero for printable characters, 57 and 0 for other character arguments. It is defined only if <[c]> is 73 <<isprint>>, <<isprint_l>> return non-zero if <[c]> is a printing character. 74 <<isgraph>>, <<isgraph_l>> return non-zero if <[c]> is a printing character
|
/picolibc-latest/.github/workflows/ |
D | head | 6 - 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 …]
|
D | head-zephyr | 6 - 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 …]
|
D | zephyr.yml | 6 - 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 …]
|
D | linux.yml | 6 - 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 …]
|
/picolibc-latest/newlib/libc/tinystdio/ryu/ |
D | ryu_parse.h | 6 // (See accompanying file LICENSE-Apache or copy at 7 // http://www.apache.org/licenses/LICENSE-2.0) 11 // (See accompanying file LICENSE-Boost or copy at 24 // This is an experimental implementation of parsing strings to 64-bit floats 25 // using a Ryu-like algorithm. At this time, it only support up to 17 non-zero 29 // This implementation does not currently support -DRYU_OPTIMIZE_SIZE and always 30 // compiles against the large lookup tables.
|
D | d2s_intrinsics.h | 6 // (See accompanying file LICENSE-Apache or copy at 7 // http://www.apache.org/licenses/LICENSE-2.0) 11 // (See accompanying file LICENSE-Boost or copy at 48 // In the current implementation of the double-precision version in shiftright128() 72 // Returns the high 64 bits of the 128-bit product of a and b. 82 // On 32-bit platforms, compilers typically generate calls to library 83 // functions for 64-bit divisions, even if the divisor is a constant. 90 // The functions here perform division-by-constant using multiplications 91 // in the same way as 64-bit compilers would do. 118 // Avoid 64-bit math as much as possible. in mod1e9() [all …]
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | ryu_divpow2.c | 6 // (See accompanying file LICENSE-Apache or copy at 7 // http://www.apache.org/licenses/LICENSE-2.0) 11 // (See accompanying file LICENSE-Boost or copy at 37 // On 32-bit platforms we can avoid a 64-bit shift-right since we only in mulShift32() 47 return (uint32_t)(bits1Hi >> (shift - 64)); in mulShift32() 49 const int32_t s = shift - 32; in mulShift32() 50 return (bits1Hi << (32 - s)) | (bits1Lo >> s); in mulShift32() 54 const uint64_t shiftedSum = sum >> (shift - 32); in mulShift32() 61 …// The inverse multipliers are defined as [2^x / 5^y] + 1; the upper 64 bits from the double lookup in __mulPow5InvDivPow2()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com> 6 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com> 17 2015-12-17 Anton Kolesov <Anton.Kolesov@synopsys.com> 20 * libc/machine/arc/memcmp-bs-norm.S: Use new GCC defines to detect 23 * libc/machine/arc/memcpy-archs.S: Likewise. 24 * libc/machine/arc/memcpy-bs.S: Likewise. 25 * libc/machine/arc/memcpy.S: Likewise. * libc/machine/arc/memset-archs.S: Likewise. 26 * libc/machine/arc/memset-archs.S: Likewise. 27 * libc/machine/arc/memset-bs.S: Likewise. 30 * libc/machine/arc/strchr-bs-norm.S: Likewise. [all …]
|