Home
last modified time | relevance | path

Searched defs:fabs (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfabs.c4 double fabs(double x) in fabs() function
/third_party/musl/src/math/s390x/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/x32/
H A Dfabs.s3 fabs: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfabs.c4 double fabs(double x) in fabs() function
/third_party/musl/porting/uniproton/kernel/src/math/arm/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/aarch64/
H A Dfabs.c3 double fabs(double x) in fabs() function
/third_party/musl/src/math/arm/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/
H A Dfabs.c4 double fabs(double x) in fabs() function
/third_party/musl/src/math/i386/
H A Dfabs.c3 double fabs(double x) in fabs() function
/third_party/musl/src/math/x86_64/
H A Dfabs.c3 double fabs(double x) in fabs() function
/third_party/musl/porting/liteos_m/kernel/src/math/arm/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/riscv32/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/riscv64/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfabs.c4 double fabs(double x) in fabs() function
/third_party/musl/src/math/mips/
H A Dfabs.c5 double fabs(double x) in fabs() function
/third_party/musl/src/math/powerpc/
H A Dfabs.c9 double fabs(double x) in fabs() function
/third_party/musl/src/math/powerpc64/
H A Dfabs.c3 double fabs(double x) in fabs() function
/third_party/jerryscript/jerry-libm/
H A Dfabs.c34 fabs (double x) in fabs() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_scale_fdiv.c39 nir_ssa_def *fabs = nir_fabs(b, alu->src[1].src.ssa); in nir_scale_fdiv_instr() local
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h131 static inline float fabs(float v) in fabs() function
/third_party/ffmpeg/compat/cuda/
H A 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
/third_party/python/Lib/
H A Dstatistics.py139 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum namespace
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h168 #undef fabs macro
231 #define fabs(x) __tg_real_complex_fabs(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h168 #undef fabs macro
231 #define fabs(x) __tg_real_complex_fabs(x) macro

Completed in 7 milliseconds

12