Searched refs:fpf (Results 1 – 3 of 3) 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() 31 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/aarch64/ |
D | simulator-aarch64.cc | 3088 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc() local 3096 fabs_(fpf, rd, rn); in VisitNEON2RegMisc() 3099 fneg(fpf, rd, rn); in VisitNEON2RegMisc() 3102 fsqrt(fpf, rd, rn); in VisitNEON2RegMisc() 3150 fcvts(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3153 fcvtu(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3156 fcvts(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3159 fcvtu(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3162 fcvts(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() 3165 fcvtu(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() [all …]
|