Home
last modified time | relevance | path

Searched defs:copysign (Results 1 - 13 of 13) 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
/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 11 milliseconds