Lines Matching refs:native_exp
1315 extern float __attribute__((overloadable)) native_exp(float v) {
1318 extern float2 __attribute__((overloadable)) native_exp(float2 v) {
1321 extern float3 __attribute__((overloadable)) native_exp(float3 v) {
1324 extern float4 __attribute__((overloadable)) native_exp(float4 v) {
2284 HN_FUNC_HN(native_exp);