Searched refs:iout (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | semi.c | 489 char *test_modf(uint32 *x, uint32 *fout, uint32 *iout) { in test_modf() argument 498 fout[0] = iout[0] = x[0]; in test_modf() 499 fout[1] = iout[1] = x[1]; in test_modf() 503 test_rint(x, iout, 0, 0); in test_modf() 504 fh = x[0] - iout[0]; in test_modf() 505 fl = x[1] - iout[1]; in test_modf() 511 if (!(iout[0] & 0x7FFFFFFF) && !iout[1]) { /* no integer part */ in test_modf() 526 char *test_modff(uint32 *x, uint32 *fout, uint32 *iout) { in test_modff() argument 535 *fout = *iout = *x; in test_modff() 539 test_rintf(x, iout, 0, 0); in test_modff() [all …]
|
| H A D | semi.h | 18 char *test_modf(uint32 *x, uint32 *iout, uint32 *fout); 24 char *test_modff(uint32 *x, uint32 *iout, uint32 *fout);
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-natte.dtsi | 42 iout-mux {
|
| /freebsd/contrib/ee/ |
| H A D | new_curse.h | 242 extern void iout P_((WINDOW *window, int value));
|
| H A D | new_curse.c | 2890 iout(window, value); in wprintw() 2930 iout(window, value) /* output characters */ in iout() function 2937 iout(window, i);
|