/picolibc-latest/test/ |
D | rounding-mode.c | 159 double want, got; in check() local 161 want = do_round_int(value, mode); in check() 178 if (want != got) { in check() 179 printf("ERROR double %s: value %g want %g got %g\n", name, value, want, got); in check() 183 want = do_round_int(-value, mode); in check() 189 if (want != got) { in check() 190 printf("ERROR double %s: -value %g want %g got %g\n", name, value, want, got); in check()
|
D | long_double.c | 347 close(long double have, long double want, long double max_error) in close() argument 349 if (have == want) in close() 355 if (want == 0.0L) in close() 357 return fabsl((have - want) / want) <= max_error; in close()
|
D | fma_gen.5c | 124 * we usually want to use rationals instead to
|
/picolibc-latest/doc/ |
D | testing.md | 3 If you want to compile the library for your local processor to test 7 as the embedded version, but you don't want the multi-architecture
|
D | linking.md | 44 want to make sure there's space for at least 512 bytes of stack. To use 68 * `__flash_size` specifies the amount of read-only memory you want to 72 * `__ram` specifies the lowest address you want the linker to 76 want to permit the application to use.
|
D | using.md | 54 hardware, run-time, library and application setup. You may want to 156 may want to use the `crt0-hosted` variant that calls `exit` when main 164 Picolibc code which requires constructors) may want to use the
|
D | init.md | 5 have custom start up code that replaces Picocrt, you probably want to
|
D | embedsource.md | 52 …s all the include directories, including the headers for libgcc, which we want. And i have found n…
|
D | build.md | 234 | want-math-errno | false | Set errno when exceptions occur |
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | strchr-bs-norm.S | 76 breq r7,0,.Loop ; For speed, we want this branch to be unaligned. 80 breq_l r12,0,.Loop ; For speed, we want this branch to be unaligned.
|
/picolibc-latest/hello-world/ |
D | README.md | 48 For RISC-V, QEMU lets you specify which CPU core you want, so we'll 146 processor we want. In this case, we'll use the cortex-a57: 154 you can install any virtual processor you want, in our case, an rv32:
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 66 You may want to customize your platform's startup objects to set 70 You may also want to customize the memory allocation semantics
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 90 ; At this point, we want to find the _first_ comparison that marked the 139 ; 3) Depending on the bit position, we want the whole byte containing
|
D | strcat.S | 260 ; we want to store 8-3 bytes 495 ; we want to store 8-3 bytes 554 ; double words, so we want to analyze from last to first.
|
D | memchr.S | 311 ; As we want a specific byte and not a NULL byte, we create in r1 a constant 336 ; words, so we want to analyze from last to first.
|
D | strlen.S | 262 ; so we want to analyze from last to first.
|
/picolibc-latest/ |
D | COPYING.GPL2 | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 284 If you develop a new program, and you want it to be of the greatest 339 library. If this is what you want to do, use the GNU Library General
|
D | meson_options.txt | 305 option('want-math-errno', type: 'boolean', value: false,
|
D | meson.build | 1270 # If you want to check for a given builtin, add an array 1367 conf_data.set('_IEEE_LIBM', not get_option('want-math-errno'), description: 'math library does not … 1368 conf_data.set('_WANT_MATH_ERRNO', get_option('want-math-errno'), description: 'math library sets er…
|
D | README.md | 318 whether they want this behavior at application compilation time
|
/picolibc-latest/newlib/ |
D | README | 56 If you want to format these Info files yourself, you need one of the 59 If you want to typeset and print copies of this manual, you need TeX, 82 the source directory. If you want to run NEWLIB versions for several host
|
/picolibc-latest/newlib/libm/math/ |
D | math.tex | 129 @c To sort the include list easily, keep the indentation right because want to
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 806 but instead, we want to be able to load the needed converters and tables
|