Home
last modified time | relevance | path

Searched refs:set_uint (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fp16.cc39 value.set_uint(u); in FromUInt()
50 void set_uint(uint32 u) { value_ = u; } in set_uint() function in __anon23ce36a70111::AliasedFloatInt
75 f.set_uint(f.as_uint() ^ sign); in __gnu_f2h_ieee()
100 f.set_uint(f.as_uint() + (static_cast<unsigned int>(15 - 127) << 23) + in __gnu_f2h_ieee()
103 f.set_uint(f.as_uint() + mant_odd); in __gnu_f2h_ieee()
119 o.set_uint((h & 0x7fff) << 13); // exponent/mantissa bits in __gnu_h2f_ieee()
121 o.set_uint(o.as_uint() + ((127 - 15) << 23)); // exponent adjust in __gnu_h2f_ieee()
125 o.set_uint(o.as_uint() + ((128 - 16) << 23)); // extra exp adjust in __gnu_h2f_ieee()
127 o.set_uint(o.as_uint() + (1 << 23)); // extra exp adjust in __gnu_h2f_ieee()
131 o.set_uint(o.as_uint() | (h & 0x8000) << 16); // sign bit in __gnu_h2f_ieee()
/external/e2fsprogs/ext2ed/
Dgeneral_com.c309 void set_uint(short len, void *ptr, char *name, char *value) in set_uint() function
404 set_uint(len, ptr, variable, value); in set()