Searched defs:powf (Results 1 - 10 of 10) sorted by path

/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dmathconf.h285 # define powf(x, y) pow (x, y) macro
H A Dstubs.c375 powf(float x, float y) function
/openbsd-current/gnu/lib/libstdc++-v3/
H A Dconfig.h1012 # define powf _powf macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h338 # define powf _powf macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/libmath/
H A Dmathconf.h290 # define powf(x, y) pow (x, y) macro
H A Dstubs.c180 powf(float x, float y) function
/openbsd-current/lib/libm/hidden/
H A Dmath.h166 PROTO_NORMAL(powf); variable
/openbsd-current/lib/libm/src/
H A De_powf.c53 powf(float x, float y) function
245 DEF_STD(powf); variable
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h231 __DEVICE__ float powf(float __a, float __b) { return __nv_powf(__a, __b); } function
H A D__clang_hip_math.h416 float powf(float __x, float __y) { return __ocml_pow_f32(__x, __y); } function

Completed in 276 milliseconds