Lines Matching refs:native_log
1376 extern float __attribute__((overloadable)) native_log(float v) {
1379 extern float2 __attribute__((overloadable)) native_log(float2 v) {
1382 extern float3 __attribute__((overloadable)) native_log(float3 v) {
1385 extern float4 __attribute__((overloadable)) native_log(float4 v) {
2292 HN_FUNC_HN(native_log);