cmake HAVE_SINCOSF examples

urho3d/urho3d Source/CMakeLists.txt :19

check_library_exists (m sincosf "" HAVE_SINCOSF)

urho3d/urho3d Source/Urho3D/CMakeLists.txt :56

add_definitions (-DHAVE_SINCOSF)

rtl-airband/RTLSDR-Airband src/CMakeLists.txt :33

CHECK_SYMBOL_EXISTS(sincosf math.h HAVE_SINCOSF)

u3d-community/U3D Source/CMakeLists.txt :37

check_library_exists (m sincosf "" HAVE_SINCOSF)

u3d-community/U3D Source/Urho3D/CMakeLists.txt :84

add_definitions (-DHAVE_SINCOSF)

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
)

rbfx/rbfx Source/Urho3D/CMakeLists.txt :546

foreach(HAVE HAVE___SINCOSF HAVE_MALLOC_USABLE_SIZE HAVE_STDINT_H HAVE_INTTYPES_H HAVE_MALLOC_H HAVE_SINCOSF HAVE_RTL_OSVERSIONINFOW)