Searched refs:F (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | WIDTH-A | 9 01 01 11 13 1B 26-27 2B 31-33 38 3F-42 44 48-4B 4D 52-53 66-67 6B 12 03 00-6F 91-A1 A3-A9 B1-C1 C3-C9 13 04 01 10-4F 51 14 20 10 13-16 18-19 1C-1D 20-22 24-27 30 32-33 35 3B 3E 74 7F 81-84 18 22 00 02-03 07-08 0B 0F 11 15 1A 1D-20 23 25 27-2C 2E 34-37 3C-3D 19 22 48 4C 52 60-61 64-67 6A-6B 6E-6F 82-83 86-87 95 99 A5 BF 22 25 00-4B 50-73 80-8F 92-95 A0-A1 A3-A9 B2-B3 B6-B7 BC-BD C0-C1 C6-C8 24 26 05-06 09 0E-0F 1C 1E 40 42 60-61 63-65 67-6A 6C-6D 6F 9E-9F BF 26 27 3D 76-7F 28 32 48-4F [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | sf_cbrt.c | 38 F = 1.6071428061e+00, /* 45/28 = 0x3fcdb6db */ variable 74 t*=G+F/(s+E+D/s);
|
D | s_cbrt.c | 54 F = _F_64(1.60714285714285720630e+00), /* 45/28 = 0x3FF9B6DB, 0x6DB6DB6E */ variable 86 t*=G+F/(s+E+D/s); in cbrt64()
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/ |
D | e_powl.c | 189 long double F, Fa, Fb, G, Ga, Gb, H, Ha, Hb; in powl() local 405 F = z * y + w * yb; in powl() 406 Fa = reducl(F); in powl() 407 Fb = F - Fa; in powl()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 5112 POSIX-1.2008. Redefine %F and %Y according to POSIX. Add default case 10386 Cripple ' flag; hh, z, j, t sizes; a, A, F, C, S specifiers. 10554 has been specified with types 'f', 'F', 'g', or 'G', ensure the 10586 * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e. 10587 (chclass): Recognize 'F', 'X', 'n', and not 'W'. 10588 (get_arg): Handle %1$F, %1$n. 12512 * libc/stdio/vfprintf.c (_VFPRINTF_R): Recognize 'F' format. 12514 uppercase for E/F/G formats. 12969 than 4 characters. Combine '%d' and '%e'. Implement '%D', '%F',
|