Home
last modified time | relevance | path

Searched defs:fmod (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/platform/arch/xt804/libc/liteos/math/
Dfmod.c19 double fmod(double x, double y) in fmod() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h236 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro