Searched refs:mnan (Results 1 – 13 of 13) sorted by relevance
198 - "%{mnan=2008:/lib/ld-linux-mipsn8.so.1;:/lib/ld.so.1}"199 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-linux-mipsn8.so.1;:" SYSTEMLIBS_DIR "ld.so.1}"201 - "%{mnan=2008:/lib64/ld-linux-mipsn8.so.1;:/lib64/ld.so.1}"202 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-linux-mipsn8.so.1;:" SYSTEMLIBS_DIR "ld.so.1}"204 - "%{mnan=2008:/lib32/ld-linux-mipsn8.so.1;:/lib32/ld.so.1}"205 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-linux-mipsn8.so.1;:" SYSTEMLIBS_DIR "ld.so.1}"209 - "%{mnan=2008:/lib/ld-uClibc-mipsn8.so.0;:/lib/ld-uClibc.so.0}"210 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld-uClibc-mipsn8.so.0;:" SYSTEMLIBS_DIR "ld-uClibc.so.0}"213 - "%{mnan=2008:/lib/ld64-uClibc-mipsn8.so.0;:/lib/ld64-uClibc.so.0}"214 + "%{mnan=2008:" SYSTEMLIBS_DIR "ld64-uClibc-mipsn8.so.0;:" SYSTEMLIBS_DIR "ld64-uClibc.so.0}"[all …]
27 Set BR2_TARGET_OPTIMIZATION to '-mnan=2008'40 Set BR2_TARGET_OPTIMIZATION to '-mnan=2008'
27 Set BR2_TARGET_OPTIMIZATION to -mnan=200845 Set BR2_TARGET_OPTIMIZATION to -mnan=2008
188 TOOLCHAIN_EXTERNAL_CFLAGS += -mnan=$(GCC_TARGET_NAN)
411 id->mnan = cpu_to_le32(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()
300 __le32 mnan; member
1174 Use the legacy encoding, as with the '-mnan=legacy'1177 Use the 754-2008 encoding, as with the '-mnan=2008'1180 installed that supports the '-mnan=' command-line option too. In1182 the legacy encoding, as when neither of the '-mnan=2008' and1183 '-mnan=legacy' command-line options has been used.
210 [-mnan=ENCODING]1154 '-mnan=ENCODING'1155 Select between the IEEE 754-2008 ('-mnan=2008') or the legacy1156 ('-mnan=legacy') NaN encoding format. The latter is the default.15480 '-mnan=ENCODING'15482 NaN encoding ('-mnan=2008') or the original MIPS encoding15483 ('-mnan=legacy'). It is equivalent to adding a '.nan' directive to15486 '-mnan=legacy' is the default if no '-mnan' option or '.nan'15938 The command-line options '-mnan=legacy' and '-mnan=2008' can be used15942 '.nan legacy' is the default if no '.nan' directive or '-mnan' option[all …]
1331 -mabs=MODE -mnan=ENCODING21642 '-mnan=2008'21643 '-mnan=legacy'21647 The '-mnan=legacy' option selects the legacy encoding. In this21653 The '-mnan=2008' option selects the IEEE 754-2008 encoding. In21658 The default is '-mnan=legacy' unless GCC has been configured with45548 including '<msa.h>' and using '-mmsa -mhard-float -mfp64 -mnan=2008'.62513 * mnan=2008: MIPS Options. (line 320)62514 * mnan=legacy: MIPS Options. (line 320)
3143 ctrl->max_namespaces = le32_to_cpu(id->mnan); in nvme_init_identify()