Home
last modified time | relevance | path

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

/third_party/musl/src/math/riscv64/
Dcopysign.c5 double copysign(double x, double y) in copysign() function
/third_party/musl/src/math/riscv32/
Dcopysign.c5 double copysign(double x, double y) in copysign() function
/third_party/jerryscript/jerry-libm/
Dcopysign.c35 copysign (double x, double y) in copysign() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/musl/src/math/
Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dcopysign.c3 double copysign(double x, double y) { in copysign() function
/third_party/ffmpeg/libavutil/
Dlibm.h68 static av_always_inline double copysign(double x, double y) in copysign() function
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35428 copysign(float __x, float __y) in copysign() function
35432 copysign(long double __x, long double __y) in copysign() function
35439 copysign(_Tp __x, _Up __y) in copysign() function