Lines Matching refs:InverseSqrt
2066 class InverseSqrt : public FloatFunc12069 string getName (void) const { return "inversesqrt"; }2233 DEFINE_DERIVED_FLOAT1(Sqrt, sqrt, x, constant(1.0f) / app<InverseSqrt>(x));5244 addScalarFactory<InverseSqrt>(*funcs);