Home
last modified time | relevance | path

Searched defs:ux (Results 1 – 14 of 14) 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.h34 const uint64 ux = x; in MultiplyWithoutOverflow() local
64 const U ux = x; in OverflowSafeAdd() local
/external/tensorflow/tensorflow/core/util/
Doverflow.h30 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/u-boot/post/lib_powerpc/fpu/
Dmul-subnormal-single-1.c45 tstmul (unsigned int ux, unsigned int uy, unsigned int ur) in tstmul()
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c37 union{ cl_uint u; float f; }ux, uy; in copysignf() local
49 union{ cl_ulong u; double f; }ux, uy; in copysign() local
65 }ux, uy; in copysignl() local
233 static void GET_BITS_SP32(float fx, unsigned int* ux) in GET_BITS_SP32()
245 static void PUT_BITS_SP32(unsigned int ux, float* fx) in PUT_BITS_SP32()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c16 unsigned __int128 ux; variable
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3evb/
Daudio_provider.cc117 uint32_t ux, ui32GPIONumber; in custom_am_bsp_low_power_init() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java581 int ux = 0; in buildStateTable() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java582 int ux = 0; in buildStateTable() local
/external/icu/icu4c/source/common/
Drbbitblb.cpp660 int32_t ux = 0; in buildStateTable() local
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1664 GLfloat ux = dudx * scaling; in sample_2d_ewa() local
1785 GLfloat ux = dudx * scaling; in sample_2d_footprint() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp1051 union { float f; cl_uint u;} ux, uy; in reference_copysign() local
1061 union { double f; cl_ulong u;} ux, uy; in reference_copysignd() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2361 const float ux = dudx * scaling; in img_filter_2d_ewa() local