gnuradio/gnuradio
gnuradio-runtime/ConfigChecks.cmake
:95
CHECK_CXX_SOURCE_COMPILES("
#define _GNU_SOURCE
#include <math.h>
int main(){float x, sin, cos; sincosf(x, &sin, &cos); return 0;}
" HAVE_SINCOSF
)