Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Ds_fmax.c36 double fmax(double x, double y) in fmax() function
/picolibc-latest/newlib/libm/machine/aarch64/
Ds_fmax.c31 fmax (double x, double y) in fmax() function
/picolibc-latest/newlib/libm/machine/riscv/
Ds_fmax.c41 fmax (double x, double y) in fmax() function
/picolibc-latest/newlib/libm/common/
Dsf_fmax.c23 _MATH_ALIAS_f_ff(fmax)
Ds_fmax.c51 _MATH_ALIAS_d_dd(fmax)
Dmath_config.h1236 #define fmax64 _NAME_64(fmax)
/picolibc-latest/newlib/libc/machine/riscv/machine/
Dmath.h123 fmax (double x, double y) in fmax() function
/picolibc-latest/test/
Dlong_double_gen.5c480 real fmax(real x, real y) { return max(x,y); }
563 { .f = fmax, .name = "fmaxl" },
Dmath-funcs.c155 d1 = fmax (d1, d2); in main()
Dmath_errhandling_tests.c256 static FLOAT_T makemathname(test_fmax_qnan_qnan)(void) { return makemathname(fmax)(makemathname(qna… in makemathname()
257 static FLOAT_T makemathname(test_fmax_qnan_1)(void) { return makemathname(fmax)(makemathname(qnanva… in makemathname()
258 static FLOAT_T makemathname(test_fmax_1_qnan)(void) { return makemathname(fmax)(makemathname(one), … in makemathname()
260 static FLOAT_T makemathname(test_fmax_snan_snan)(void) { return makemathname(fmax)(makemathname(sna… in makemathname()
261 static FLOAT_T makemathname(test_fmax_snan_1)(void) { return makemathname(fmax)(makemathname(snanva… in makemathname()
262 static FLOAT_T makemathname(test_fmax_1_snan)(void) { return makemathname(fmax)(makemathname(one), … in makemathname()
/picolibc-latest/newlib/libc/include/
Dmath.h464 extern double fmax (double, double);
/picolibc-latest/newlib/libm/math/
Dmath.tex51 * Function fmax:: Maximum
/picolibc-latest/
DCOPYING.picolibc2343 newlib/libm/machine/spu/headers/fmax.h
/picolibc-latest/newlib/
DChangeLog-20156727 * libm/common/s_fmax.c: Add fmax() and fmaxf() documentation.
9461 * libm/machine/spu/headers/fmax.h: Ditto.