Home | History | Annotate | Download | only in runtime

Lines Matching refs:native_exp10

1328 extern float __attribute__((overloadable)) native_exp10(float v) {
1331 extern float2 __attribute__((overloadable)) native_exp10(float2 v) {
1334 extern float3 __attribute__((overloadable)) native_exp10(float3 v) {
1337 native_exp10(float4 v) {
2285 HN_FUNC_HN(native_exp10);