Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h286 Single() : d32_(0) {} in Single()
287 explicit Single(float f) : d32_(float_to_uint32(f)) {} in Single()
288 explicit Single(uint32_t d32) : d32_(d32) {} in Single()
300 return d32_; in AsUint32()
392 float value() const { return uint32_to_float(d32_); } in value()
409 const uint32_t d32_; variable
/external/u-boot/drivers/net/fsl-mc/dpio/
Dqbman_private.h64 static inline t d32_##t(uint32_t lsoffset, uint32_t width, uint32_t val) \
73 return e32_##t(lsoffset, width, d32_##t(lsoffset, width, val)); \