Searched refs:three (Results 1 – 14 of 14) sorted by relevance
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | qsort.c | 40 struct three { struct 50 const struct three *a = av, *b = bv; in tcmp() argument 84 static struct three t[] = {
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | sqrtf4.h | 62 vec_float4 three = spu_splats(3.0f); in _sqrtf4() local 78 y1 = spu_mul(spu_nmsub(x, spu_mul(y0, y0), three), in _sqrtf4()
|
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | time.tex | 24 The header file @file{time.h} defines three types. @code{clock_t} and
|
/picolibc-3.7.0-3.6.0/doc/ |
D | os.md | 21 FILE objects may not. A single FILE object may be used for all three 22 pointers, and linker aliases may be used to make all three pointers be
|
D | build.md | 73 `stdin`, `stdout` and `stderr`, which are three pointers to FILE
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | signal.tex | 53 To support these functions, @file{signal.h} defines three macros:
|
/picolibc-3.7.0-3.6.0/test/ |
D | math_errhandling_tests.c | 42 volatile const FLOAT_T makemathname(three) = (FLOAT_T) 3.0; 606 …hname(test_pow_negbig)(void) { return makemathname(pow)(-makemathname(big), makemathname(three)); } in makemathname() 625 …thname(test_pow_0_odd)(void) { return makemathname(pow)(makemathname(zero), makemathname(three)); } in makemathname() 626 …me(test_pow_neg0_odd)(void) { return makemathname(pow)(-makemathname(zero), makemathname(three)); } in makemathname() 639 …pow_neginf_negodd)(void) { return makemathname(pow)(-makemathname(infval), -makemathname(three)); } in makemathname() 642 …est_pow_neginf_odd)(void) { return makemathname(pow)(-makemathname(infval), makemathname(three)); } in makemathname() 651 …name(test_pow_0_neg3)(void) { return makemathname(pow)(makemathname(zero), -makemathname(three)); } in makemathname() 652 …(test_pow_neg0_neg3)(void) { return makemathname(pow)(-makemathname(zero), -makemathname(three)); } in makemathname()
|
/picolibc-3.7.0-3.6.0/newlib/libc/locale/ |
D | locale.tex | 68 The international currency symbol (first three characters), if any, and
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/ |
D | memcpy.S | 27 ! 2.: When there are two or three bytes in the last word of an 11-or-more
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | README | 135 script are based on a three-part naming scheme, but some short 137 three pieces of information in the following pattern:
|
D | ChangeLog-2015 | 5412 * libc/locale/locale.c (loadlocale): Allow three character 20496 initializers for __infinity (need three: for __infinity[1] array, 25501 5.2 which fixes bug where jn(-1,x) is three times larger than 27278 does not need more than the original three iterations to get 27625 * libc/libc.texinfo: three more info menu entries
|
/picolibc-3.7.0-3.6.0/ |
D | meson.build | 607 # Each option is computed in three parts, the 'prefix' value 620 # How to format each of the three option-selected 628 # How to glue the three options together
|
D | COPYING.GPL2 | 142 b) Accompany it with a written offer, valid for at least three
|
D | README.md | 200 stdin/stdout/stderr into three files to avoid pulling in
|