Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libstdc++/libmath/
Dstubs.c243 sqrtf(float x) in sqrtf() function
Dmathconf.h294 # define sqrtf(x) sqrt (x) macro
/freebsd-11-stable/contrib/libstdc++/
Dconfig.h.in1058 # define sqrtf _sqrtf macro
/freebsd-11-stable/gnu/lib/libstdc++/
Dconfig.h1076 # define sqrtf _sqrtf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_device_functions.h1760 __DEVICE__ float sqrtf(float __a) { return __nv_sqrtf(__a); } in sqrtf() function