Home
last modified time | relevance | path

Searched refs:isinff (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libm/machine/riscv/
Dsf_isinf.c41 #undef isinff
44 isinff (float x) in isinff() function
/picolibc-latest/newlib/libm/common/
Dsf_isinf.c22 #undef isinff
25 isinff (float x) in isinff() function
/picolibc-latest/newlib/libm/machine/spu/
Dsf_isinf.c40 isinff (float x) in isinff() function
/picolibc-latest/newlib/libm/math/
Dsf_tgamma.c37 if (isinff(y) && finitef(x) && !divzero) in tgammaf()
/picolibc-latest/newlib/libc/include/
Dmath.h141 extern int isinff (float);
333 #define isinff(x) isinf((float) (x)) macro
/picolibc-latest/test/
Dmath-funcs.c115 i1 = isinff (f1); in main()
/picolibc-latest/newlib/
DChangeLog-20155006 and #define __isinff isinff.
6051 * libc/include/math.h: Remove isnanf and isinff prototypes (are in
10510 * libm/machine/spu/sf_isinf.c: Add SPU specific isinff.
19414 * libm/mathfp/sf_isinf.c (isinff): Change to use _DEFUN macro.
19415 [_DOUBLE_IS_32BITS](isinf): New function that calls isinff.
22071 * libm/mathfp/sf_isinf.c (isinff): New file.
25663 * libc/include/ieeefp.h (isnanf, isinff, finitef): Change argument
27673 * libc/include/ieeefp.h: fixed ansi conflict with isnanf, isinff,
/picolibc-latest/
DCOPYING.picolibc417 newlib/libm/machine/pru/isinff.c