Searched refs:native_exp10 (Results 1 – 4 of 4) sorted by relevance
1091 f = native_exp10(f);1092 f2 = native_exp10(f2);1093 f3 = native_exp10(f3);1094 f4 = native_exp10(f4);
1171 extern float __attribute__((overloadable)) native_exp10(float v) { in native_exp10() function1174 extern float2 __attribute__((overloadable)) native_exp10(float2 v) { in native_exp10() function1177 extern float3 __attribute__((overloadable)) native_exp10(float3 v) { in native_exp10() function1180 extern float4 __attribute__((overloadable)) native_exp10(float4 v) { in native_exp10() function
1426 name: native_exp10
8064 extern float __attribute__((const, overloadable))native_exp10(float v);8075 extern float2 __attribute__((const, overloadable))native_exp10(float2 v);8086 extern float3 __attribute__((const, overloadable))native_exp10(float3 v);8097 extern float4 __attribute__((const, overloadable))native_exp10(float4 v);