Searched defs:basetable (Results 1 – 2 of 2) sorted by relevance
24 static void float2half_tables(uint16_t *basetable, uint8_t *shifttable) in float2half_tables()58 static uint16_t float2half(uint32_t f, uint16_t *basetable, uint8_t *shifttable) in float2half()
87 uint16_t basetable[512]; member