Home
last modified time | relevance | path

Searched refs:nan (Results 1 – 25 of 52) sorted by relevance

123

/sysdeps/riscv/rv64/rvd/
A Ds_rint.c28 bool nan; in __rint() local
31 nan = isnan (x); in __rint()
34 if (nan) in __rint()
A Ds_nearbyint.c28 bool nan = isnan (x); in __nearbyint() local
31 if (nan) in __nearbyint()
A Ds_round.c29 bool nan = isnan (x); in __round() local
32 if (nan) in __round()
A Ds_roundeven.c29 bool nan = isnan (x); in __roundeven() local
32 if (nan) in __roundeven()
A Ds_ceil.c29 bool nan = isnan (x); in __ceil() local
32 if (nan) in __ceil()
A Ds_floor.c29 bool nan = isnan (x); in __floor() local
32 if (nan) in __floor()
A Ds_trunc.c29 bool nan = isnan (x); in __trunc() local
32 if (nan) in __trunc()
/sysdeps/riscv/rvf/
A Ds_rintf.c28 bool nan; in __rintf() local
31 nan = isnan (x); in __rintf()
34 if (nan) in __rintf()
A Ds_nearbyintf.c28 bool nan = isnan (x); in __nearbyintf() local
31 if (nan) in __nearbyintf()
A Ds_ceilf.c29 bool nan = isnan (x); in __ceilf() local
32 if (nan) in __ceilf()
A Ds_floorf.c29 bool nan = isnan (x); in __floorf() local
32 if (nan) in __floorf()
A Ds_roundevenf.c29 bool nan = isnan (x); in __roundevenf() local
32 if (nan) in __roundevenf()
A Ds_roundf.c29 bool nan = isnan (x); in __roundf() local
32 if (nan) in __roundf()
A Ds_truncf.c29 bool nan = isnan (x); in __truncf() local
32 if (nan) in __truncf()
/sysdeps/ieee754/ldbl-opt/
A Dnldbl-nan.c7 return nan (tag); in nanl()
A DMakefile36 remainder ldexp scalbn frexp modf scalbln fma nan sincos \
154 CFLAGS-nldbl-nan.c = -fno-builtin-nanl
/sysdeps/i386/fpu/
A De_scalb.S15 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f label
84 fldl MO(nan)
A De_scalbf.S15 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f label
85 fldl MO(nan)
A De_scalbl.S14 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f label
/sysdeps/x86_64/fpu/
A De_scalbl.S14 nan: .byte 0, 0, 0, 0, 0, 0, 0xff, 0x7f label
/sysdeps/powerpc/powerpc64/le/
A DMakefile129 CFLAGS-tst-strtod-nan-locale.c += $(type-float128-CFLAGS)
130 CFLAGS-tst-wcstod-nan-locale.c += $(type-float128-CFLAGS)
135 CFLAGS-tst-strtod-nan-sign.c += $(type-float128-CFLAGS)
136 CFLAGS-tst-wcstod-nan-sign.c += $(type-float128-CFLAGS)
/sysdeps/unix/sysv/linux/arc/
A Dlibm.abilist510 GLIBC_2.32 nan F
/sysdeps/unix/sysv/linux/arm/le/
A Dlibm.abilist772 GLIBC_2.4 nan F
/sysdeps/unix/sysv/linux/m68k/coldfire/
A Dlibm.abilist772 GLIBC_2.4 nan F
/sysdeps/unix/sysv/linux/microblaze/le/
A Dlibm.abilist293 GLIBC_2.18 nan F

Completed in 18 milliseconds

123