Searched refs:fpf (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/test/ |
D | best_encode.sh | 24 if [[ -e $f.fpf ]]; then 31 --fpf=$f.fpf \ 60 --fpf=$f.fpf \ 81 --fpf=$f.fpf \
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 4183 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc() local 4192 fabs_(fpf, rd, rn); in VisitNEON2RegMisc() 4195 fneg(fpf, rd, rn); in VisitNEON2RegMisc() 4198 fsqrt(fpf, rd, rn); in VisitNEON2RegMisc() 4264 fcvts(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 4267 fcvtu(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 4270 fcvts(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 4273 fcvtu(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 4276 fcvts(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() 4279 fcvtu(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() [all …]
|
/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/libaom/libaom/stats/ |
D | aomstats.c | 20 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() argument 25 stats->file = fopen(fpf, "wb"); in stats_open_file() 32 stats->file = fopen(fpf, "rb"); in stats_open_file()
|
D | aomstats.h | 34 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
|
/external/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 3781 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc() local 3789 fabs_(fpf, rd, rn); in VisitNEON2RegMisc() 3792 fneg(fpf, rd, rn); in VisitNEON2RegMisc() 3795 fsqrt(fpf, rd, rn); in VisitNEON2RegMisc() 3844 fcvts(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3847 fcvtu(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3850 fcvts(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3853 fcvtu(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3856 fcvts(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() 3859 fcvtu(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() [all …]
|