HomeSort by relevance Sort by last modified time
    Searched refs:qnan (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
operand-or.s 5 fclass.m p3, p4 = f4, @nat|@qnan
6 fclass.m p3, p4 = f4, @nat|@qnan|@snan
7 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos
8 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg
9 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm
10 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm|@norm
11 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm|@norm|@inf
opc-f.s 325 fclass.m p3, p4 = f4, @qnan
326 fclass.nm p3, p4 = f4, @qnan
344 fclass.m.unc p3, p4 = f4, @qnan
345 fclass.nm.unc p3, p4 = f4, @qnan
  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 236 const _Tp qnan = lim::quiet_NaN(); local
240 // str << "qnan " << qnan << ", in hexa: " << showbase << hex << *((unsigned int*)&qnan);
247 // val = -qnan;
248 // str << "-qnan " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
255 CHECK_COND(! (qnan == 42));
256 CHECK_COND(! (qnan == qnan));
257 CHECK_COND(qnan != 42)
    [all...]
num_facets_test.cpp 120 double qnan = limd::quiet_NaN(); local
125 nput.put(fostr, fostr, ' ', qnan);
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 236 const _Tp qnan = lim::quiet_NaN(); local
240 // str << "qnan " << qnan << ", in hexa: " << showbase << hex << *((unsigned int*)&qnan);
247 // val = -qnan;
248 // str << "-qnan " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
255 CHECK_COND(! (qnan == 42));
256 CHECK_COND(! (qnan == qnan));
257 CHECK_COND(qnan != 42)
    [all...]
num_facets_test.cpp 120 double qnan = limd::quiet_NaN(); local
125 nput.put(fostr, fostr, ' ', qnan);
  /external/opencv3/modules/viz/test/
tests_simple.cpp 84 Vec3f qnan = Vec3f::all(std::numeric_limits<float>::quiet_NaN()); local
87 dragon_cloud.at<Vec3f>(i) = qnan;
  /external/v8/test/cctest/
test-assembler-arm64.cc 5775 double qnan = rawbits_to_double(0x7ffaaaaa87654321); local
5860 float qnan = rawbits_to_float(0x7fea8765); local
    [all...]
test-api.cc 18266 double qnan = DoubleFromBits(0x7ff80000, 0x00000000); local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 9849 double qnan = rawbits_to_double(0x7ffaaaaa87654321); local
9933 float qnan = rawbits_to_float(0x7fea8765); local
    [all...]

Completed in 1116 milliseconds