/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bitvector_test.cc | 31 static void CheckBV(const BV &bv, const set<uptr> &s) { in CheckBV() argument 33 t.copyFrom(bv); in CheckBV() 35 uptr last_idx = bv.size(); in CheckBV() 37 for (typename BV::Iterator it(bv); it.hasNext();) { in CheckBV() 40 if (last_idx != bv.size()) in CheckBV() 47 last_idx = bv.size(); in CheckBV() 50 if (last_idx != bv.size()) in CheckBV() 59 void Print(const BV &bv) { in Print() argument 61 t.copyFrom(bv); in Print() 78 BV bv, bv1, t_bv; in TestBitVector() local [all …]
|
/external/epid-sdk/doc/html/ |
D | jquery.js | 44 …bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2… argument 51 …;e=bv}e("parentNode",bR,bS,bT,bU,bV)},"~":function(bT,bR,bV){var bU,bS=bI++,e=bN;if(typeof bR==="s… argument
|
/external/tinyxml2/docs/ |
D | jquery.js | 16 …bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2… argument 23 …;e=bv}e("parentNode",bR,bS,bT,bU,bV)},"~":function(bT,bR,bV){var bU,bS=bI++,e=bN;if(typeof bR==="s… argument
|
/external/clang/test/CodeGenCXX/ |
D | mangle-local-class-names.cpp | 15 float bv; in FUNC() member 16 SSSS( const float& from): bv(from) { } in FUNC() 39 float bv; in GORF() member 40 SSSS( const float& from): bv(from) { } in GORF() 62 float bv; in OmittingCode() member 63 SSSS(const float& from): bv(from) { } in OmittingCode() 70 float bv; in OmittingCode() member 71 SSSS(const float& from): bv(from) { } in OmittingCode()
|
/external/deqp-deps/glslang/Test/ |
D | spv.int32.frag | 68 bvec2 bv; 104 i32v = i32vec2(bv); // bool -> int32 105 u32v = u32vec2(bv); // bool -> uint32 106 bv = bvec2(i32v); // int32 -> bool 107 bv = bvec2(u32v); // uint32 -> bool 174 bvec3 bv; 224 bv = lessThan(u32v, u32vec3(u32)); 225 bv.xy = lessThan(i32v, i32vec2(i32)); 228 bv = lessThanEqual(u32v, u32vec3(u32)); 229 bv.xy = lessThanEqual(i32v, i32vec2(i32)); [all …]
|
D | spv.vulkan110.int16.frag | 67 bvec2 bv; 106 i16v = i16vec2(bv); // bool -> int16 107 u16v = u16vec2(bv); // bool -> uint16 108 bv = bvec2(i16v); // int16 -> bool 109 bv = bvec2(u16v); // uint16 -> bool 175 bvec3 bv; 225 bv = lessThan(u16v, u16vec3(u16)); 226 bv.xy = lessThan(i16v, i16vec2(i16)); 229 bv = lessThanEqual(u16v, u16vec3(u16)); 230 bv.xy = lessThanEqual(i16v, i16vec2(i16)); [all …]
|
D | spv.int8.frag | 67 bvec2 bv; 106 i8v = i8vec2(bv); // bool -> int8 107 u8v = u8vec2(bv); // bool -> uint8 108 bv = bvec2(i8v); // int8 -> bool 109 bv = bvec2(u8v); // uint8 -> bool 176 bvec3 bv; 227 bv = lessThan(u8v, u8vec3(u8)); 228 bv.xy = lessThan(i8v, i8vec2(i8)); 231 bv = lessThanEqual(u8v, u8vec3(u8)); 232 bv.xy = lessThanEqual(i8v, i8vec2(i8)); [all …]
|
D | spv.int16.frag | 67 bvec2 bv; 106 i16v = i16vec2(bv); // bool -> int16 107 u16v = u16vec2(bv); // bool -> uint16 108 bv = bvec2(i16v); // int16 -> bool 109 bv = bvec2(u16v); // uint16 -> bool 175 bvec3 bv; 225 bv = lessThan(u16v, u16vec3(u16)); 226 bv.xy = lessThan(i16v, i16vec2(i16)); 229 bv = lessThanEqual(u16v, u16vec3(u16)); 230 bv.xy = lessThanEqual(i16v, i16vec2(i16)); [all …]
|
D | spv.int64.frag | 44 bvec2 bv; 53 i64v = i64vec2(bv); // bool -> int64 54 u64v = u64vec2(bv); // bool -> uint64 74 bv = bvec2(i64v); // int64 -> bool 75 bv = bvec2(u64v); // uint64 -> bool 149 bvec3 bv; 209 bv = lessThan(u64v, u64vec3(u64)); 210 bv.xy = lessThan(i64v, i64vec2(i64)); 213 bv = lessThanEqual(u64v, u64vec3(u64)); 214 bv.xy = lessThanEqual(i64v, i64vec2(i64)); [all …]
|
D | spv.int16.amd.frag | 101 bvec2 bv; 113 i16v = i16vec2(bv); // bool -> int16 114 u16v = u16vec2(bv); // bool -> uint16 115 bv = bvec2(i16v); // int16 -> bool 116 bv = bvec2(u16v); // uint16 -> bool 162 bvec3 bv; 241 bv = lessThan(u16v, u16vec3(u16)); 242 bv.xy = lessThan(i16v, i16vec2(i16)); 245 bv = lessThanEqual(u16v, u16vec3(u16)); 246 bv.xy = lessThanEqual(i16v, i16vec2(i16)); [all …]
|
D | spv.explicittypes.frag | 130 bvec2 bv; 169 i8v = i8vec2(bv); // bool -> int8 170 u8v = u8vec2(bv); // bool -> uint8 171 bv = bvec2(i8v); // int8 -> bool 172 bv = bvec2(u8v); // uint8 -> bool 188 bvec2 bv; 227 i16v = i16vec2(bv); // bool -> int16 228 u16v = u16vec2(bv); // bool -> uint16 229 bv = bvec2(i16v); // int16 -> bool 230 bv = bvec2(u16v); // uint16 -> bool [all …]
|
D | spv.float32.frag | 100 bvec3 bv; 115 f32v = f32vec3(bv); // bool -> float32 116 bv = bvec3(f32v); // float32 -> bool 174 bvec3 bv; 196 f32v3 = mix(f32v1, f32v2, bv); 202 bv = isinf(f32v1); 245 bvec3 bv; 247 bv = lessThan(f32v1, f32v2); 248 bv = lessThanEqual(f32v1, f32v2); 249 bv = greaterThan(f32v1, f32v2); [all …]
|
D | spv.float64.frag | 100 bvec3 bv; 113 f64v = f64vec3(bv); // bool -> float64 114 bv = bvec3(f64v); // float64 -> bool 169 bvec3 bv; 191 f64v3 = mix(f64v1, f64v2, bv); 197 bv = isinf(f64v1); 240 bvec3 bv; 242 bv = lessThan(f64v1, f64v2); 243 bv = lessThanEqual(f64v1, f64v2); 244 bv = greaterThan(f64v1, f64v2); [all …]
|
D | spv.float16.frag | 123 bvec3 bv; 133 f16v = f16vec3(bv); // bool -> float16 134 bv = bvec3(f16v); // float16 -> bool 194 bvec3 bv; 216 f16v3 = mix(f16v1, f16v2, bv); 222 bv = isinf(f16v1); 274 bvec3 bv; 276 bv = lessThan(f16v1, f16v2); 277 bv = lessThanEqual(f16v1, f16v2); 278 bv = greaterThan(f16v1, f16v2); [all …]
|
/external/libaom/libaom/examples/ |
D | lightfield_encoder.c | 139 int bu, bv; in pass0() local 156 for (bv = 0; bv < v_blocks; ++bv) { in pass0() 159 const int block_v_min = bv * lf_blocksize; in pass0() 161 int block_v_end = (bv + 1) * lf_blocksize; in pass0() 193 for (bv = 0; bv < v_blocks; ++bv) { in pass0() 196 const int block_v_min = bv * lf_blocksize; in pass0() 198 int block_v_end = (bv + 1) * lf_blocksize; in pass0() 246 int bu, bv; in pass1() local 293 for (bv = 0; bv < v_blocks; ++bv) { in pass1() 296 const int block_v_min = bv * lf_blocksize; in pass1() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 60 BitVector bv; member 62 void SetMaximum(int size) { bv.resize(size); } in SetMaximum() 63 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() 66 return bv.anyCommon(Other.bv); in Overlaps() 69 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() 159 return OS << R.bv;
|
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 50 BitVector bv; member 51 void SetMaximum(int size) { bv.resize(size); } in SetMaximum() 52 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() 54 return bv.anyCommon(Other.bv); in Overlaps() 56 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() 143 return OS << R.bv;
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.int64.frag.out | 31 Name 58 "bv" 49 Name 401 "bv" 224 58(bv): 57(ptr) Variable Function 230 59: 56(bvec2) Load 58(bv) 233 68: 56(bvec2) Load 58(bv) 274 Store 58(bv) 113 277 Store 58(bv) 115 492 401(bv): 400(ptr) Variable Function 616 Store 401(bv) 405 621 410: 368(bvec3) Load 401(bv) [all …]
|
D | spv.int8.frag.out | 50 Name 174 "bv" 68 Name 452 "bv" 229 174(bv): 173(ptr) Variable Function 347 175: 172(bvec2) Load 174(bv) 350 180: 172(bvec2) Load 174(bv) 355 Store 174(bv) 187 358 Store 174(bv) 189 547 452(bv): 451(ptr) Variable Function 668 Store 452(bv) 456 673 461: 420(bvec3) Load 452(bv) [all …]
|
D | spv.vulkan110.int16.frag.out | 49 Name 176 "bv" 67 Name 457 "bv" 230 176(bv): 175(ptr) Variable Function 350 177: 174(bvec2) Load 176(bv) 353 183: 174(bvec2) Load 176(bv) 358 Store 176(bv) 190 361 Store 176(bv) 192 551 457(bv): 456(ptr) Variable Function 672 Store 457(bv) 461 677 466: 425(bvec3) Load 457(bv) [all …]
|
D | spv.int16.frag.out | 50 Name 176 "bv" 68 Name 457 "bv" 231 176(bv): 175(ptr) Variable Function 351 177: 174(bvec2) Load 176(bv) 354 183: 174(bvec2) Load 176(bv) 359 Store 176(bv) 190 362 Store 176(bv) 192 552 457(bv): 456(ptr) Variable Function 673 Store 457(bv) 461 678 466: 425(bvec3) Load 457(bv) [all …]
|
D | spv.int32.frag.out | 49 Name 168 "bv" 67 Name 422 "bv" 236 168(bv): 167(ptr) Variable Function 342 169: 166(bvec2) Load 168(bv) 345 174: 166(bvec2) Load 168(bv) 350 Store 168(bv) 181 353 Store 168(bv) 183 528 422(bv): 421(ptr) Variable Function 643 Store 422(bv) 426 648 431: 394(bvec3) Load 422(bv) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | fma-scalar-memfold.ll | 31 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 33 %vr = call <4 x float> @llvm.x86.fma.vfmadd.ss(<4 x float> %av, <4 x float> %av, <4 x float> %bv) 56 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 58 %vr = call <4 x float> @llvm.x86.fma.vfmadd.ss(<4 x float> %av, <4 x float> %bv, <4 x float> %av) 81 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 83 %vr = call <4 x float> @llvm.x86.fma.vfmsub.ss(<4 x float> %av, <4 x float> %av, <4 x float> %bv) 106 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 108 %vr = call <4 x float> @llvm.x86.fma.vfmsub.ss(<4 x float> %av, <4 x float> %bv, <4 x float> %av) 131 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 133 %vr = call <4 x float> @llvm.x86.fma.vfnmadd.ss(<4 x float> %av, <4 x float> %av, <4 x float> %bv) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fma-scalar-memfold.ll | 34 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 36 %vr = call <4 x float> @llvm.x86.fma.vfmadd.ss(<4 x float> %av, <4 x float> %av, <4 x float> %bv) 60 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 62 %vr = call <4 x float> @llvm.x86.fma.vfmadd.ss(<4 x float> %av, <4 x float> %bv, <4 x float> %av) 86 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 88 %vr = call <4 x float> @llvm.x86.fma.vfmsub.ss(<4 x float> %av, <4 x float> %av, <4 x float> %bv) 112 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 114 %vr = call <4 x float> @llvm.x86.fma.vfmsub.ss(<4 x float> %av, <4 x float> %bv, <4 x float> %av) 138 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 140 %vr = call <4 x float> @llvm.x86.fma.vfnmadd.ss(<4 x float> %av, <4 x float> %av, <4 x float> %bv) [all …]
|
/external/curl/lib/ |
D | openldap.c | 476 struct berval bv, *bvals; in ldap_recv() local 511 rc = ldap_get_dn_ber(li->ld, ent, &ber, &bv); in ldap_recv() 524 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val, in ldap_recv() 525 bv.bv_len); in ldap_recv() 536 data->req.bytecount += bv.bv_len + 5; in ldap_recv() 538 for(rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, &bvals); in ldap_recv() 540 rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, &bvals)) { in ldap_recv() 543 if(bv.bv_val == NULL) in ldap_recv() 546 if(bv.bv_len > 7 && !strncmp(bv.bv_val + bv.bv_len - 7, ";binary", 7)) in ldap_recv() 557 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val, in ldap_recv() [all …]
|