Searched defs:pow (Results 1 – 6 of 6) sorted by relevance
40 double pow(double x, double y) in pow() function
55 int err, pow; in main() local
163 #define pow(a,b) powf((float) (a), (float) (b)) macro
66 int pow; in randy() local82 int pow; in test_frexp() local
85 #define pow(__x,__y) _f_pow((__x),(__y)) macro
300 pow (double x, double y) in pow() function