Home
last modified time | relevance | path

Searched refs:NAN (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c89 -NAN,
116 NAN,
149 {-NAN},
183 {NAN},
/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.c82 -NAN,
109 NAN,
189 {-NAN},
223 {NAN},
/openbmc/qemu/util/
H A Dqdist.c13 #ifndef NAN
14 #define NAN (0.0 / 0.0) macro
333 return NAN; in qdist_x()
394 return NAN; in qdist_avg()
/openbmc/linux/tools/perf/util/
H A Dexpr.y71 #define BOTTOM NAN
100 result.val = NAN;
133 RESULT.val = NAN; \
297 $$.val = NAN;
H A Dexpr.c424 double result = NAN; in expr__get_literal()
502 return NAN; in expr__has_event()
509 ret = NAN; in expr__has_event()
534 return NAN; in expr__strcmp_cpuid_str()
H A Dstat-shadow.c414 val = NAN; in prepare_metric()
524 return NAN; in test_generic_metric()
/openbmc/qemu/tests/unit/
H A Dcheck-qobject.c86 g_autoptr(QNum) dnan = qnum_from_double(NAN); in qobject_is_equal_num_test()
174 qlist_append(list_0, qnum_from_double(NAN)); in qobject_is_equal_list_test()
240 qdict_put(dict_0, "NaN", qnum_from_double(NAN)); in qobject_is_equal_dict_test()
/openbmc/phosphor-host-ipmid/test/dbus-sdr/
H A Dsensorcommands_unittest.cpp239 testBounds(0, NAN, false); in testRanges()
240 testBounds(NAN, 0, false); in testRanges()
241 testBounds(NAN, NAN, false); in testRanges()
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp238 testBounds(0, NAN, false); in testRanges()
239 testBounds(NAN, 0, false); in testRanges()
240 testBounds(NAN, NAN, false); in testRanges()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Dpmu.c48 return slots ? (double)slots : NAN; in perf_pmu__cpu_slots_per_cycle()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dfirmware.h47 NAN = 38, enumerator
H A Dfirmware.c47 DEFINE(NAN),
/openbmc/linux/tools/perf/arch/x86/util/
H A Dtsc.c37 return NAN; in cpuinfo_tsc_freq()
/openbmc/linux/arch/m68k/fpsp040/
H A Dkernel_ex.S107 | nan bit; Store default NAN into fp0
321 orl #snaniop_mask,USER_FPSR(%a6) |set NAN, SNAN, AIOP
349 orl #snaniop_mask,USER_FPSR(%a6) |set NAN, SNAN, AIOP
H A Dstwotox.S208 |--ENTRY POINT FOR 2**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
312 |--ENTRY POINT FOR 10**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
H A Dx_snan.S4 | fpsp_snan --- FPSP handler for signalling NAN exception
10 | If the dest data format is s, d, or x, then the SNAN bit in the NAN
11 | is set to one and the resulting non-signaling NAN (truncated if
H A Dget_op.S622 | if (ete =$7fff) then INF or NAN
626 | stag = NAN
H A Ddo_func.S485 fmovex QNAN,%fp1 |load NAN
487 fmovex QNAN,%fp0 |load NAN
H A Dsatan.S238 |--ENTRY POINT FOR ATAN(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
H A Dslogn.S484 |--ENTRY POINT FOR LOG(1+X) FOR X FINITE, NON-ZERO, NOT NAN'S
H A Dskeleton.S223 | Signalling NAN exception
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_util.S154 | infinities and NAN
199 | infinities and NAN
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S10150 # nan bit; Store default NAN into fp0 #
16158 # nonsignalling NAN, then that NAN is returned as the result. If both #
16209 btst &0x7, FTEMP_EX(%a0) # is NAN neg?
16338 # have the NAN bit set. #
16481 # Zv(N^NAN)
16557 # NAN
16572 # NAN
16614 btst &nan_bit, FPSR_CC(%a6) # is NAN set?
16767 # Zv(N^NAN)
16815 # NAN
[all …]
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfplsp.doc121 with Signalling NAN inputs. Use of SNANs should be avoided with
/openbmc/qemu/disas/
H A Dm68k.c4501 #ifndef NAN
4502 #define NAN (0.0 / 0.0) macro
4770 dto = NAN; in floatformat_to_double()
5055 ieee_test (- NAN); in main()
5057 ieee_test (NAN); in main()

12