/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
fd5_draw.c | 211 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);
|
fd5_emit.c | 367 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/ |
PluralFormatUnitTest.java | 307 MessageFormat pfmt = new MessageFormat("The disk ''{0}'' contains {1, plural, one {one ''''{1, number, #.0}'''' widget} other {# widgets}}."); local 311 logln(pfmt.format(args)); 315 PluralFormat pf = (PluralFormat)pfmt.getFormatsByArgumentIndex()[1]; 318 logln(pfmt.toPattern()); 319 MessageFormat pfmt2 = new MessageFormat(pfmt.toPattern()); 320 assertEquals("message formats are equal", pfmt, pfmt2);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralFormatUnitTest.java | 304 MessageFormat pfmt = new MessageFormat("The disk ''{0}'' contains {1, plural, one {one ''''{1, number, #.0}'''' widget} other {# widgets}}."); local 308 logln(pfmt.format(args)); 312 PluralFormat pf = (PluralFormat)pfmt.getFormatsByArgumentIndex()[1]; 315 logln(pfmt.toPattern()); 316 MessageFormat pfmt2 = new MessageFormat(pfmt.toPattern()); 317 assertEquals("message formats are equal", pfmt, pfmt2);
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
QCMetaData.h | 69 kKeyPcmFormat = 'pfmt', //int32_t (pcm format)
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
QCMetaData.h | 70 kKeyPcmFormat = 'pfmt', //int32_t (pcm format)
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
QCMetaData.h | 70 kKeyPcmFormat = 'pfmt', //int32_t (pcm format)
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_localevalue.cpp | 723 const wchar_t* pFmt = wsFormat.c_str(); 727 wchar_t cf = pFmt[nf]; 740 if ((cf = pFmt[nf]) == L'*') 754 while (nf < nCountFmt && (cf = pFmt[nf]) != L'.') { 765 if (pFmt[nf] != L'.') 776 if ((cf = pFmt[nf]) == L'*')
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
fd3_emit.c | 405 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)) | [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
fd4_emit.c | 412 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)) |
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_float.py | [all...] |
/external/python/cpython2/Lib/test/ |
test_float.py | [all...] |
/external/python/cpython3/Lib/test/ |
test_float.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_float.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_float.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_float.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_float.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_struct.c | 1156 whichtable(char **pfmt)
1158 const char *fmt = (*pfmt)++; /* May be backed out of later */
1174 --*pfmt; /* Back out of pointer increment */
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_struct.c | 1156 whichtable(char **pfmt)
1158 const char *fmt = (*pfmt)++; /* May be backed out of later */
1174 --*pfmt; /* Back out of pointer increment */
[all...] |
/external/python/cpython2/Modules/ |
_struct.c | 1156 whichtable(char **pfmt) 1158 const char *fmt = (*pfmt)++; /* May be backed out of later */ 1174 --*pfmt; /* Back out of pointer increment */ [all...] |
/external/python/cpython3/Modules/ |
_struct.c | 1216 whichtable(const char **pfmt) 1218 const char *fmt = (*pfmt)++; /* May be backed out of later */ 1233 --*pfmt; /* Back out of pointer increment */ [all...] |
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera.c | [all...] |
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
mm_camera.c | [all...] |