Searched refs:fp16_t (Results 1 – 3 of 3) sorted by relevance
30 typedef signed long long fp16_t; typedef40 static inline fp16_t41 fp16_add(fp16_t a, fp16_t b) in fp16_add()48 static inline fp16_t49 fp16_sub(fp16_t a, fp16_t b) in fp16_sub()56 static inline fp16_t57 fp16_mul(fp16_t a, fp16_t b) in fp16_mul()64 static inline fp16_t65 fp16_div(fp16_t a, fp16_t b) in fp16_div()72 fp16_t fp16_sqrt(fp16_t);[all …]
40 fp16_t41 fp16_sqrt(fp16_t x) in fp16_sqrt()43 fp16_t y, delta; in fp16_sqrt()72 static fp16_t fp16_sin_table[256] = {110 fp16_t111 fp16_sin(fp16_t theta) in fp16_sin()134 fp16_t135 fp16_cos(fp16_t theta) in fp16_cos()
85 fp16_t sqd, d; /* square of distance and distance */ in plasma_update()86 fp16_t m; /* magnitude */ in plasma_update()