Home
last modified time | relevance | path

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

/external/FP16/bench/
Dieee-element.cc20 static inline uint16_t next_xorshift16(uint16_t x) { in next_xorshift16() function
50 fp16 = next_xorshift16(fp16); in fp16_ieee_to_fp32_bits()
61 fp16 = next_xorshift16(fp16); in fp16_ieee_to_fp32_value()
99 fp16 = next_xorshift16(fp16); in TH_halfbits2float()
110 fp16 = next_xorshift16(fp16); in npy_halfbits_to_floatbits()
123 fp16 = next_xorshift16(fp16); in Eigen_half_to_float()
134 fp16 = next_xorshift16(fp16); in Float16Compressor_decompress()
147 fp16 = next_xorshift16(fp16); in half_float_detail_half2float_table()
160 fp16 = next_xorshift16(fp16); in half_float_detail_half2float_branch()
Dalt-element.cc8 static inline uint16_t next_xorshift16(uint16_t x) { in next_xorshift16() function
36 fp16 = next_xorshift16(fp16); in fp16_alt_to_fp32_bits()
47 fp16 = next_xorshift16(fp16); in fp16_alt_to_fp32_value()