Home
last modified time | relevance | path

Searched refs:iout (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c438 int iout = 0, ishift = 24; in png_format_buffer() local
447 buffer[iout++] = PNG_LITERAL_LEFT_SQUARE_BRACKET; in png_format_buffer()
448 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()
449 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()
450 buffer[iout++] = PNG_LITERAL_RIGHT_SQUARE_BRACKET; in png_format_buffer()
455 buffer[iout++] = (char)c; in png_format_buffer()
460 buffer[iout] = '\0'; in png_format_buffer()
466 buffer[iout++] = ':'; in png_format_buffer()
467 buffer[iout++] = ' '; in png_format_buffer()
470 buffer[iout in png_format_buffer()
[all...]
/third_party/optimized-routines/math/test/rtest/
H A Dsemi.c489 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 in test_modff()
[all...]
H A Dsemi.h18 char *test_modf(uint32 *x, uint32 *iout, uint32 *fout);
24 char *test_modff(uint32 *x, uint32 *iout, uint32 *fout);

Completed in 3 milliseconds