Searched defs:libm_alias_float_other (Results 1 – 25 of 41) sorted by relevance
12
/sysdeps/ia64/fpu/ |
A D | s_fmaf.S | 71 libm_alias_float_other (fma, fma) label
|
A D | s_fmaxf.S | 114 libm_alias_float_other (fmax, fmax) label
|
A D | s_fabsf.S | 82 libm_alias_float_other (__fabs, fabs) label
|
A D | s_truncf.S | 166 libm_alias_float_other (trunc, trunc) label
|
A D | e_hypotf.S | 340 libm_alias_float_other (__hypot, hypot) label
|
A D | e_sqrtf.S | 205 libm_alias_float_other (__sqrt, sqrt) label
|
A D | s_modff.S | 278 libm_alias_float_other (modf, modf) label
|
A D | s_fdimf.S | 165 libm_alias_float_other (fdim, fdim) label
|
A D | s_floorf.S | 215 libm_alias_float_other (__floor, floor) label
|
A D | s_nearbyintf.S | 217 libm_alias_float_other (nearbyint, nearbyint) label
|
A D | s_ceilf.S | 224 libm_alias_float_other (ceil, ceil) label
|
A D | s_rintf.S | 229 libm_alias_float_other (__rint, rint) label
|
A D | e_fmodf.S | 516 libm_alias_float_other (__fmod, fmod) label
|
A D | e_remainderf.S | 550 libm_alias_float_other (__remainder, remainder) label
|
A D | s_logbf.S | 220 libm_alias_float_other (logb, logb) label
|
A D | s_cosf.S | 411 libm_alias_float_other (__sin, sin) label 662 libm_alias_float_other (__cos, cos) label
|
A D | s_cbrtf.S | 761 libm_alias_float_other (cbrt, cbrt) label
|
A D | s_nextafterf.S | 439 libm_alias_float_other (nextafter, nextafter) label
|
A D | e_atan2f.S | 828 libm_alias_float_other (__atan2, atan2) label
|
A D | libm_sincosf.S | 423 libm_alias_float_other (__sincos, sincos) label
|
A D | e_acosf.S | 602 libm_alias_float_other (acos, acos) label
|
A D | e_exp2f.S | 471 libm_alias_float_other (__exp2, exp2) label
|
A D | e_asinf.S | 585 libm_alias_float_other (asin, asin) label
|
A D | s_atanf.S | 555 libm_alias_float_other (atan, atan) label
|
/sysdeps/generic/ |
A D | libm-alias-float.h | 36 #define libm_alias_float_other(from, to) \ macro
|
Completed in 57 milliseconds
12