Home
last modified time | relevance | path

Searched refs:want (Results 1 – 23 of 23) sorted by relevance

/picolibc-latest/test/
Drounding-mode.c159 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()
Dlong_double.c347 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()
Dfma_gen.5c124 * we usually want to use rationals instead to
/picolibc-latest/doc/
Dtesting.md3 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
Dlinking.md44 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.
Dusing.md54 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
Dinit.md5 have custom start up code that replaces Picocrt, you probably want to
Dembedsource.md52 …s all the include directories, including the headers for libgcc, which we want. And i have found n…
Dbuild.md234 | want-math-errno | false | Set errno when exceptions occur |
/picolibc-latest/newlib/libc/machine/arc/
Dstrchr-bs-norm.S76 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/
DREADME.md48 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/
DREADME66 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/
Dmemcmp.S90 ; 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
Dstrcat.S260 ; 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.
Dmemchr.S311 ; 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.
Dstrlen.S262 ; so we want to analyze from last to first.
/picolibc-latest/
DCOPYING.GPL225 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
Dmeson_options.txt305 option('want-math-errno', type: 'boolean', value: false,
Dmeson.build1270 # 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…
DREADME.md318 whether they want this behavior at application compilation time
/picolibc-latest/newlib/
DREADME56 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/
Dmath.tex129 @c To sort the include list easily, keep the indentation right because want to
/picolibc-latest/newlib/libc/iconv/
Diconv.tex806 but instead, we want to be able to load the needed converters and tables