| /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/liteos_m/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/uniproton/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/rust/crates/num-traits/src/ |
| D | float.rs | 1888 fn copysign(self, sign: Self) -> Self { in copysign() method 2309 fn copysign() { in copysign() function
|
| /third_party/musl/ndk_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/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
|