Home
last modified time | relevance | path

Searched defs:flush_to_zero (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Ddenormal.h27 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
H A Ddenormal_test.cc27 const bool flush_to_zero[] = {true, true, false, false}; in TEST() local
/aosp_15_r20/external/skia/src/core/
H A DSkRRect.cpp232 static void flush_to_zero(SkScalar& a, SkScalar& b) { in flush_to_zero() function
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost.h141 enum bifrost_ftz flush_to_zero : 2; member