reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 | define float @__nv_expf(float %a) { ret float %a } define float @__nv_cosf(float %a) { ret float %a } define float @__nv_logf(float %a) { ret float %a } |