Searched refs:fpf (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/ |
D | vpxstats.c | 19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() argument 24 stats->file = fopen(fpf, "wb"); in stats_open_file() 33 fd = open(fpf, O_RDONLY); in stats_open_file() 42 stats->file = fopen(fpf, "rb"); in stats_open_file()
|
D | vpxstats.h | 33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 2531 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc() local 2538 case NEON_FABS: fabs_(fpf, rd, rn); return; in VisitNEON2RegMisc() 2539 case NEON_FNEG: fneg(fpf, rd, rn); return; in VisitNEON2RegMisc() 2540 case NEON_FSQRT: fsqrt(fpf, rd, rn); return; in VisitNEON2RegMisc() 2573 case NEON_FCVTNS: fcvts(fpf, rd, rn, FPTieEven); return; in VisitNEON2RegMisc() 2574 case NEON_FCVTNU: fcvtu(fpf, rd, rn, FPTieEven); return; in VisitNEON2RegMisc() 2575 case NEON_FCVTPS: fcvts(fpf, rd, rn, FPPositiveInfinity); return; in VisitNEON2RegMisc() 2576 case NEON_FCVTPU: fcvtu(fpf, rd, rn, FPPositiveInfinity); return; in VisitNEON2RegMisc() 2577 case NEON_FCVTMS: fcvts(fpf, rd, rn, FPNegativeInfinity); return; in VisitNEON2RegMisc() 2578 case NEON_FCVTMU: fcvtu(fpf, rd, rn, FPNegativeInfinity); return; in VisitNEON2RegMisc() [all …]
|
/external/pdfium/core/ |
D | Android.mk | 301 include/fxge/fpf.h \
|
/external/pdfium/ |
D | pdfium.gyp | 556 'core/include/fxge/fpf.h',
|
D | BUILD.gn | 562 "core/include/fxge/fpf.h",
|