| /third_party/musl/src/math/x86_64/ |
| D | fabs.s | 1 .global fabs symbol 3 fabs: label
|
| /third_party/musl/src/math/x32/ |
| D | fabs.s | 1 .global fabs symbol 3 fabs: label
|
| /third_party/musl/src/math/i386/ |
| D | fabs.s | 1 .global fabs symbol 3 fabs: label
|
| /third_party/musl/src/math/powerpc64/ |
| D | fabs.c | 3 double fabs(double x) in fabs() function
|
| /third_party/musl/porting/uniproton/kernel/src/math/arm/ |
| D | fabs.c | 5 double fabs(double x) in fabs() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/arm/ |
| D | fabs.c | 5 double fabs(double x) in fabs() function
|
| /third_party/musl/src/math/arm/ |
| D | fabs.c | 5 double fabs(double x) in fabs() function
|
| /third_party/musl/src/math/riscv64/ |
| D | fabs.c | 5 double fabs(double x) in fabs() function
|
| /third_party/musl/src/math/powerpc/ |
| D | fabs.c | 9 double fabs(double x) in fabs() function
|
| /third_party/musl/porting/liteos_m/kernel/src/math/arm/ |
| D | fabs.c | 5 double fabs(double x) in fabs() function
|
| /third_party/musl/src/math/s390x/ |
| D | fabs.c | 5 double fabs(double x) in fabs() function
|
| /third_party/musl/src/math/aarch64/ |
| D | fabs.c | 3 double fabs(double x) in fabs() function
|
| /third_party/jerryscript/jerry-libm/ |
| D | fabs.c | 34 fabs (double x) in fabs() function
|
| /third_party/musl/src/math/mips/ |
| D | fabs.c | 5 double fabs(double x) in fabs() function
|
| /third_party/boost/boost/math/special_functions/ |
| D | chebyshev_transform.hpp | 41 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/ |
| D | s_fabs.c | 25 libm_hidden_proto(fabs) in libm_hidden_proto() argument
|
| D | math_private.h | 36 #define fabs SDL_uclibc_fabs macro
|
| /third_party/boost/boost/math/complex/ |
| D | fabs.hpp | 16 inline T fabs(const std::complex<T>& z) in fabs() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | fabs.c | 4 double fabs(double x) in fabs() function
|
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| D | fabs.c | 4 double fabs(double x) in fabs() function
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| D | fabs.c | 4 double fabs(double x) in fabs() function
|
| /third_party/musl/src/math/ |
| D | fabs.c | 4 double fabs(double x) in fabs() function
|
| /third_party/boost/libs/geometry/test/util/ |
| D | number_types.hpp | 55 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__.py | 67 fabs = absolute variable
|
| /third_party/ffmpeg/compat/cuda/ |
| D | cuda_runtime.h | 182 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
|