Lines Matching full:integral_part
3616 * *integral_part will be set to -3.f and .72f will be returned.
3620 * integral_part: *integral_part will be set to the integral portion of the number.
3625 modf(float v, float* integral_part);
3628 modf(float2 v, float2* integral_part);
3631 modf(float3 v, float3* integral_part);
3634 modf(float4 v, float4* integral_part);
3638 modf(half v, half* integral_part);
3643 modf(half2 v, half2* integral_part);
3648 modf(half3 v, half3* integral_part);
3653 modf(half4 v, half4* integral_part);