Symbol: _FP_CLS_COMBINE
include/math-emu/op-common.h
231
switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
include/math-emu/op-common.h
233
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NORMAL): \
include/math-emu/op-common.h
305
case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NAN): \
include/math-emu/op-common.h
309
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_ZERO): \
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
320
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NORMAL): \
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
331
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \
include/math-emu/op-common.h
343
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NORMAL): \
include/math-emu/op-common.h
344
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_ZERO): \
include/math-emu/op-common.h
349
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_INF): \
include/math-emu/op-common.h
350
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_INF): \
include/math-emu/op-common.h
355
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_ZERO): \
include/math-emu/op-common.h
398
switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
include/math-emu/op-common.h
400
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NORMAL): \
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
422
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \
include/math-emu/op-common.h
423
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NORMAL): \
include/math-emu/op-common.h
424
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NORMAL): \
include/math-emu/op-common.h
425
case _FP_CLS_COMBINE(FP_CLS_ZERO,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
436
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_INF): \
include/math-emu/op-common.h
437
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_ZERO): \
include/math-emu/op-common.h
442
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_ZERO): \
include/math-emu/op-common.h
443
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_INF): \
include/math-emu/op-common.h
463
switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
include/math-emu/op-common.h
465
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NORMAL): \
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
492
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_INF): \
include/math-emu/op-common.h
493
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_INF): \
include/math-emu/op-common.h
494
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NORMAL): \
include/math-emu/op-common.h
498
case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_ZERO): \
include/math-emu/op-common.h
501
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_ZERO): \
include/math-emu/op-common.h
502
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NORMAL): \
include/math-emu/op-common.h
506
case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \
include/math-emu/op-common.h
513
case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_ZERO): \