Searched refs:fp16_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/plasma/
H A Dfp16.h32 typedef signed long long fp16_t; typedef
42 static inline fp16_t
43 fp16_add(fp16_t a, fp16_t b)
50 static inline fp16_t
51 fp16_sub(fp16_t a, fp16_t b)
58 static inline fp16_t
59 fp16_mul(fp16_t a, fp16_t
[all...]
H A Dfp16.c42 fp16_t
43 fp16_sqrt(fp16_t x)
45 fp16_t y, delta;
74 static fp16_t fp16_sin_table[256] = {
112 fp16_t
113 fp16_sin(fp16_t theta)
136 fp16_t
137 fp16_cos(fp16_t theta)
H A Dplasma_saver.c87 fp16_t sqd, d; /* square of distance and distance */
88 fp16_t m; /* magnitude */

Completed in 103 milliseconds