Searched refs:length_squared (Results 1 – 1 of 1) sorted by relevance
1091 float length_squared = 0.0; in constant_expression_value() local1094 length_squared += t * t; in constant_expression_value()1096 return new(mem_ctx) ir_constant(sqrtf(length_squared)); in constant_expression_value()