Home
last modified time | relevance | path

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

123

/external/musl/src/math/
Dnextafterl.c11 union ldshape ux, uy; in nextafterl() local
47 union ldshape ux, uy; in nextafterl() 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
Dcopysignl.c11 union ldshape ux = {x}, uy = {y}; in copysignl() local
Dnexttowardf.c5 union {float f; uint32_t i;} ux = {x}; in nexttowardf() 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
/external/trusty/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
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
Dcopysignl.c11 union ldshape ux = {x}, uy = {y}; in copysignl() 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
/external/tensorflow/tensorflow/compiler/xla/
Doverflow_util.h32 const uint64_t ux = x; in MultiplyWithoutOverflow() local
62 const U ux = x; in OverflowSafeAdd() local
/external/musl/src/math/i386/
Dsqrt.c5 union ldshape ux; in sqrt() local
/external/rust/android-crates-io/crates/libm/src/math/
Dcopysignf.rs7 let mut ux = x.to_bits(); in copysignf() localVariable
Dcopysign.rs7 let mut ux = x.to_bits(); in copysign() localVariable
/external/tensorflow/tensorflow/core/util/
Doverflow.h35 const uint64 ux = x; in MultiplyWithoutOverflow() local
/external/libchrome/base/numerics/
Dchecked_math_impl.h30 UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
/external/pdfium/third_party/base/numerics/
Dchecked_math_impl.h31 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
/external/cronet/tot/base/numerics/
Dchecked_math_impl.h30 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
/external/cronet/stable/base/numerics/
Dchecked_math_impl.h30 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
Dchecked_math_impl.h28 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
/external/angle/src/common/base/anglebase/numerics/
Dchecked_math_impl.h35 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local

123