Searched defs:tExpr (Results 1 – 2 of 2) sorted by relevance
4406 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0f), constant(1.0f)) in doExpand() local4419 const ExprP<deFloat16> tExpr = clamp(( x - edge0 ) / ( edge1 - edge0 ), in doExpand() local4433 const ExprP<double> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0), constant(1.0)) in doExpand() local
3482 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), in doExpand() local