Home
last modified time | relevance | path

Searched refs:fpf (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/
Dvpxstats.c19 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()
Dvpxstats.h33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2531 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/
DAndroid.mk301 include/fxge/fpf.h \
/external/pdfium/
Dpdfium.gyp556 'core/include/fxge/fpf.h',
DBUILD.gn562 "core/include/fxge/fpf.h",