Home
last modified time | relevance | path

Searched refs:bv (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmediancut.c279 best_splittable_box (struct box *bv, unsigned int boxes, const double max_mse) in best_splittable_box() argument
286 if (bv[i].colors < 2) { in best_splittable_box()
292 MAX (bv[i].variance.r, MAX (bv[i].variance.g, bv[i].variance.b)); in best_splittable_box()
293 double thissum = bv[i].sum * MAX (bv[i].variance.a, cv); in best_splittable_box()
295 if (bv[i].max_error > max_mse) { in best_splittable_box()
296 thissum = thissum * bv[i].max_error / max_mse; in best_splittable_box()
318 static void set_colormap_from_boxes (colormap * map, struct box *bv,
321 const struct box *bv, unsigned int boxes);
341 total_box_error_below_target (double target_mse, struct box bv[], in total_box_error_below_target() argument
351 if (bv[i].total_error >= 0) { in total_box_error_below_target()
[all …]
/third_party/boost/libs/multiprecision/test/
Dtest_cpp_int_import_export.cpp99 std::vector<boost::uintmax_t> bv; in test_round_trip() local
100 export_bits(val, std::back_inserter(bv), std::numeric_limits<boost::uintmax_t>::digits); in test_round_trip()
101 import_bits(newval, bv.begin(), bv.end()); in test_round_trip()
104 std::reverse(bv.begin(), bv.end()); in test_round_trip()
106 import_bits(newval, bv.begin(), bv.end(), std::numeric_limits<boost::uintmax_t>::digits, false); in test_round_trip()
110 …import_bits(newval, &bv[0], &bv[0] + bv.size(), std::numeric_limits<boost::uintmax_t>::digits, fal… in test_round_trip()
113 bv.clear(); in test_round_trip()
114 export_bits(val, std::back_inserter(bv), std::numeric_limits<boost::uintmax_t>::digits, false); in test_round_trip()
115 import_bits(newval, bv.begin(), bv.end(), std::numeric_limits<boost::uintmax_t>::digits, false); in test_round_trip()
120 bv.clear(); in test_round_trip()
[all …]
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js16bv=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
/third_party/glslang/Test/
Dspv.int64.frag44 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 …]
Dspv.int32.frag68 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 …]
Dspv.int16.frag67 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 …]
Dspv.vulkan110.int16.frag67 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 …]
Dspv.int8.frag67 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 …]
Dspv.int16.amd.frag101 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 …]
Dspv.explicittypes.frag130 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 …]
Dspv.float32.frag100 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 …]
Dspv.float64.frag100 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 …]
Dspv.float16.frag123 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h59 BitVector bv; member
61 void SetMaximum(int size) { bv.resize(size); } in SetMaximum()
62 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange()
65 return bv.anyCommon(Other.bv); in Overlaps()
68 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join()
158 return OS << R.bv;
/third_party/ejdb/src/jbl/
Djbl.c51 binn *bv = &jbl->bn; in jbl_set_int64() local
54 if (!binn_object_set_int64(bv, key, v)) { in jbl_set_int64()
62 if (!binn_list_add_int64(bv, v)) { in jbl_set_int64()
75 binn *bv = &jbl->bn; in jbl_set_f64() local
78 if (!binn_object_set_double(bv, key, v)) { in jbl_set_f64()
86 if (!binn_list_add_double(bv, v)) { in jbl_set_f64()
99 binn *bv = &jbl->bn; in jbl_set_string() local
102 if (!binn_object_set_str(bv, key, v)) { in jbl_set_string()
110 if (!binn_list_add_const_str(bv, v)) { in jbl_set_string()
197 binn *bv = &jbl->bn; in jbl_set_bool() local
[all …]
/third_party/glslang/Test/baseResults/
Dspv.int64.frag.out31 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 …]
Dspv.int16.frag.out50 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 …]
Dspv.int32.frag.out49 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 …]
Dspv.int8.frag.out50 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 …]
Dspv.vulkan110.int16.frag.out49 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 …]
Dspv.int16.amd.frag.out41 Name 192 "bv"
61 Name 450 "bv"
442 192(bv): 191(ptr) Variable Function
451 193: 190(bvec2) Load 192(bv)
454 201: 190(bvec2) Load 192(bv)
459 Store 192(bv) 208
462 Store 192(bv) 210
575 450(bv): 449(ptr) Variable Function
730 Store 450(bv) 454
735 459: 388(bvec3) Load 450(bv)
[all …]
Dspv.explicittypes.frag.out62 Name 252 "bv"
74 Name 363 "bv"
86 Name 465 "bv"
98 Name 548 "bv"
363 252(bv): 251(ptr) Variable Function
481 253: 250(bvec2) Load 252(bv)
484 258: 250(bvec2) Load 252(bv)
489 Store 252(bv) 265
492 Store 252(bv) 267
508 363(bv): 251(ptr) Variable Function
[all …]
/third_party/curl/lib/
Dopenldap.c491 struct berval bv, *bvals; in oldap_recv() local
526 rc = ldap_get_dn_ber(li->ld, ent, &ber, &bv); in oldap_recv()
537 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)bv.bv_val, in oldap_recv()
538 bv.bv_len); in oldap_recv()
549 data->req.bytecount += bv.bv_len + 5; in oldap_recv()
551 for(rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, &bvals); in oldap_recv()
553 rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, &bvals)) { in oldap_recv()
556 if(!bv.bv_val) in oldap_recv()
559 if(bv.bv_len > 7 && !strncmp(bv.bv_val + bv.bv_len - 7, ";binary", 7)) in oldap_recv()
570 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)bv.bv_val, in oldap_recv()
[all …]
/third_party/ffmpeg/libavcodec/
Dzmbvenc.c123 int dx, dy, txored, tv, bv, bw, bh; in zmbv_me() local
132 bv = block_cmp(c, src, sstride, prev, pstride, bw, bh, xored); in zmbv_me()
134 if(!bv) return 0; in zmbv_me()
139 if(tv < bv){ in zmbv_me()
140 bv = tv; in zmbv_me()
144 if(!bv) return 0; in zmbv_me()
154 if(tv < bv){ in zmbv_me()
155 bv = tv; in zmbv_me()
159 if(!bv) return 0; in zmbv_me()
163 return bv; in zmbv_me()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dbit_vector.cpp64 std::ostream& operator<<(std::ostream& out, const BitVector& bv) { in operator <<() argument
66 for (uint32_t i = 0; i < bv.bits_.size(); ++i) { in operator <<()
67 BitVector::BitContainer b = bv.bits_[i]; in operator <<()

12345