Home
last modified time | relevance | path

Searched defs:copysign (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/math/riscv64/
H A Dcopysign.c5 double copysign(double x, double y) in copysign() function
/third_party/musl/src/math/riscv32/
H A Dcopysign.c5 double copysign(double x, double y) in copysign() function
/third_party/jerryscript/jerry-libm/
H A Dcopysign.c35 copysign (double x, double y) in copysign() function
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/musl/src/math/
H A Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/ffmpeg/libavutil/
H A Dlibm.h68 static av_always_inline double copysign(double x, double y) in copysign() function
/third_party/python/Lib/test/
H A Dtest_complex.py8 from math import atan2, isnan, copysign namespace
H A Dtest_float.py14 from math import isinf, isnan, copysign, ldexp namespace
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h157 #undef copysign macro
220 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_emu.h162 #define copysign(a,b) { if (getsign(a)) signbyte(b) |= 0x80; \ macro
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dfpu_emu.h162 #define copysign(a,b) { if (getsign(a)) signbyte(b) |= 0x80; \ macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h158 #undef copysign macro
221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h158 #undef copysign macro
221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/third_party/musl/include/
H A Dtgmath.h158 #undef copysign macro
221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro

Completed in 9 milliseconds