Searched defs:fdim (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fdim.c | 3 double fdim(double x, double y) in fdim() function
|
/third_party/musl/src/math/ |
H A D | fdim.c | 3 double fdim(double x, double y) in fdim() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 169 #undef fdim macro 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 169 #undef fdim macro 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 169 #undef fdim macro 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tps65217.h | 235 enum tps65217_bl_fdim fdim; member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | tps65217.h | 227 enum tps65217_bl_fdim fdim; member
|
Completed in 4 milliseconds