Searched defs:maxnm (Results 1 - 2 of 2) sorted by relevance

/external/vixl/test/
H A Dtest-assembler-a64.cc5066 double minnm, double maxnm) {
5083 ASSERT_EQUAL_FP64(maxnm, d31);
5150 float minnm, float maxnm) {
5167 ASSERT_EQUAL_FP32(maxnm, s31);
5065 FminFmaxDoubleHelper(double n, double m, double min, double max, double minnm, double maxnm) argument
5149 FminFmaxFloatHelper(float n, float m, float min, float max, float minnm, float maxnm) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc5798 double minnm, double maxnm) {
5815 CHECK_EQUAL_FP64(maxnm, d31);
5883 float minnm, float maxnm) {
5900 CHECK_EQUAL_FP32(maxnm, s31);
5797 FminFmaxDoubleHelper(double n, double m, double min, double max, double minnm, double maxnm) argument
5882 FminFmaxFloatHelper(float n, float m, float min, float max, float minnm, float maxnm) argument

Completed in 229 milliseconds