LCOV - code coverage report | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
![]() |
Branch data Line data Source code 1 : : #include "cdefs-compat.h" 2 : : 3 : : #include <openlibm_math.h> 4 : : 5 : : #include "math_private.h" 6 : : 7 : : OLM_DLLEXPORT long double 8 : 0 : lgammal(long double x) 9 : : { 10 : : #ifdef OPENLIBM_ONLY_THREAD_SAFE 11 : : int signgam; 12 : : #endif 13 : : 14 : 0 : return (lgammal_r(x, &signgam)); 15 : : } |
![]() |
Generated by: LCOV version 2.0-115.g950771e |