Home
last modified time | relevance | path

Searched defs:fabs (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/lib/libc/arch/powerpc64/gen/
H A Dfabs.c31 fabs(double x) in fabs() function
/openbsd-src/lib/libc/arch/powerpc/gen/
H A Dfabs.c31 fabs(double x) in fabs() function
/openbsd-src/lib/libc/arch/sh/gen/
H A Dfabs.c27 fabs(double d) in fabs() function
/openbsd-src/lib/libc/arch/hppa/gen/
H A Dfabs.c11 fabs(double val) in fabs() function
/openbsd-src/lib/libc/arch/arm/gen/
H A Dfabs.c26 fabs(double d) in fabs() function
/openbsd-src/lib/libc/arch/aarch64/gen/
H A Dfabs.c26 fabs(double d) in fabs() function
/openbsd-src/lib/libc/arch/riscv64/gen/
H A Dfabs.c26 fabs(double d) in fabs() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dbuiltins9.C6 inline int fabs (void) { return 0; } in fabs() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D990117-1.c5 fabs (double __x) in fabs() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h232 fabs(float __x) in fabs() function
236 fabs(long double __x) in fabs() function
242 fabs(_Tp __x) in fabs() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h367 fabs(float __x) in fabs() function
371 fabs(long double __x) in fabs() function
376 fabs(_Tp __x) in fabs() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h713 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fabs(float __x) _NOEXCEPT {ret… in fabs() function
716 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fabs(double __x) _NOEXCEPT { in fabs() function
720 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fabs(long double __x) _NOEXCEPT {ret… in fabs() function
726 fabs(_A1 __x) _NOEXCEPT {return __builtin_fabs((double)__x);} in fabs() function
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h356 fabs (double x) in fabs() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h356 fabs (double x) in fabs() function
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-ldouble.c56 #define fabs(x) __builtin_fabs(x) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_cmath.h40 __DEVICE__ __CONSTEXPR__ float fabs(float __x) { return ::fabsf(__x); } in fabs() function
H A D__clang_cuda_cmath.h53 __DEVICE__ float fabs(float __x) { return ::fabsf(__x); } in fabs() function
H A D__clang_cuda_math.h57 __DEVICE__ double fabs(double __a) { return __nv_fabs(__a); } in fabs() function
H A Dtgmath.h549 #define fabs(__x) __tg_fabs(__tg_promote1((__x))(__x)) macro
/openbsd-src/include/
H A Dtgmath.h118 #define fabs(x) __tg_impl_full(x, x, x, fabs, fabsf, fabsl, \ macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf46 fabs keyword
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.h84 const int fabs; /* cost of FABS instruction. */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h81 const int fabs; /* cost of FABS instruction. */ member