Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/verto/
H A Dev.c1197 ecb_function_ ecb_const uint32_t ecb_binary16_to_binary32 (uint32_t x);
1199 ecb_binary16_to_binary32 (uint32_t x) in ecb_binary16_to_binary32() function
1497 return ecb_binary32_to_float (ecb_binary16_to_binary32 (x)); in ecb_binary16_to_float()