Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/x32/
Dfabs.s1 .global fabs symbol
3 fabs: label
/third_party/musl/src/math/i386/
Dfabs.s1 .global fabs symbol
3 fabs: label
/third_party/musl/src/math/x86_64/
Dfabs.s1 .global fabs symbol
3 fabs: label
/third_party/musl/src/math/powerpc/
Dfabs.c9 double fabs(double x) in fabs() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/arm/
Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/powerpc64/
Dfabs.c3 double fabs(double x) in fabs() function
/third_party/musl/src/math/aarch64/
Dfabs.c3 double fabs(double x) in fabs() function
/third_party/musl/src/math/s390x/
Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/riscv64/
Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/porting/uniproton/kernel/src/math/arm/
Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/porting/liteos_m/kernel/src/math/arm/
Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/mips/
Dfabs.c5 double fabs(double x) in fabs() function
/third_party/jerryscript/jerry-libm/
Dfabs.c34 fabs (double x) in fabs() function
/third_party/boost/boost/math/special_functions/
Dchebyshev_transform.hpp41 static double fabs(double x) { return std::fabs(x); } in fabs() function
62 static float fabs(float x) { return std::fabs(x); } in fabs() function
83 static long double fabs(long double x) { return std::fabs(x); } in fabs() function
104 static __float128 fabs(__float128 x) { return fabsq(x); } in fabs() function
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Ds_fabs.c25 libm_hidden_proto(fabs) in libm_hidden_proto() argument
Dmath_private.h36 #define fabs SDL_uclibc_fabs macro
/third_party/boost/boost/math/complex/
Dfabs.hpp16 inline T fabs(const std::complex<T>& z) in fabs() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dfabs.c4 double fabs(double x) in fabs() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfabs.c4 double fabs(double x) in fabs() function
/third_party/musl/src/math/
Dfabs.c4 double fabs(double x) in fabs() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfabs.c4 double fabs(double x) in fabs() function
/third_party/boost/libs/geometry/test/util/
Dnumber_types.hpp55 inline custom<T> fabs(custom<T> const& c) in fabs() function
108 fabs(number_types::custom_with_global_sqrt<T> const& c) in fabs() function
153 inline custom_global<T> fabs(custom_global<T> const& c) in fabs() function
/third_party/mindspore/mindspore/numpy/
D__init__.py67 fabs = absolute variable
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h182 static inline __device__ float fabs(float a) { return __builtin_fabsf(a); } in fabs() function
183 static inline __device__ double fabs(double a) { return __builtin_fabs(a); } in fabs() function

12