Home | History | Annotate | Download | only in runtime

Lines Matching refs:native_sincos

2307 extern half __attribute__((overloadable)) native_sincos(half v, half *cosptr) {
2310 extern half2 __attribute__((overloadable)) native_sincos(half2 v, half2 *cosptr) {
2313 extern half3 __attribute__((overloadable)) native_sincos(half3 v, half3 *cosptr) {
2316 extern half4 __attribute__((overloadable)) native_sincos(half4 v, half4 *cosptr) {