Home
last modified time | relevance | path

Searched defs:sqrtf (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/lib/libm/arch/hppa/
H A De_sqrtf.c9 sqrtf(float x) in sqrtf() function
/openbsd-src/lib/libm/arch/sh/
H A De_sqrtf.c13 sqrtf(float f) in sqrtf() function
/openbsd-src/lib/libm/src/
H A De_sqrtf.c22 sqrtf(float x) in sqrtf() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c231 sqrtf(float x) in sqrtf() function
H A Dmathconf.h299 # define sqrtf(x) sqrt (x) macro
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c243 sqrtf(float x) in sqrtf() function
H A Dmathconf.h294 # define sqrtf(x) sqrt (x) macro
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfig.h.in1036 # define sqrtf _sqrtf macro
H A Dacconfig.h378 # define sqrtf _sqrtf macro
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h1062 # define sqrtf _sqrtf macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h314 __DEVICE__ float sqrtf(float __a) { return __nv_sqrtf(__a); } in sqrtf() function