Home
last modified time | relevance | path

Searched defs:fdim (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dfdim.c3 double fdim(double x, double y) in fdim() function
/third_party/musl/src/math/
Dfdim.c3 double fdim(double x, double y) in fdim() function
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35520 fdim(float __x, float __y) in fdim() function
35524 fdim(long double __x, long double __y) in fdim() function
35531 fdim(_Tp __x, _Up __y) in fdim() function