/external/musl/src/math/ |
D | nextafterl.c | 11 union ldshape ux, uy; in nextafterl() local 47 union ldshape ux, uy; in nextafterl() local
|
D | copysign.c | 4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
|
D | copysignf.c | 6 union {float f; uint32_t i;} ux={x}, uy={y}; in copysignf() local
|
D | copysignl.c | 11 union ldshape ux = {x}, uy = {y}; in copysignl() local
|
D | nexttowardf.c | 5 union {float f; uint32_t i;} ux = {x}; in nexttowardf() local
|
D | hypotf.c | 6 union {float f; uint32_t i;} ux = {x}, uy = {y}, ut; in hypotf() local
|
D | nextafterf.c | 5 union {float f; uint32_t i;} ux={x}, uy={y}; in nextafterf() local
|
/external/trusty/musl/src/math/ |
D | nextafterl.c | 11 union ldshape ux, uy; in nextafterl() local 47 union ldshape ux, uy; in nextafterl() local
|
D | nexttowardf.c | 5 union {float f; uint32_t i;} ux = {x}; in nexttowardf() local
|
D | copysign.c | 4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
|
D | copysignf.c | 6 union {float f; uint32_t i;} ux={x}, uy={y}; in copysignf() local
|
D | copysignl.c | 11 union ldshape ux = {x}, uy = {y}; in copysignl() local
|
D | hypotf.c | 6 union {float f; uint32_t i;} ux = {x}, uy = {y}, ut; in hypotf() local
|
D | nextafterf.c | 5 union {float f; uint32_t i;} ux={x}, uy={y}; in nextafterf() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | overflow_util.h | 32 const uint64_t ux = x; in MultiplyWithoutOverflow() local 62 const U ux = x; in OverflowSafeAdd() local
|
/external/musl/src/math/i386/ |
D | sqrt.c | 5 union ldshape ux; in sqrt() local
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | copysignf.rs | 7 let mut ux = x.to_bits(); in copysignf() localVariable
|
D | copysign.rs | 7 let mut ux = x.to_bits(); in copysign() localVariable
|
/external/tensorflow/tensorflow/core/util/ |
D | overflow.h | 35 const uint64 ux = x; in MultiplyWithoutOverflow() local
|
/external/libchrome/base/numerics/ |
D | checked_math_impl.h | 30 UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|
/external/pdfium/third_party/base/numerics/ |
D | checked_math_impl.h | 31 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|
/external/cronet/tot/base/numerics/ |
D | checked_math_impl.h | 30 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|
/external/cronet/stable/base/numerics/ |
D | checked_math_impl.h | 30 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/ |
D | checked_math_impl.h | 28 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|
/external/angle/src/common/base/anglebase/numerics/ |
D | checked_math_impl.h | 35 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|