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

/external/flac/libFLAC/include/private/
H A Dfloat.h74 #define FLAC__fixedpoint_div(x, y) ( (FLAC__fixedpoint) ( ( ((FLAC__int64)(x)<<32) / (FLAC__int64)(y) ) >> 16 ) ) macro

Completed in 85 milliseconds