Home
last modified time | relevance | path

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

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