Searched refs:pfmt (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c211 enum pipe_format pfmt = pfb->cbufs[i]->format; local
215 switch (fd5_pipe2swap(pfmt)) {
242 if (util_format_is_pure_uint(pfmt)) {
243 util_format_write_4ui(pfmt, swapped.ui, 0, &uc, 0, 0, 0, 1, 1);
244 } else if (util_format_is_pure_sint(pfmt)) {
245 util_format_write_4i(pfmt, swapped.i, 0, &uc, 0, 0, 0, 1, 1);
247 util_pack_color(swapped.f, pfmt, &uc);
H A Dfd5_emit.c367 enum pipe_format pfmt = elem->src_format; local
368 enum a5xx_vtx_fmt fmt = fd5_pipe2vtx(pfmt);
369 bool isint = util_format_is_pure_integer(pfmt);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralFormatUnitTest.java300 MessageFormat pfmt = new MessageFormat("The disk ''{0}'' contains {1, plural, one {one ''''{1, number, #.0}'''' widget} other {# widgets}}.");
304 logln(pfmt.format(args));
308 PluralFormat pf = (PluralFormat)pfmt.getFormatsByArgumentIndex()[1];
311 logln(pfmt.toPattern());
312 MessageFormat pfmt2 = new MessageFormat(pfmt.toPattern());
313 assertEquals("message formats are equal", pfmt, pfmt2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatUnitTest.java299 MessageFormat pfmt = new MessageFormat("The disk ''{0}'' contains {1, plural, one {one ''''{1, number, #.0}'''' widget} other {# widgets}}.");
303 logln(pfmt.format(args));
307 PluralFormat pf = (PluralFormat)pfmt.getFormatsByArgumentIndex()[1];
310 logln(pfmt.toPattern());
311 MessageFormat pfmt2 = new MessageFormat(pfmt.toPattern());
312 assertEquals("message formats are equal", pfmt, pfmt2);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c412 enum pipe_format pfmt = elem->src_format; local
413 enum a4xx_vtx_fmt fmt = fd4_pipe2vtx(pfmt);
418 bool isint = util_format_is_pure_integer(pfmt);
419 uint32_t fs = util_format_get_blocksize(pfmt);
437 A4XX_VFD_DECODE_INSTR_SWAP(fd4_pipe2swap(pfmt)) |
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c405 enum pipe_format pfmt = elem->src_format; local
406 enum a3xx_vtx_fmt fmt = fd3_pipe2vtx(pfmt);
411 bool isint = util_format_is_pure_integer(pfmt);
412 uint32_t fs = util_format_get_blocksize(pfmt);
429 A3XX_VFD_DECODE_INSTR_SWAP(fd3_pipe2swap(pfmt)) |
/external/python/cpython2/Lib/test/
H A Dtest_float.py901 pfmt = '%+' + fmt[1:]
909 test(pfmt, INF, '+inf')
910 test(pfmt, -INF, '-inf')
911 test(pfmt, NAN, '+nan')
912 test(pfmt, -NAN, '+nan')
/external/python/cpython2/Modules/
H A D_struct.c1156 whichtable(char **pfmt) argument
1158 const char *fmt = (*pfmt)++; /* May be backed out of later */
1174 --*pfmt; /* Back out of pointer increment */

Completed in 270 milliseconds