Searched defs:flush_to_zero (Results 1 – 4 of 4) sorted by relevance
27 DenormalState(bool flush_to_zero, bool denormals_are_zero) in DenormalState()32 inline bool flush_to_zero() const { return flush_to_zero_; } in flush_to_zero() function
27 const bool flush_to_zero[] = {true, true, false, false}; in TEST() local
232 static void flush_to_zero(SkScalar& a, SkScalar& b) { in flush_to_zero() function
141 enum bifrost_ftz flush_to_zero : 2; member