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 | 3887 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc() local 3895 fabs_(fpf, rd, rn); in VisitNEON2RegMisc() 3898 fneg(fpf, rd, rn); in VisitNEON2RegMisc() 3901 fsqrt(fpf, rd, rn); in VisitNEON2RegMisc() 3949 fcvts(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3952 fcvtu(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3955 fcvts(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3958 fcvtu(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3961 fcvts(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() 3964 fcvtu(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() [all …]
|
/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/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/v8/src/arm64/ |
D | simulator-arm64.cc | 3552 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc() local 3560 fabs_(fpf, rd, rn); in VisitNEON2RegMisc() 3563 fneg(fpf, rd, rn); in VisitNEON2RegMisc() 3566 fsqrt(fpf, rd, rn); in VisitNEON2RegMisc() 3615 fcvts(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3618 fcvtu(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc() 3621 fcvts(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3624 fcvtu(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc() 3627 fcvts(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() 3630 fcvtu(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc() [all …]
|