Home
last modified time | relevance | path

Searched refs:mFP (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/test-trace-reference/
Dlog-cpufeatures-colour322 0x~~~~~~~~~~~~~~~~ 7ef3d44d fabd d13, d2, d19 FP, NEON
323 0x~~~~~~~~~~~~~~~~ 7ebed548 fabd s8, s10, s30 FP, NEON
324 0x~~~~~~~~~~~~~~~~ 1e60c021 fabs d1, d1 FP
325 0x~~~~~~~~~~~~~~~~ 1e20c0f9 fabs s25, s7 FP
326 0x~~~~~~~~~~~~~~~~ 7e70eee1 facge d1, d23, d16 FP, NEON
327 0x~~~~~~~~~~~~~~~~ 7e21ee24 facge s4, s17, s1 FP, NEON
328 0x~~~~~~~~~~~~~~~~ 7ef8eea2 facgt d2, d21, d24 FP, NEON
329 0x~~~~~~~~~~~~~~~~ 7eacef4c facgt s12, s26, s12 FP, NEON
330 0x~~~~~~~~~~~~~~~~ 1e76296d fadd d13, d11, d22 FP
331 0x~~~~~~~~~~~~~~~~ 1e282a7b fadd s27, s19, s8 FP
[all …]
/external/angle/util/
Dpng_utils.cpp23 ScopedFILE(FILE *fp) : mFP(fp) {} in ScopedFILE()
26 FILE *get() const { return mFP; } in get()
30 if (mFP) in close()
32 fclose(mFP); in close()
33 mFP = nullptr; in close()
38 FILE *mFP; member in angle::__anonc5365a610111::ScopedFILE