Home
last modified time | relevance | path

Searched defs:ux (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/musl/src/math/
Dnextafterl.c11 union ldshape ux, uy; in nextafterl() local
47 union ldshape ux, uy; in nextafterl() local
Dnexttowardf.c5 union {float f; uint32_t i;} ux = {x}; in nexttowardf() local
Dcopysignl.c11 union ldshape ux = {x}, uy = {y}; in copysignl() local
Dcopysign.c4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
Dcopysignf.c6 union {float f; uint32_t i;} ux={x}, uy={y}; in copysignf() local
Dhypotf.c6 union {float f; uint32_t i;} ux = {x}, uy = {y}, ut; in hypotf() local
Dnextafterf.c5 union {float f; uint32_t i;} ux={x}, uy={y}; in nextafterf() local
Dnextafter.c5 union {double f; uint64_t i;} ux={x}, uy={y}; in nextafter() local
Dnexttoward.c11 union {double f; uint64_t i;} ux = {x}; in nexttoward() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dnextafterl.c11 union ldshape ux, uy; in nextafterl() local
47 union ldshape ux, uy; in nextafterl() local
Dnexttowardf.c5 union {float f; uint32_t i;} ux = {x}; in nexttowardf() local
Dcopysignf.c6 union {float f; uint32_t i;} ux={x}, uy={y}; in copysignf() local
Dcopysignl.c11 union ldshape ux = {x}, uy = {y}; in copysignl() local
Dcopysign.c4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
Dhypotf.c6 union {float f; uint32_t i;} ux = {x}, uy = {y}, ut; in hypotf() local
Dnexttoward.c11 union {double f; uint64_t i;} ux = {x}; in nexttoward() local
Dnextafterf.c5 union {float f; uint32_t i;} ux={x}, uy={y}; in nextafterf() local
/third_party/mesa3d/src/mesa/math/
Dm_norm_tmp.h63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
157 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
194 GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
226 GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
256 GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
286 GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
/third_party/boost/boost/geometry/arithmetic/
Ddeterminant.hpp41 static inline ReturnType apply(U const& ux, U const& uy in apply()
49 inline ReturnType determinant(U const& ux, U const& uy in determinant()
/third_party/musl/porting/uniproton/kernel/src/math/
Dcopysignl.c11 union ldshape ux = {x}, uy = {y}; in copysignl() local
Dcopysign.c4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
/third_party/musl/porting/liteos_m/kernel/src/math/
Dcopysignl.c11 union ldshape ux = {x}, uy = {y}; in copysignl() local
Dcopysign.c4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
/third_party/gn/src/base/numerics/
Dchecked_math_impl.h30 UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dchecked_math_impl.h35 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local

1234