Searched refs:ftrt (Results 1 – 2 of 2) sorted by relevance
45 ftrt = rsqrt.rsqrt(); in sk_linear_to_srgb_needs_trunc() local49 auto hi = SkNx_fma(V{+0.412999f * 255.0f}, ftrt, in sk_linear_to_srgb_needs_trunc()61 ftrt = rsqrt.rsqrt(); in sk_linear_to_srgb_needs_round() local65 auto hi = V::Min(1.0f, SkNx_fma(V{+0.411192f}, ftrt, in sk_linear_to_srgb_needs_round()
631 ftrt = rsqrt(rsqrt(l)); in STAGE() local633 auto hi = min(1.0_f, mad(0.411192_f, ftrt, in STAGE()