/external/clang/test/CodeGenCXX/ |
H A D | vector-splat-conversion.cpp | 10 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 D | p8-1y.cpp | 18 template<template<typename> class...X> int v4; variable 19 template<template<typename> class...X> int v4<X...>; variable
|
/external/clang/test/CodeGen/ |
H A D | cxx-value-init.cpp | 9 _Complex int v4 = typeof(_Complex int)(); local
|
H A D | mmx-inline-asm.c | 9 __m64 v1, v2, v3, v4, v5, v6, v7; local 20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
|
H A D | vld_dup.c | 11 int64x1x3_t v4; local 43 v4 = vld3_dup_s64(v6);
|
H A D | altivec.c | 14 // 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 D | vector-alignment.c | 32 double __attribute__((vector_size(1024))) v4; variable 33 // SSE: @v4 {{.*}}, align 16 34 // AVX: @v4 {{.*}}, align 32 35 // AVX512: @v4 {{.*}}, align 64
|
H A D | attr-mode-vector-types.c | 18 vec_t4 v4; local
|
H A D | mangle-windows.c | 73 void __vectorcall v4(int a) {} function 74 // CHECK: define x86_vectorcallcc void @"\01v4@@4"( 75 // X64: define x86_vectorcallcc void @"\01v4@@8"(
|
H A D | xcore-abi.c | 63 long long int v4 = va_arg (ap, long long int); local 64 f(&v4);
|
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | ip_addr.h | 15 struct in_addr v4; member in union:hostapd_ip_addr::__anon20934
|
/external/wpa_supplicant_8/src/utils/ |
H A D | ip_addr.h | 15 struct in_addr v4; member in union:hostapd_ip_addr::__anon21196
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | ip_addr.h | 15 struct in_addr v4; member in union:hostapd_ip_addr::__anon21456
|
/external/robolectric/v3/ |
H A D | shadows-support-v4-3.1-SNAPSHOT.jar | ... support.v4.ShadowAsyncTaskLoader shadowOf (android.support.v4.content.AsyncTaskLoader) android.support.v4. |
/external/clang/test/PCH/ |
H A D | check-deserializations.cpp | 29 namespace v4 { constexpr X DND = {}; } namespace in namespace:vars
|
/external/clang/test/Sema/ |
H A D | altivec-init.c | 3 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 D | vector-assign.c | 12 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 D | type-convert-construct.cpp | 10 int v4 = int(); local
|
/external/clang/test/SemaTemplate/ |
H A D | instantiate-deeply.cpp | 13 a v4 = v3 * v3; local 14 field += v2 + v4;
|
/external/llvm/test/MC/Hexagon/ |
H A D | v60-vmem.s | 80 #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 D | sigcontext.c | 47 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 D | xxhash.h | 75 uint32_t v4; member in struct:XXH_state32_t
|
/external/guava/guava/src/com/google/common/collect/ |
H A D | ImmutableSortedMapFauxverideShim.java | 94 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 D | endpoint.hpp | 117 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 D | endpoint.hpp | 117 asio::detail::sockaddr_in4_type v4; member in union:asio::ip::detail::endpoint::data_union
|