Searched defs:libm_alias_double_other (Results 1 – 25 of 44) sorted by relevance
12
/sysdeps/ia64/fpu/ |
A D | s_fmax.S | 114 libm_alias_double_other (fmax, fmax) label
|
A D | s_fma.S | 71 libm_alias_double_other (fma, fma) label
|
A D | s_fabs.S | 82 libm_alias_double_other (__fabs, fabs) label
|
A D | e_sqrt.S | 254 libm_alias_double_other (__sqrt, sqrt) label
|
A D | s_trunc.S | 166 libm_alias_double_other (trunc, trunc) label
|
A D | e_hypot.S | 387 libm_alias_double_other (__hypot, hypot) label
|
A D | s_modf.S | 278 libm_alias_double_other (modf, modf) label
|
A D | s_fdim.S | 165 libm_alias_double_other (fdim, fdim) label
|
A D | s_floor.S | 216 libm_alias_double_other (__floor, floor) label
|
A D | s_nearbyint.S | 217 libm_alias_double_other (nearbyint, nearbyint) label
|
A D | s_ceil.S | 224 libm_alias_double_other (ceil, ceil) label
|
A D | s_round.S | 233 libm_alias_double_other (round, round) label
|
A D | s_rint.S | 229 libm_alias_double_other (__rint, rint) label
|
A D | e_fmod.S | 501 libm_alias_double_other (__fmod, fmod) label
|
A D | e_remainder.S | 531 libm_alias_double_other (__remainder, remainder) label
|
A D | s_logb.S | 220 libm_alias_double_other (logb, logb) label
|
A D | s_nextafter.S | 433 libm_alias_double_other (nextafter, nextafter) label
|
A D | s_cbrt.S | 767 libm_alias_double_other (cbrt, cbrt) label
|
A D | s_cos.S | 422 libm_alias_double_other (__sin, sin) label 710 libm_alias_double_other (__cos, cos) label
|
A D | e_exp2.S | 496 libm_alias_double_other (__exp2, exp2) label
|
A D | s_tan.S | 739 libm_alias_double_other (__tan, tan) label
|
A D | e_exp.S | 740 libm_alias_double_other (__exp, exp) label
|
A D | e_exp10.S | 538 libm_alias_double_other (__exp10, exp10) label
|
/sysdeps/ieee754/ldbl-opt/ |
A D | libm-alias-double.h | 50 #define libm_alias_double_other(from, to) \ macro
|
/sysdeps/generic/ |
A D | libm-alias-double.h | 47 #define libm_alias_double_other(from, to) \ macro
|
Completed in 38 milliseconds
12