Home
last modified time | relevance | path

Searched refs:ay (Results 1 – 6 of 6) sorted by relevance

/math/
A Ds_fmaximum_mag_template.c25 FLOAT ay = M_FABS (y); in M_DECL_FUNC() local
26 if (isgreater (ax, ay)) in M_DECL_FUNC()
28 else if (isless (ax, ay)) in M_DECL_FUNC()
30 else if (ax == ay) in M_DECL_FUNC()
A Ds_fminimum_mag_template.c25 FLOAT ay = M_FABS (y); in M_DECL_FUNC() local
26 if (isless (ax, ay)) in M_DECL_FUNC()
28 else if (isgreater (ax, ay)) in M_DECL_FUNC()
30 else if (ax == ay) in M_DECL_FUNC()
A Ds_fmaximum_mag_num_template.c25 FLOAT ay = M_FABS (y); in M_DECL_FUNC() local
26 if (isgreater (ax, ay)) in M_DECL_FUNC()
28 else if (isless (ax, ay)) in M_DECL_FUNC()
30 else if (ax == ay) in M_DECL_FUNC()
A Ds_fmaxmag_template.c25 FLOAT ay = M_FABS (y); in M_DECL_FUNC() local
26 if (isgreater (ax, ay)) in M_DECL_FUNC()
28 else if (isless (ax, ay)) in M_DECL_FUNC()
30 else if (ax == ay) in M_DECL_FUNC()
A Ds_fminimum_mag_num_template.c25 FLOAT ay = M_FABS (y); in M_DECL_FUNC() local
26 if (isless (ax, ay)) in M_DECL_FUNC()
28 else if (isgreater (ax, ay)) in M_DECL_FUNC()
30 else if (ax == ay) in M_DECL_FUNC()
A Ds_fminmag_template.c25 FLOAT ay = M_FABS (y); in M_DECL_FUNC() local
26 if (isless (ax, ay)) in M_DECL_FUNC()
28 else if (isgreater (ax, ay)) in M_DECL_FUNC()
30 else if (ax == ay) in M_DECL_FUNC()

Completed in 7 milliseconds