Home | History | Annotate | Download | only in runtime

Lines Matching defs:tan

780 float __attribute__((overloadable)) tan(float v) {
783 FN_FUNC_FN(tan)
792 return tan(v * M_PI);
1629 THUNK_NATIVE_F(tan)
2258 HN_FUNC_HN(tan);