Home
last modified time | relevance | path

Searched defs:powf (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/lib/msun/src/
De_powf.c59 powf(float x, float y) in powf() function
/freebsd-12-stable/contrib/libstdc++/libmath/
Dstubs.c375 powf(float x, float y) in powf() function
Dmathconf.h285 # define powf(x, y) pow (x, y) macro
/freebsd-12-stable/contrib/libstdc++/
Dconfig.h.in1008 # define powf _powf macro
/freebsd-12-stable/gnu/lib/libstdc++/
Dconfig.h1023 # define powf _powf macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h231 __DEVICE__ float powf(float __a, float __b) { return __nv_powf(__a, __b); } in powf() function