Home
last modified time | relevance | path

Searched +defs:v +defs:x (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/external/libcxx/test/std/utilities/variant/variant.get/
Dget_index.pass.cpp38 constexpr V v(42); in test_const_lvalue_get() local
47 const V v(42); in test_const_lvalue_get() local
54 constexpr V v(42l); in test_const_lvalue_get() local
63 const V v(42l); in test_const_lvalue_get() local
72 int x = 42; in test_const_lvalue_get() local
73 const V v(x); in test_const_lvalue_get() local
79 int x = 42; in test_const_lvalue_get() local
80 const V v(std::move(x)); in test_const_lvalue_get() local
86 int x = 42; in test_const_lvalue_get() local
87 const V v(std::move(x)); in test_const_lvalue_get() local
[all …]
Dget_type.pass.cpp32 constexpr V v(42); in test_const_lvalue_get() local
41 const V v(42); in test_const_lvalue_get() local
48 constexpr V v(42l); in test_const_lvalue_get() local
57 const V v(42l); in test_const_lvalue_get() local
66 int x = 42; in test_const_lvalue_get() local
67 const V v(x); in test_const_lvalue_get() local
73 int x = 42; in test_const_lvalue_get() local
74 const V v(std::move(x)); in test_const_lvalue_get() local
80 int x = 42; in test_const_lvalue_get() local
81 const V v(std::move(x)); in test_const_lvalue_get() local
[all …]
Dget_if_type.pass.cpp29 constexpr const V *v = nullptr; in test_const_get_if() local
34 constexpr V v(42); in test_const_get_if() local
42 constexpr V v(42l); in test_const_get_if() local
51 int x = 42; in test_const_get_if() local
52 const V v(x); in test_const_get_if() local
58 int x = 42; in test_const_get_if() local
59 const V v(std::move(x)); in test_const_get_if() local
65 int x = 42; in test_const_get_if() local
66 const V v(std::move(x)); in test_const_get_if() local
76 V *v = nullptr; in test_get_if() local
[all …]
Dget_if_index.pass.cpp31 constexpr const V *v = nullptr; in test_const_get_if() local
36 constexpr V v(42); in test_const_get_if() local
44 constexpr V v(42l); in test_const_get_if() local
53 int x = 42; in test_const_get_if() local
54 const V v(x); in test_const_get_if() local
60 int x = 42; in test_const_get_if() local
61 const V v(std::move(x)); in test_const_get_if() local
67 int x = 42; in test_const_get_if() local
68 const V v(std::move(x)); in test_const_get_if() local
78 V *v = nullptr; in test_get_if() local
[all …]
/external/mesa3d/src/mesa/main/
Drastpos.c49 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos()
70 _mesa_RasterPos2d(GLdouble x, GLdouble y) in _mesa_RasterPos2d()
76 _mesa_RasterPos2f(GLfloat x, GLfloat y) in _mesa_RasterPos2f()
82 _mesa_RasterPos2i(GLint x, GLint y) in _mesa_RasterPos2i()
88 _mesa_RasterPos2s(GLshort x, GLshort y) in _mesa_RasterPos2s()
94 _mesa_RasterPos3d(GLdouble x, GLdouble y, GLdouble z) in _mesa_RasterPos3d()
100 _mesa_RasterPos3f(GLfloat x, GLfloat y, GLfloat z) in _mesa_RasterPos3f()
106 _mesa_RasterPos3i(GLint x, GLint y, GLint z) in _mesa_RasterPos3i()
112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z) in _mesa_RasterPos3s()
118 _mesa_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in _mesa_RasterPos4d()
[all …]
Dapi_loopback.c51 #define VERTEX2(x,y) CALL_Vertex2f(GET_DISPATCH(), (x,y)) argument
52 #define VERTEX3(x,y,z) CALL_Vertex3f(GET_DISPATCH(), (x,y,z)) argument
53 #define VERTEX4(x,y,z,w) CALL_Vertex4f(GET_DISPATCH(), (x,y,z,w)) argument
54 #define NORMAL(x,y,z) CALL_Normal3f(GET_DISPATCH(), (x,y,z)) argument
58 #define TEXCOORD4(s,t,u,v) CALL_TexCoord4f(GET_DISPATCH(), (s,t,u,v)) argument
63 #define MULTI_TEXCOORD4(z,s,t,u,v) CALL_MultiTexCoord4fARB(GET_DISPATCH(), (z,s,t,u,v)) argument
64 #define EVALCOORD1(x) CALL_EvalCoord1f(GET_DISPATCH(), (x)) argument
65 #define EVALCOORD2(x,y) CALL_EvalCoord2f(GET_DISPATCH(), (x,y)) argument
69 #define FOGCOORDF(x) CALL_FogCoordfEXT(GET_DISPATCH(), (x)) argument
72 #define ATTRIB1NV(index,x) CALL_VertexAttrib1fNV(GET_DISPATCH(), (index,x)) argument
[all …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dstring_cast.inl43 GLM_FUNC_QUALIFIER std::string to_string(float x)
48 GLM_FUNC_QUALIFIER std::string to_string(double x)
53 GLM_FUNC_QUALIFIER std::string to_string(int x)
58 GLM_FUNC_QUALIFIER std::string to_string(unsigned int x)
69 detail::tvec2<bool, P> const & v
80 detail::tvec3<bool, P> const & v
92 detail::tvec4<bool, P> const & v
108 detail::tvec2<float, P> const & v
117 detail::tvec3<float, P> const & v
126 detail::tvec4<float, P> const & v
[all …]
Dsimd_vec4.inl32 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(fvec4SIMD const & v) : function in glm::detail::fvec4SIMD
36 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec4 const & v) :
47 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & x, float const & y, float const & z, float co…
64 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec2 const & v, float const & s1, float const & s2) :
68 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, vec2 const & v, float const & s2) :
72 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, float const & s2, vec2 const & v) :
76 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec3 const & v, float const & s) :
80 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s, vec3 const & v) :
95 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator=(fvec4SIMD const & v)
107 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator+=(fvec4SIMD const & v)
[all …]
/external/syslinux/com32/include/
Dbyteswap.h10 #define __bswap_16_macro(v) ((uint16_t) \ argument
14 static inline __constfunc uint16_t __bswap_16(uint16_t v) in __bswap_16()
19 #define bswap_16(x) (__builtin_constant_p(x) ? \ argument
22 #define __bswap_32_macro(v) ((uint32_t) \ argument
28 static inline __constfunc uint32_t __bswap_32(uint32_t v) in __bswap_32()
41 #define bswap_32(x) (__builtin_constant_p(x) ? \ argument
45 #define __bswap_64_macro(v) ((uint64_t) \ argument
49 static inline __constfunc uint64_t __bswap_64(uint64_t v) in __bswap_64()
59 #define bswap_64(x) (__builtin_constant_p(x) ? \ argument
66 #define be16_to_cpu(x) bswap_16(x) argument
[all …]
/external/libdrm/
Dxf86atomic.h49 # define atomic_read(x) ((x)->atomic) argument
50 # define atomic_set(x, val) ((x)->atomic = (val)) argument
51 # define atomic_inc(x) ((void) __sync_fetch_and_add (&(x)->atomic, 1)) argument
52 # define atomic_inc_return(x) (__sync_add_and_fetch (&(x)->atomic, 1)) argument
53 # define atomic_dec_and_test(x) (__sync_add_and_fetch (&(x)->atomic, -1) == 0) argument
54 # define atomic_add(x, v) ((void) __sync_add_and_fetch(&(x)->atomic, (v))) argument
55 # define atomic_dec(x, v) ((void) __sync_sub_and_fetch(&(x)->atomic, (v))) argument
56 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) argument
69 # define atomic_read(x) AO_load_full(&(x)->atomic) argument
70 # define atomic_set(x, val) AO_store_full(&(x)->atomic, (val)) argument
[all …]
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Din_place_index_args.pass.cpp63 constexpr std::variant<int> v(std::in_place_index<0>, 42); in test_ctor_basic() local
68 constexpr std::variant<int, long, long> v(std::in_place_index<1>, 42); in test_ctor_basic() local
73 constexpr std::variant<int, const int, long> v(std::in_place_index<1>, 42); in test_ctor_basic() local
79 int x = 42; in test_ctor_basic() local
80 V v(std::in_place_index<0>, x); in test_ctor_basic() local
86 int x = 42; in test_ctor_basic() local
87 V v(std::in_place_index<1>, x); in test_ctor_basic() local
93 int x = 42; in test_ctor_basic() local
94 V v(std::in_place_index<2>, x); in test_ctor_basic() local
DT.pass.cpp79 constexpr std::variant<int> v(42); in test_T_ctor_basic() local
84 constexpr std::variant<int, long> v(42l); in test_T_ctor_basic() local
92 int x = 42; in test_T_ctor_basic() local
93 V v(x); in test_T_ctor_basic() local
100 int x = 42; in test_T_ctor_basic() local
101 V v(std::move(x)); in test_T_ctor_basic() local
/external/clang/test/CodeGen/
Dppc64le-aggregates.c21 struct f1 func_f1(struct f1 x) { return x; } in func_f1()
24 struct f2 func_f2(struct f2 x) { return x; } in func_f2()
27 struct f3 func_f3(struct f3 x) { return x; } in func_f3()
30 struct f4 func_f4(struct f4 x) { return x; } in func_f4()
33 struct f5 func_f5(struct f5 x) { return x; } in func_f5()
36 struct f6 func_f6(struct f6 x) { return x; } in func_f6()
39 struct f7 func_f7(struct f7 x) { return x; } in func_f7()
42 struct f8 func_f8(struct f8 x) { return x; } in func_f8()
45 struct f9 func_f9(struct f9 x) { return x; } in func_f9()
48 struct fab func_fab(struct fab x) { return x; } in func_fab()
[all …]
/external/vulkan-validation-layers/libs/glm/gtc/
Dpacking.inl139 GLM_FUNC_QUALIFIER glm::uint floatTo11bit(float x)
151 GLM_FUNC_QUALIFIER float packed11bitToFloat(glm::uint x)
164 GLM_FUNC_QUALIFIER glm::uint floatTo10bit(float x)
176 GLM_FUNC_QUALIFIER float packed10bitToFloat(glm::uint x)
198 uint x : 10; member
210 int x : 10; member
220 GLM_FUNC_QUALIFIER uint8 packUnorm1x8(float const & v)
231 GLM_FUNC_QUALIFIER uint16 packUnorm2x8(vec2 const & v)
244 GLM_FUNC_QUALIFIER uint8 packSnorm1x8(float const & v)
259 GLM_FUNC_QUALIFIER uint16 packSnorm2x8(vec2 const & v)
[all …]
/external/v8/benchmarks/
Dnavier-stokes.js83 function addFields(x, s, dt) argument
88 function set_bnd(b, x) argument
128 function lin_solve(b, x, x0, a, c) argument
157 function diffuse(b, x, x0, dt) argument
163 function lin_solve2(x, x0, y, y0, a, c) argument
198 function diffuse2(x, x0, y, y0, dt) argument
204 function advect(b, d, d0, u, v, dt) argument
239 function project(u, v, p, div) argument
277 function dens_step(x, x0, u, v, dt) argument
284 function vel_step(u, v, u0, v0, dt) argument
[all …]
/external/pdfium/third_party/freetype/src/base/
Dfttrigon.c135 FT_Pos x, y; in ft_trig_prenorm() local
167 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_rotate() local
222 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_polarize() local
299 FT_Vector v; in FT_Cos() local
313 FT_Vector v; in FT_Sin() local
327 FT_Vector v; in FT_Tan() local
342 FT_Vector v; in FT_Atan2() local
376 #define FT_SIGN_LONG( x ) ( (x) >> ( FT_SIZEOF_LONG * 8 - 1 ) ) argument
377 #define FT_SIGN_INT( x ) ( (x) >> ( FT_SIZEOF_INT * 8 - 1 ) ) argument
378 #define FT_SIGN_INT32( x ) ( (x) >> 31 ) argument
[all …]
/external/freetype/src/base/
Dfttrigon.c136 FT_Pos x, y; in ft_trig_prenorm() local
168 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_rotate() local
223 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_polarize() local
300 FT_Vector v; in FT_Cos() local
314 FT_Vector v; in FT_Sin() local
328 FT_Vector v; in FT_Tan() local
343 FT_Vector v; in FT_Atan2() local
377 #define FT_SIGN_LONG( x ) ( (x) >> ( FT_SIZEOF_LONG * 8 - 1 ) ) argument
378 #define FT_SIGN_INT( x ) ( (x) >> ( FT_SIZEOF_INT * 8 - 1 ) ) argument
379 #define FT_SIGN_INT32( x ) ( (x) >> 31 ) argument
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c54 _mesa_noop_Indexfv(const GLfloat * v) in _mesa_noop_Indexfv()
64 _mesa_noop_FogCoordfvEXT(const GLfloat * v) in _mesa_noop_FogCoordfvEXT()
74 _mesa_noop_Normal3fv(const GLfloat * v) in _mesa_noop_Normal3fv()
84 _mesa_noop_Color4fv(const GLfloat * v) in _mesa_noop_Color4fv()
94 _mesa_noop_Color3fv(const GLfloat * v) in _mesa_noop_Color3fv()
104 _mesa_noop_MultiTexCoord1fvARB(GLenum target, const GLfloat * v) in _mesa_noop_MultiTexCoord1fvARB()
114 _mesa_noop_MultiTexCoord2fvARB(GLenum target, const GLfloat * v) in _mesa_noop_MultiTexCoord2fvARB()
124 _mesa_noop_MultiTexCoord3fvARB(GLenum target, const GLfloat * v) in _mesa_noop_MultiTexCoord3fvARB()
135 _mesa_noop_MultiTexCoord4fvARB(GLenum target, const GLfloat * v) in _mesa_noop_MultiTexCoord4fvARB()
145 _mesa_noop_SecondaryColor3fvEXT(const GLfloat * v) in _mesa_noop_SecondaryColor3fvEXT()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dport.h130 #define GOOGLE_LONGLONG(x) x##I64 argument
131 #define GOOGLE_ULONGLONG(x) x##UI64 argument
134 #define GOOGLE_LONGLONG(x) x##LL argument
135 #define GOOGLE_ULONGLONG(x) x##ULL argument
189 #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) argument
191 #define GOOGLE_PREDICT_TRUE(x) (x) argument
198 #define GOOGLE_PREDICT_FALSE(x) (__builtin_expect(x, 0)) argument
200 #define GOOGLE_PREDICT_FALSE(x) (x) argument
226 #define GOOGLE_GUARDED_BY(x) argument
260 inline void GOOGLE_UNALIGNED_STORE16(void *p, uint16 v) { in GOOGLE_UNALIGNED_STORE16()
[all …]
/external/clang/test/Sema/
Dcast.c4 cpumask_t x; variable
31 void testBool(Bool v) { in testBool()
45 void testInt(Int v) { in testInt()
67 void testLong(Long v) { in testLong()
81 void testFloat(Float v) { in testFloat()
93 void testDouble(Double v) { in testDouble()
105 void testCI(CInt v) { in testCI()
117 void testCLong(CLong v) { in testCLong()
129 void testCFloat(CFloat v) { in testCFloat()
141 void testCDouble(CDouble v) { in testCDouble()
[all …]
/external/selinux/libselinux/src/
Dsha1.c53 #define R0(v,w,x,y,z,i) z += ((w&(x^y))^y) + blk0(i)+ 0x5A827999 + rol(v,5); w=rol(w,30); argument
54 #define R1(v,w,x,y,z,i) z += ((w&(x^y))^y) + blk(i) + 0x5A827999 + rol(v,5); w=rol(w,30); argument
55 #define R2(v,w,x,y,z,i) z += (w^x^y) + blk(i) + 0x6ED9EBA1 + rol(v,5); w=rol(w,30); argument
56 #define R3(v,w,x,y,z,i) z += (((w|x)&y)|(w&x)) + blk(i) + 0x8F1BBCDC + rol(v,5); w=rol(w,30); argument
57 #define R4(v,w,x,y,z,i) z += (w^x^y) + blk(i) + 0xCA62C1D6 + rol(v,5); w=rol(w,30); argument
/external/ppp/pppd/
Dsha1.c36 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
37 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
38 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
39 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
40 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/external/jemalloc/test/include/test/
DSFMT.h100 JEMALLOC_INLINE double to_real1(uint32_t v) in to_real1()
113 JEMALLOC_INLINE double to_real2(uint32_t v) in to_real2()
126 JEMALLOC_INLINE double to_real3(uint32_t v) in to_real3()
140 JEMALLOC_INLINE double to_res53(uint64_t v) in to_res53()
147 JEMALLOC_INLINE double to_res53_mix(uint32_t x, uint32_t y) in to_res53_mix()
164 uint32_t x, y; in genrand_res53_mix() local
/external/openssh/openbsd-compat/
Dsha1.c42 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
43 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
44 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
45 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
46 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl136 genFIType const & x
321 detail::tvec2<T, P> const & x,
333 detail::tvec3<T, P> const & x,
346 detail::tvec4<T, P> const & x,
369 genType const & x,
420 detail::tvec2<T, P> const & x,
437 detail::tvec3<T, P> const & x,
455 detail::tvec4<T, P> const & x,
474 detail::tvec2<T, P> const & x,
491 detail::tvec3<T, P> const & x,
[all …]

12345678910>>...43