Searched refs:fdimf (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_fdim.c45 DECL(float, fdimf)
H A Dmath.h406 float fdimf(float, float);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h432 using ::fdimf;
H A Dtgmath.h693 __tg_fdim(float __x, float __y) {return fdimf(__x, __y);}
H A D__clang_cuda_device_functions.h1548 __DEVICE__ float fdimf(float __a, float __b) { return __nv_fdimf(__a, __b); } function
/freebsd-11-stable/lib/msun/
H A DMakefile202 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h189 float fdimf(float x, float y);
1220 inline _LIBCPP_INLINE_VISIBILITY float fdim(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fdimf(__lcpp_x, __lcpp_y);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30997 fdimf(0.0f, 0.0f);
[all...]

Completed in 349 milliseconds