Home
last modified time | relevance | path

Searched refs:copysign (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/libm/
A Ds_scalbn.c50 return huge * copysign(huge, x); /* overflow */ in scalbln()
52 return tiny * copysign(tiny, x); /* underflow */ in scalbln()
59 return huge * copysign(huge, x); /* overflow */ in scalbln()
60 return tiny * copysign(tiny, x); /* underflow */ in scalbln()
A Ds_copysign.c21 double copysign(double x, double y) in copysign() function
29 libm_hidden_def(copysign)
A Dmath_private.h36 #define copysign SDL_uclibc_copysign macro
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dcopysign.c39 double copysign(double x, double y) { in copysign() function
A DREADME7 The file copysign.c contains a double version of the float copysignf provided
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjfloat.c214 mod = MICROPY_FLOAT_C_FUN(copysign)(MICROPY_FLOAT_ZERO, *y); in mp_obj_float_divmod()
225 floordiv = MICROPY_FLOAT_C_FUN(copysign)(MICROPY_FLOAT_ZERO, *x / *y); in mp_obj_float_divmod()
284 lhs_val = MICROPY_FLOAT_C_FUN(copysign)(0.0, rhs_val); in mp_obj_float_binary_op()
A Dmodmath.c152 return copysign(y < 0 ? MP_3_PI_4 : MP_PI_4, x); in MATH_FUN_2()
164 return MICROPY_FLOAT_C_FUN(copysign)(x, y); in MATH_FUN_2()
166 MATH_FUN_2(copysign, copysign_func) in MATH_FUN_2() argument
282 fractional_part = copysign(fractional_part, x); in mp_math_modf()
/AliOS-Things-master/components/amp-utility/python/
A Dmath2.py62 def copysign(x, y): function
/AliOS-Things-master/components/py_engine/tests/float/
A Dmath_domain.py44 ("copysign", math.copysign, ()),
A Dmath_fun.py62 copysign,
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c159 return copysign(x, y); in SDL_copysign()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt772 copysign copysignf cos cosf exp expf fabs fabsf floor floorf fmod fmodf
829 atan atan2 atanf atan2f ceil ceilf copysign copysignf cos cosf

Completed in 15 milliseconds