Home
last modified time | relevance | path

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

/third_party/musl/src/math/riscv64/
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/flutter/skia/third_party/externals/sdl/src/libm/
Ds_copysign.c27 libm_hidden_proto(copysign) in libm_hidden_proto() argument
Dmath_private.h34 #define copysign SDL_uclibc_copysign macro
/third_party/musl/porting/uniproton/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_a/kernel/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/python/Python/
Dpymath.c59 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/include/
Dtgmath.h221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/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/ndk_musl_include/
Dtgmath.h221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py4482 def copysign(x1, x2, dtype=None): function