Home
last modified time | relevance | path

Searched defs:uy (Results 1 – 12 of 12) sorted by relevance

/external/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
/external/tensorflow/tensorflow/compiler/xla/
Doverflow_util.h35 const uint64 uy = y; in MultiplyWithoutOverflow() local
65 const U uy = y; in OverflowSafeAdd() local
/external/rust/crates/libm/src/math/
Dcopysign.rs7 let uy = y.to_bits(); in copysign() localVariable
Dcopysignf.rs7 let uy = y.to_bits(); in copysignf() localVariable
Dremquof.rs4 let mut uy: u32 = y.to_bits(); in remquof() localVariable
Dremquo.rs4 let mut uy: u64 = y.to_bits(); in remquo() localVariable
/external/tensorflow/tensorflow/core/util/
Doverflow.h36 const uint64 uy = y; in MultiplyWithoutOverflow() local
/external/libchrome/base/numerics/
Dchecked_math_impl.h31 UnsignedDst uy = static_cast<UnsignedDst>(y); in CheckedAddImpl() local
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c40 } ux, uy; in copysignf() local
55 } ux, uy; in copysign() local
74 } ux, uy; in copysignl() local
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1666 GLfloat uy = dudy * scaling; in sample_2d_ewa() local
1787 GLfloat uy = dudy * scaling; in sample_2d_footprint() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp1078 } ux, uy; in reference_copysign() local
1092 } ux, uy; in reference_copysignd() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2363 const float uy = dudy * scaling; in img_filter_2d_ewa() local