Searched defs:copysign (Results 1 – 12 of 12) sorted by relevance
| /third_party/musl/src/math/riscv64/ |
| D | copysign.c | 5 double copysign(double x, double y) in copysign() function
|
| /third_party/musl/src/math/riscv32/ |
| D | copysign.c | 5 double copysign(double x, double y) in copysign() function
|
| /third_party/jerryscript/jerry-libm/ |
| D | copysign.c | 35 copysign (double x, double y) in copysign() function
|
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
| /third_party/musl/src/math/ |
| D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
| /third_party/ffmpeg/libavutil/ |
| D | libm.h | 68 static av_always_inline double copysign(double x, double y) in copysign() function
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | tgmath.h | 221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | tgmath.h | 221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
|
| /third_party/musl/include/ |
| D | tgmath.h | 221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 35428 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
|