Home
last modified time | relevance | path

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

12

/external/marisa-trie/v0_1_5/tests/
Dvector-test.cc215 marisa_alpha::BitVector bv; in TestBitVector() local
217 ASSERT(bv.size() == 0); in TestBitVector()
218 ASSERT(bv.empty()); in TestBitVector()
219 ASSERT(bv.total_size() == sizeof(marisa_alpha::UInt32) * 5); in TestBitVector()
226 bv.push_back(bit); in TestBitVector()
228 ASSERT(bv[i] == bits[i]); in TestBitVector()
231 ASSERT(bv.size() == bits.size()); in TestBitVector()
232 ASSERT((size == 0) || !bv.empty()); in TestBitVector()
234 bv.build(); in TestBitVector()
238 ASSERT(bv[i] == bits[i]); in TestBitVector()
[all …]
/external/marisa-trie/tests/
Dvector-test.cc211 marisa::BitVector bv; in TestBitVector() local
213 ASSERT(bv.size() == 0); in TestBitVector()
214 ASSERT(bv.empty()); in TestBitVector()
215 ASSERT(bv.total_size() == sizeof(marisa::UInt32) * 5); in TestBitVector()
222 bv.push_back(bit); in TestBitVector()
224 ASSERT(bv[i] == bits[i]); in TestBitVector()
227 ASSERT(bv.size() == bits.size()); in TestBitVector()
228 ASSERT((size == 0) || !bv.empty()); in TestBitVector()
230 bv.build(); in TestBitVector()
234 ASSERT(bv[i] == bits[i]); in TestBitVector()
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-local-class-names.cpp15 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()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DUVCoordinatesGenerator.java223 BoundingVolume bv = mesh.getBound(); in getBoundingBox() local
224 if (bv instanceof BoundingBox) { in getBoundingBox()
225 return (BoundingBox) bv; in getBoundingBox()
226 } else if (bv instanceof BoundingSphere) { in getBoundingBox()
227 BoundingSphere bs = (BoundingSphere) bv; in getBoundingBox()
231 throw new IllegalStateException("Unknown bounding volume type: " + bv.getClass().getName()); in getBoundingBox()
262 BoundingVolume bv = mesh.getBound(); in getBoundingSphere() local
263 if (bv instanceof BoundingBox) { in getBoundingSphere()
264 BoundingBox bb = (BoundingBox) bv; in getBoundingSphere()
268 } else if (bv instanceof BoundingSphere) { in getBoundingSphere()
[all …]
/external/qemu/fpu/
Dsoftfloat-specialize.h360 uint32_t av, bv; in propagateFloat32NaN() local
367 bv = float32_val(b); in propagateFloat32NaN()
374 if ((uint32_t)(av<<1) < (uint32_t)(bv<<1)) { in propagateFloat32NaN()
376 } else if ((uint32_t)(bv<<1) < (uint32_t)(av<<1)) { in propagateFloat32NaN()
379 aIsLargerSignificand = (av < bv) ? 1 : 0; in propagateFloat32NaN()
496 uint64_t av, bv; in propagateFloat64NaN() local
503 bv = float64_val(b); in propagateFloat64NaN()
510 if ((uint64_t)(av<<1) < (uint64_t)(bv<<1)) { in propagateFloat64NaN()
512 } else if ((uint64_t)(bv<<1) < (uint64_t)(av<<1)) { in propagateFloat64NaN()
515 aIsLargerSignificand = (av < bv) ? 1 : 0; in propagateFloat64NaN()
Dsoftfloat.c2341 uint32_t av, bv; in float32_eq() local
2352 bv = float32_val(b); in float32_eq()
2353 return ( av == bv ) || ( (uint32_t) ( ( av | bv )<<1 ) == 0 ); in float32_eq()
2366 uint32_t av, bv; in float32_le() local
2379 bv = float32_val(b); in float32_le()
2380 if ( aSign != bSign ) return aSign || ( (uint32_t) ( ( av | bv )<<1 ) == 0 ); in float32_le()
2381 return ( av == bv ) || ( aSign ^ ( av < bv ) ); in float32_le()
2395 uint32_t av, bv; in float32_lt() local
2408 bv = float32_val(b); in float32_lt()
2409 if ( aSign != bSign ) return aSign && ( (uint32_t) ( ( av | bv )<<1 ) != 0 ); in float32_lt()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHTree.java430 private int collideWithBoundingVolume(BoundingVolume bv, in collideWithBoundingVolume() argument
434 if (bv instanceof BoundingSphere) { in collideWithBoundingVolume()
435 BoundingSphere sphere = (BoundingSphere) bv; in collideWithBoundingVolume()
436 bbox = new BoundingBox(bv.getCenter().clone(), sphere.getRadius(), in collideWithBoundingVolume()
439 } else if (bv instanceof BoundingBox) { in collideWithBoundingVolume()
440 bbox = new BoundingBox((BoundingBox) bv); in collideWithBoundingVolume()
446 return root.intersectWhere(bv, bbox, worldMatrix, this, results); in collideWithBoundingVolume()
458 BoundingVolume bv = (BoundingVolume) other; in collideWith() local
459 return collideWithBoundingVolume(bv, worldMatrix, results); in collideWith()
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c804 struct berval **bv = NULL; local
951 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_addr->v);
952 if (bv != NULL) {
955 if ((bv[0]->bv_len < 7)||(bv[0]->bv_len > 15)) {
958 ldap_value_free_len(bv);
961 memcpy(tmpaddr,bv[0]->bv_val,bv[0]->bv_len);
962 tmpaddr[bv[0]->bv_len]=0;
967 ldap_value_free_len(bv);
971 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_mask->v);
972 if (bv != NULL) {
[all …]
/external/libpcap/
Dpcap-pf.c529 struct bpf_version bv; in pcap_setfilter_pf() local
539 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) { in pcap_setfilter_pf()
545 if (bv.bv_major == BPF_MAJOR_VERSION && in pcap_setfilter_pf()
546 bv.bv_minor >= BPF_MINOR_VERSION) { in pcap_setfilter_pf()
594 bv.bv_major, bv.bv_minor); in pcap_setfilter_pf()
Dpcap-bpf.c598 struct bpf_version bv; in pcap_open_live() local
635 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) { in pcap_open_live()
640 if (bv.bv_major != BPF_MAJOR_VERSION || in pcap_open_live()
641 bv.bv_minor < BPF_MINOR_VERSION) { in pcap_open_live()
/external/clang/test/SemaCXX/
Doverload-call-copycon.cpp28 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2() argument
31 copycon2(bv); // expected-error{{no matching constructor}} in test_copycon2()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DLodControl.java151 BoundingVolume bv = spatial.getWorldBound(); in controlRender() local
156 float newDistance = bv.distanceTo(vp.getCamera().getLocation()) / ratio; in controlRender()
169 float area = AreaUtils.calcScreenArea(bv, lastDistance, cam.getWidth()); in controlRender()
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DShadowUtil.java211 public static BoundingBox computeUnionBound(List<BoundingVolume> bv) { in computeUnionBound() argument
213 for (int i = 0; i < bv.size(); i++) { in computeUnionBound()
214 BoundingVolume vol = bv.get(i); in computeUnionBound()
372 BoundingVolume bv = receiver.getWorldBound(); in updateShadowCamera() local
373 BoundingVolume recvBox = bv.transform(viewProjMatrix, null); in updateShadowCamera()
384 BoundingVolume bv = occluder.getWorldBound(); in updateShadowCamera() local
385 BoundingVolume occBox = bv.transform(viewProjMatrix, null); in updateShadowCamera()
/external/jmonkeyengine/engine/src/core/com/jme3/light/
DPointLight.java62 BoundingVolume bv = owner.getWorldBound(); in computeLastDistance() local
63 lastDistance = bv.distanceSquaredTo(position); in computeLastDistance()
DSpotLight.java80 BoundingVolume bv = owner.getWorldBound(); in computeLastDistance() local
81 lastDistance = bv.distanceSquaredTo(position); in computeLastDistance()
/external/jmonkeyengine/engine/src/test/jme3test/collision/
DTestTriangleCollision.java117 BoundingVolume bv = geom1.getWorldBound(); in simpleUpdate() local
118 golem.collideWith(bv, results); in simpleUpdate()
/external/kernel-headers/original/linux/
Dbio.h186 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset) argument
/external/llvm/test/Transforms/GVN/
Drle-phi-translate.ll29 %bv = load i32* %b_addr.0, align 4
30 ; CHECK: %bv = phi i32
34 %ret = add i32 %cv, %bv
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOctree.java89 BoundingVolume bv = geom.getWorldBound(); in Octree() local
90 bbox.mergeLocal(bv); in Octree()
/external/opencv/cvaux/src/
Dcveigenobjects.cpp731 uchar *bv = bu; in icvCalcEigenObjects_8u32fR() local
736 for( k = 0; k < size.height; k++, bv += objStep1, in icvCalcEigenObjects_8u32fR()
742 uchar v = bv[l]; in icvCalcEigenObjects_8u32fR()
746 v = bv[l + 1]; in icvCalcEigenObjects_8u32fR()
749 v = bv[l + 2]; in icvCalcEigenObjects_8u32fR()
752 v = bv[l + 3]; in icvCalcEigenObjects_8u32fR()
756 be[l] += e * (bv[l] - bf[l]); in icvCalcEigenObjects_8u32fR()
797 uchar *bv = (ioFlags & CV_EIGOBJ_INPUT_CALLBACK) ? buf : ((uchar **) input)[k]; in icvCalcEigenObjects_8u32fR() local
821 uchar *bu = bv; in icvCalcEigenObjects_8u32fR()
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingVolume.java247 public abstract boolean intersects(BoundingVolume bv); in intersects() argument
/external/icu4c/data/lang/
Dagq.txt35 jv{"Dzàbvànê"}
/external/libffi/src/pa/
Dlinux.S248 bv %r0(%rp)
287 bv %r0(%r2)
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DRay.java387 BoundingVolume bv = (BoundingVolume) other; in collideWith() local
388 return bv.collideWith(this, results); in collideWith()
/external/libvorbis/vq/
Dvqgen.c85 float bv=*((float *)b); in directdsort() local
86 return (av<bv)-(av>bv); in directdsort()

12