Searched defs:v4 (Results 1 - 25 of 126) sorted by relevance

123456

/external/clang/test/CodeGenCXX/
H A Dvector-splat-conversion.cpp10 constexpr float8 v4 = 4.0; // value to compare against abs(z)^2, to see if bounded local
12 auto vLT = vABS < v4;
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp8-1y.cpp18 template<template<typename> class...X> int v4; variable
19 template<template<typename> class...X> int v4<X...>; variable
/external/clang/test/CodeGen/
H A Dcxx-value-init.cpp9 _Complex int v4 = typeof(_Complex int)(); local
H A Dmmx-inline-asm.c9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
H A Dvld_dup.c11 int64x1x3_t v4; local
43 v4 = vld3_dup_s64(v6);
H A Daltivec.c14 // CHECK: @v4 = global <4 x i32> <i32 16909060, i32 0, i32 0, i32 0>
15 vector int v4 = (vector char){1, 2, 3, 4}; variable
H A Dvector-alignment.c32 double __attribute__((vector_size(1024))) v4; variable
33 // SSE: @v4 {{.*}}, align 16
34 // AVX: @v4 {{.*}}, align 32
35 // AVX512: @v4 {{.*}}, align 64
H A Dattr-mode-vector-types.c18 vec_t4 v4; local
H A Dmangle-windows.c73 void __vectorcall v4(int a) {} function
74 // CHECK: define x86_vectorcallcc void @"\01v4@@4"(
75 // X64: define x86_vectorcallcc void @"\01v4@@8"(
H A Dxcore-abi.c63 long long int v4 = va_arg (ap, long long int); local
64 f(&v4);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.h15 struct in_addr v4; member in union:hostapd_ip_addr::__anon20934
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.h15 struct in_addr v4; member in union:hostapd_ip_addr::__anon21196
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dip_addr.h15 struct in_addr v4; member in union:hostapd_ip_addr::__anon21456
/external/robolectric/v3/
H A Dshadows-support-v4-3.1-SNAPSHOT.jar ... support.v4.ShadowAsyncTaskLoader shadowOf (android.support.v4.content.AsyncTaskLoader) android.support.v4.
/external/clang/test/PCH/
H A Dcheck-deserializations.cpp29 namespace v4 { constexpr X DND = {}; } namespace in namespace:vars
/external/clang/test/Sema/
H A Daltivec-init.c3 typedef int v4 __attribute((vector_size(16))); typedef
8 v4 b;
10 b = (v4)(5, 6, 7, 8, 9); // expected-warning {{excess elements in vector initializer}}
11 b = (v4)(5, 6, 8, 8.0f);
30 void __attribute__((__overloadable__)) f(v4 a)
40 v4 vGCC;
H A Dvector-assign.c12 v2f v4; local
17 v1 = v4; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' values)}}
22 v2 = v4; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' values)}}
27 v3 = v4; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2f' (vector of 2 'float' values)}}
30 v4 = v1; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2s' (vector of 2 'int' values)}}
31 v4 = v2; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2u' (vector of 2 'unsigned int' values)}}
32 v4 = v3; // expected-error {{assigning to 'v2f' (vector of 2 'float' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' values)}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}}
/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp10 int v4 = int(); local
/external/clang/test/SemaTemplate/
H A Dinstantiate-deeply.cpp13 a v4 = v3 * v3; local
14 field += v2 + v4;
/external/llvm/test/MC/Hexagon/
H A Dv60-vmem.s80 #CHECK: 29b8d5c4 { if (p2) vmemu(r24++#-3) = v4 }
82 if (p2) vmemu(r24++#-3)=v4
348 #CHECK: 28f8d17a if(!p2) vmem(r24+#1):nt = v4.new }
350 v4 = v8 define
351 if(!p2)vmem(r24+#1):nt=v4.new
354 #CHECK: 2924c322 vmem(r4++#3) = v4.new }
356 v4 = v3 define
357 vmem(r4++#3)=v4.new
/external/valgrind/none/tests/x86-linux/
H A Dsigcontext.c47 int v2, v3, v4; local
67 : "=a" (ret), "=d" (v2), "=S" (v3), "=D" (v4)
69 printf("v2=%x v3=%x v4=%x\n", v2, v3, v4);
82 : "=a" (ret), "=d" (v2), "=S" (v3), "=D" (v4)
84 printf("v2=%x v3=%x v4=%x\n", v2, v3, v4);
/external/fio/crc/
H A Dxxhash.h75 uint32_t v4; member in struct:XXH_state32_t
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
109 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
93 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
108 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/parameter-framework/asio/include/asio/ip/detail/
H A Dendpoint.hpp117 asio::detail::sockaddr_in4_type v4; member in union:asio::ip::detail::endpoint::data_union
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
H A Dendpoint.hpp117 asio::detail::sockaddr_in4_type v4; member in union:asio::ip::detail::endpoint::data_union

Completed in 1137 milliseconds

123456