Searched refs:native_log10 (Results 1 – 2 of 2) sorted by relevance
1181 extern float __attribute__((overloadable)) native_log10(float v) { in native_log10() function1184 extern float2 __attribute__((overloadable)) native_log10(float2 v) { in native_log10() function1187 extern float3 __attribute__((overloadable)) native_log10(float3 v) { in native_log10() function1190 extern float4 __attribute__((overloadable)) native_log10(float4 v) { in native_log10() function
1087 _RS_RUNTIME float __attribute__((const, overloadable)) native_log10(float v);1088 FN_FUNC_FN(native_log10)