Symbol: FP_CLS_NAN
arch/alpha/include/asm/sfp-machine.h
59
R##_c = FP_CLS_NAN; \
arch/alpha/math-emu/math.c
234
if (DB_c == FP_CLS_NAN
arch/powerpc/include/asm/sfp-machine.h
157
R##_c = FP_CLS_NAN; \
arch/powerpc/math-emu/fcmpo.c
31
if (A_c == FP_CLS_NAN || B_c == FP_CLS_NAN)
arch/powerpc/math-emu/fmsub.c
40
if (B_c != FP_CLS_NAN)
arch/powerpc/math-emu/fmsubs.c
41
if (B_c != FP_CLS_NAN)
arch/powerpc/math-emu/fnmadd.c
45
if (R_c != FP_CLS_NAN)
arch/powerpc/math-emu/fnmadds.c
46
if (R_c != FP_CLS_NAN)
arch/powerpc/math-emu/fnmsub.c
40
if (B_c != FP_CLS_NAN)
arch/powerpc/math-emu/fnmsub.c
48
if (R_c != FP_CLS_NAN)
arch/powerpc/math-emu/fnmsubs.c
41
if (B_c != FP_CLS_NAN)
arch/powerpc/math-emu/fnmsubs.c
49
if (R_c != FP_CLS_NAN)
arch/powerpc/math-emu/fsel.c
28
if (A_c == FP_CLS_NAN || (A_c != FP_CLS_ZERO && A_s)) {
arch/powerpc/math-emu/fsqrt.c
29
if (B_c == FP_CLS_NAN)
arch/powerpc/math-emu/fsqrts.c
30
if (B_c == FP_CLS_NAN)
arch/powerpc/math-emu/fsub.c
30
if (B_c != FP_CLS_NAN)
arch/powerpc/math-emu/fsubs.c
31
if (B_c != FP_CLS_NAN)
arch/powerpc/math-emu/lfs.c
39
if (R_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
277
if (SB_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
301
if (SB_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
312
if (SB_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
408
if (DB_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
432
if (DB_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
443
if (DB_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
454
if (DB_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
568
if (SB0_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
576
if (SB1_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
588
if (SB0_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
595
if (SB1_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
606
if (SB0_c == FP_CLS_NAN) {
arch/powerpc/math-emu/math_efp.c
613
if (SB1_c == FP_CLS_NAN) {
arch/sh/include/asm/sfp-machine.h
66
R##_c = FP_CLS_NAN; \
arch/sparc/include/asm/sfp-machine_32.h
74
R##_c = FP_CLS_NAN; \
arch/sparc/include/asm/sfp-machine_64.h
72
R##_c = FP_CLS_NAN; \
include/math-emu/op-1.h
293
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-2.h
590
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-4.h
617
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-4.h
627
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-common.h
193
case FP_CLS_NAN: \
include/math-emu/op-common.h
305
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NAN): \
include/math-emu/op-common.h
312
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NORMAL): \
include/math-emu/op-common.h
313
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_INF): \
include/math-emu/op-common.h
314
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_ZERO): \
include/math-emu/op-common.h
323
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NAN): \
include/math-emu/op-common.h
324
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NAN): \
include/math-emu/op-common.h
325
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NAN): \
include/math-emu/op-common.h
337
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
372
if (Y##_c != FP_CLS_NAN) Y##_s ^= 1; \
include/math-emu/op-common.h
412
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NAN): \
include/math-emu/op-common.h
416
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NORMAL): \
include/math-emu/op-common.h
417
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_INF): \
include/math-emu/op-common.h
418
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_ZERO): \
include/math-emu/op-common.h
430
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NAN): \
include/math-emu/op-common.h
431
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NAN): \
include/math-emu/op-common.h
432
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NAN): \
include/math-emu/op-common.h
445
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
472
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NAN): \
include/math-emu/op-common.h
476
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NORMAL): \
include/math-emu/op-common.h
477
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_INF): \
include/math-emu/op-common.h
478
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_ZERO): \
include/math-emu/op-common.h
484
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NAN): \
include/math-emu/op-common.h
485
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NAN): \
include/math-emu/op-common.h
486
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NAN): \
include/math-emu/op-common.h
508
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
515
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
597
case FP_CLS_NAN: \
include/math-emu/op-common.h
600
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
606
R##_c = FP_CLS_NAN; /* NAN */ \
include/math-emu/op-common.h
624
R##_c = FP_CLS_NAN; /* sNAN */ \
include/math-emu/op-common.h
673
case FP_CLS_NAN: \
include/math-emu/op-common.h
73
X##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
773
case FP_CLS_NAN: \