Home
last modified time | relevance | path

Searched defs:f32infty (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/base/
DSkHalf.cpp31 static const uint32_t f32infty = { 255 << 23 }; in SkFloatToHalf() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fp16.cc66 const AliasedFloatInt f32infty = AliasedFloatInt::FromUInt(255 << 23); in __gnu_f2h_ieee() local