Searched defs:__Y (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h159 #undef __Y macro
161 inline double pow(double __X, int __Y) { return argument
162 pow(__X, (double) (__Y)); }
168 inline float atan2(float __X, float __Y) { return __atan2f(__X, __Y); } argument
175 inline float fmod(float __X, float __Y) { return __fmodf(__X, __Y); } argument
176 inline float frexp(float __X, int *__Y) { return __frexpf(__X, __Y); } argument
177 inline float ldexp(float __X, int __Y) { retur argument
180 modf(float __X, float *__Y) argument
181 pow(float __X, float __Y) argument
182 pow(float __X, int __Y) argument
194 atan2(long double __X, long double __Y) argument
202 fmod(long double __X, long double __Y) argument
204 frexp(long double __X, int *__Y) argument
206 ldexp(long double __X, int __Y) argument
210 modf(long double __X, long double *__Y) argument
212 pow(long double __X, long double __Y) argument
214 pow(long double __X, int __Y) argument
[all...]

Completed in 54 milliseconds