Home
last modified time | relevance | path

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

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