Searched refs:ay (Results 1 – 6 of 6) sorted by relevance
/math/ |
A D | s_fmaximum_mag_template.c | 25 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 D | s_fminimum_mag_template.c | 25 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 D | s_fmaximum_mag_num_template.c | 25 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 D | s_fmaxmag_template.c | 25 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 D | s_fminimum_mag_num_template.c | 25 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 D | s_fminmag_template.c | 25 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