Home
last modified time | relevance | path

Searched defs:u1 (Results 1 – 25 of 224) sorted by relevance

123456789

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp191 U1 u1(nullptr, ddest); in doDeleterTest() local
326 U1 u1; in test_deleter_value_category() local
335 U1 u1(nullptr, d1); in test_deleter_value_category() local
344 U1 u1(nullptr, cd1); in test_deleter_value_category() local
354 U1 u1; in test_deleter_value_category() local
363 U1 u1; in test_deleter_value_category() local
373 U1 u1(nullptr, d1); in test_deleter_value_category() local
382 U1 u1(nullptr, d1); in test_deleter_value_category() local
392 U1 u1(nullptr, cd1); in test_deleter_value_category() local
401 U1 u1(nullptr, cd1); in test_deleter_value_category() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp189 U1 u1(nullptr, ddest); in doDeleterTest() local
323 U1 u1; in test_deleter_value_category() local
332 U1 u1(nullptr, d1); in test_deleter_value_category() local
341 U1 u1(nullptr, cd1); in test_deleter_value_category() local
351 U1 u1; in test_deleter_value_category() local
360 U1 u1; in test_deleter_value_category() local
370 U1 u1(nullptr, d1); in test_deleter_value_category() local
379 U1 u1(nullptr, d1); in test_deleter_value_category() local
389 U1 u1(nullptr, cd1); in test_deleter_value_category() local
398 U1 u1(nullptr, cd1); in test_deleter_value_category() local
/external/mesa3d/src/glx/
Drender2.c44 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, in __indirect_glMap1d()
111 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, in __indirect_glMap1f()
174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, in __indirect_glMap2d()
252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, in __indirect_glMap2f()
/external/mesa3d/src/mesa/main/
Deval.c303 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1()
369 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f()
377 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d()
385 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2()
469 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in _mesa_Map2f()
480 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, in _mesa_Map2d()
765 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) in _mesa_MapGrid1f()
783 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) in _mesa_MapGrid1d()
790 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, in _mesa_MapGrid2f()
818 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, in _mesa_MapGrid2d()
/external/libvpx/vpx_dsp/x86/
Dfwd_txfm_sse2.c52 __m128i u0, u1, sum; in vpx_fdct8x8_1_sse2() local
90 __m128i u0, u1; in vpx_fdct16x16_1_sse2() local
159 __m128i u0, u1; in vpx_fdct32x32_1_sse2() local
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp188 U1 u1(std::move(u2)); in test_deleter_value_category() local
195 U1 u1(std::move(u2)); in test_deleter_value_category() local
202 U1 u1(std::move(u2)); in test_deleter_value_category() local
/external/OpenCL-CTS/test_conformance/half/
DTest_roundTrip.cpp220 uint16_t *u1 = (uint16_t *)gOut_half; in test_roundTrip() local
270 uint16_t *u1 = (uint16_t *)gOut_half; in test_roundTrip() local
/external/libaom/aom_dsp/x86/
Dhighbd_subtract_sse2.c27 __m128i u0, u1, u2, u3; in subtract_4x4() local
59 __m128i u0, u1, u2, u3, u4, u5, u6, u7; in subtract_4x8() local
111 __m128i u0, u1, u2, u3; in subtract_8x4() local
139 __m128i u0, u1, u2, u3, u4, u5, u6, u7; in subtract_8x8() local
/external/e2fsprogs/lib/uuid/
Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
Duuid.h.in58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
Dcompare.c41 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1); argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp182 U1 u1(std::move(u2)); in test_deleter_value_category() local
189 U1 u1(std::move(u2)); in test_deleter_value_category() local
196 U1 u1(std::move(u2)); in test_deleter_value_category() local
/external/linux-kselftest/tools/testing/selftests/proc/
Dproc-uptime-001.c28 uint64_t start, u0, u1, i0, i1; in main() local
Dproc-uptime-002.c47 uint64_t u0, u1, i0, i1; in main() local
/external/clang/test/Parser/
Dcxx-friend.cpp19 int u1; member
/external/libchrome/base/debug/
Dthread_heap_usage_tracker_unittest.cc236 ThreadHeapUsage u1 = ThreadHeapUsageTracker::GetUsageSnapshot(); in TEST_F() local
266 ThreadHeapUsage u1 = ThreadHeapUsageTracker::GetUsageSnapshot(); in TEST_F() local
296 ThreadHeapUsage u1 = ThreadHeapUsageTracker::GetUsageSnapshot(); in TEST_F() local
577 ThreadHeapUsage u1 = ThreadHeapUsageTracker::GetUsageSnapshot(); in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/
Dcross_op.h37 auto u1 = in0_data.template chip<1>(0); in operator() local
/external/rust/crates/uuid/src/external/
Dslog_support.rs34 let u1 = new(); in test_slog_kv() localVariable
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DVector3D.java137 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2) { in Vector3D() method in Vector3D
153 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() method in Vector3D
172 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() method in Vector3D
/external/clang/test/CodeGen/
Dxcore-stringtype.c158 union U3{union U1 u1;}; member
159 union U4{union U1 u1;}; member
160 void unionType1(union U1 u1) {} in unionType1()
/external/ltp/testcases/kernel/syscalls/syscall/
Dsyscall01.c37 uid_t u1, u2; in verify_getuid() local
/external/clang/test/SemaTemplate/
Dfun-template-def.cpp24 T f1(T t1, U u1, int i1) in f1()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.cpp30 double up, u1, u2, vp, v1, v2; in MulD() local
70 double up, u1, u2, vp, v1, v2; in MulDD() local
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
Dpiecewise_construct.pass.cpp39 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} in B()
/external/turbine/java/com/google/turbine/bytecode/
DByteReader.java48 public int u1() { in u1() method in ByteReader

123456789