Searched defs:float_to_half (Results 1 – 2 of 2) sorted by relevance
24 static void float_to_half(uint16_t dst[], const float src[], int n) { in float_to_half() function105 decltype(float_to_half) float_to_half = sk_default::float_to_half; variable
57 DEF_TEST(float_to_half, reporter) { in DEF_TEST() argument