/third_party/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 | copysignl.c | 11 union ldshape ux = {x}, uy = {y}; in copysignl() 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 | 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
|
D | nexttoward.c | 11 union {double f; uint64_t i;} ux = {x}; in nexttoward() local
|
D | nextafter.c | 5 union {double f; uint64_t i;} ux={x}, uy={y}; in nextafter() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | nextafterl.c | 11 union ldshape ux, uy; in nextafterl() local 47 union ldshape ux, uy; in nextafterl() local
|
D | copysignf.c | 6 union {float f; uint32_t i;} ux={x}, uy={y}; in copysignf() 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 | 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 | nextafter.c | 5 union {double f; uint64_t i;} ux={x}, uy={y}; in nextafter() local
|
D | nextafterf.c | 5 union {float f; uint32_t i;} ux={x}, uy={y}; in nextafterf() local
|
D | nexttoward.c | 11 union {double f; uint64_t i;} ux = {x}; in nexttoward() local
|
/third_party/musl/src/math/i386/ |
D | sqrt.c | 5 union ldshape ux; in sqrt() local
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | copysignl.c | 11 union ldshape ux = {x}, uy = {y}; in copysignl() local
|
D | copysign.c | 4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | copysignl.c | 11 union ldshape ux = {x}, uy = {y}; in copysignl() local
|
D | copysign.c | 4 union {double f; uint64_t i;} ux={x}, uy={y}; in copysign() local
|
/third_party/gn/src/base/numerics/ |
D | checked_math_impl.h | 30 UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | checked_math_impl.h | 35 const UnsignedDst ux = static_cast<UnsignedDst>(x); in CheckedAddImpl() local
|