Searched refs:atan2l (Results 1 – 2 of 2) sorted by relevance
86 # define atan2l atan2 macro119 # define atan2l atan2 macro160 # define atan2l atan2 macro
96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function