/third_party/musl/src/math/riscv64/ |
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/flutter/skia/third_party/externals/sdl/src/libm/ |
D | s_copysign.c | 27 libm_hidden_proto(copysign) in libm_hidden_proto() argument
|
D | math_private.h | 34 #define copysign SDL_uclibc_copysign macro
|
/third_party/musl/porting/uniproton/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_a/kernel/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/python/Python/ |
D | pymath.c | 59 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/include/ |
D | tgmath.h | 221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
|
/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/ndk_musl_include/ |
D | tgmath.h | 221 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro
|
/third_party/mindspore/mindspore/numpy/ |
D | math_ops.py | 4482 def copysign(x1, x2, dtype=None): function
|