Home
last modified time | relevance | path

Searched refs:__ieee754_pow (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Dmath_private.h39 #define __ieee754_pow SDL_uclibc_pow macro
189 extern double __ieee754_pow(double, double) attribute_hidden;
De_pow.c104 double attribute_hidden __ieee754_pow(double x, double y) in __ieee754_pow() function
106 double attribute_hidden __ieee754_pow(x, y) in __ieee754_pow()
/third_party/optimized-routines/math/
Dpow.c376 hidden_alias (pow, __ieee754_pow) in strong_alias()