diff --git a/docs/html/guide/topics/renderscript/reference/rs_math.jd b/docs/html/guide/topics/renderscript/reference/rs_math.jd index 13513e9a0ca5f..e1e78051df6e7 100644 --- a/docs/html/guide/topics/renderscript/reference/rs_math.jd +++ b/docs/html/guide/topics/renderscript/reference/rs_math.jd @@ -3964,16 +3964,31 @@ In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. float max(float a, float b); + + + + + float2 max(float2 a, float b); float2 max(float2 a, float2 b); + + + + + float3 max(float3 a, float b); float3 max(float3 a, float3 b); + + + + + float4 max(float4 a, float b); @@ -4168,16 +4183,31 @@ In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. float min(float a, float b); + + + + + float2 min(float2 a, float b); float2 min(float2 a, float2 b); + + + + + float3 min(float3 a, float b); float3 min(float3 a, float3 b); + + + + + float4 min(float4 a, float b); diff --git a/docs/html/guide/topics/renderscript/reference/rs_value_types.jd b/docs/html/guide/topics/renderscript/reference/rs_value_types.jd index 85c7a5cfded2c..d53caf92d74a4 100644 --- a/docs/html/guide/topics/renderscript/reference/rs_value_types.jd +++ b/docs/html/guide/topics/renderscript/reference/rs_value_types.jd @@ -25,7 +25,7 @@ E.g. float4,