Searched refs:fmod (Results 1 – 10 of 10) sorted by relevance
/math/ |
A D | libm-test-fmod.inc | 1 /* Test fmod. 23 /* fmod (+0, y) == +0 for y != 0. */ 24 TEST_ff_f (fmod, 0, 3, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 32 /* fmod (-0, y) == -0 for y != 0. */ 41 /* fmod (+inf, y) == qNaN plus invalid exception. */ 51 /* fmod (-inf, y) == qNaN plus invalid exception. */ 61 /* fmod (x, +0) == qNaN plus invalid exception. */ 69 /* fmod (x, -0) == qNaN plus invalid exception. */ 78 /* fmod (x, +inf) == x for x not infinite. */ 85 /* fmod (x, -inf) == x for x not infinite. */ [all …]
|
A D | test-tgmath.c | 265 b = fmod (fmod (a, b), fmod (c, x)); in F() 378 a = fmod (y, y); in F() 701 (F(fmod)) (TYPE x, TYPE y) in TYPE() argument
|
A D | tgmath.h | 821 #define fmod(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmod) macro
|
A D | Makefile | 296 fmod fpclassify frexp fromfp fromfpx getpayload \ 378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
|
A D | w_fmod_compat.c | 35 libm_alias_double (__fmod, fmod)
|
A D | w_fmodf_compat.c | 35 libm_alias_float (__fmod, fmod)
|
A D | w_fmodl_compat.c | 35 libm_alias_ldouble (__fmod, fmod)
|
A D | w_fmod_template.c | 38 declare_mgen_alias (__fmod, fmod)
|
A D | Versions | 60 fmod; fmodf; fmodl;
|
/math/bits/ |
A D | mathcalls.h | 168 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
|
Completed in 16 milliseconds