Searched defs:fdim (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fdim.c | 3 double fdim(double x, double y) in fdim() function
|
/third_party/musl/src/math/ |
D | fdim.c | 3 double fdim(double x, double y) in fdim() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35520 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
|