Searched defs:copysign (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/src/math/riscv64/ |
H A D | copysign.c | 5 double copysign(double x, double y) in copysign() function
|
/third_party/musl/src/math/riscv32/ |
H A D | copysign.c | 5 double copysign(double x, double y) in copysign() function
|
/third_party/jerryscript/jerry-libm/ |
H A D | copysign.c | 35 copysign (double x, double y) in copysign() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
/third_party/musl/src/math/ |
H A D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | copysign.c | 3 double copysign(double x, double y) { in copysign() function
|
/third_party/ffmpeg/libavutil/ |
H A D | libm.h | 68 static av_always_inline double copysign(double x, double y) in copysign() function
|
/third_party/python/Lib/test/ |
H A D | test_complex.py | 8 from math import atan2, isnan, copysign namespace
|
H A D | test_float.py | 14 from math import isinf, isnan, copysign, ldexp namespace
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 158 #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 D | tgmath.h | 158 #undef copysign macro 221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 158 #undef copysign macro 221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
|
Completed in 11 milliseconds