Home | History | Annotate | Download | only in core

Lines Matching refs:read_big_endian_16_dot_16

263 static float read_big_endian_16_dot_16(const uint8_t buf[4]) {
406 float g = read_big_endian_16_dot_16(src + 12);
423 float g = read_big_endian_16_dot_16(src + 12);
424 float a = read_big_endian_16_dot_16(src + 16);
425 float b = read_big_endian_16_dot_16(src + 20);
444 e = read_big_endian_16_dot_16(src + 24);
457 c = read_big_endian_16_dot_16(src + 24);
458 d = read_big_endian_16_dot_16(src + 28);
469 c = read_big_endian_16_dot_16(src + 24);
470 d = read_big_endian_16_dot_16(src + 28);
471 e = read_big_endian_16_dot_16(src + 32);
472 f = read_big_endian_16_dot_16(src + 36);