Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 25 of 43) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DAreaUtils.java59 public static float calcScreenArea(BoundingVolume bound, float distance, float screenWidth) { in calcScreenArea()
68 private static float calcScreenArea(BoundingSphere bound, float distance, float screenWidth) { in calcScreenArea()
78 private static float calcScreenArea(BoundingBox bound, float distance, float screenWidth) { in calcScreenArea()
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DEstimatedParameter.java52 private boolean bound; field in EstimatedParameter
75 boolean bound) { in EstimatedParameter()
116 public void setBound(boolean bound) { in setBound()
/external/bison/lib/
Dgetdtablesize.c77 unsigned int bound; in getdtablesize() local
/external/skia/src/gpu/
DGrClipMaskCache.h118 const SkIRect& bound) { in acquireMask()
162 void getLastBound(SkIRect* bound) const { in getLastBound()
DGrLayerHoister.cpp253 const SkRect bound = SkRect::Make(layer->rect()); in DrawLayersToAtlas() local
345 const SkRect bound = SkRect::Make(layer->rect()); in DrawLayers() local
/external/v8/test/mjsunit/compiler/
Dregress-serialized-slots.js41 function bound() function
/external/valgrind/drd/tests/
Domp_prime.c19 int bound = floor(sqrt ((double)v)) + 1; in is_prime() local
/external/skia/tests/
DDrawTextTest.cpp19 static void create(SkBitmap* bm, SkIRect bound) { in create()
DFontHostStreamTest.cpp23 static void create(SkBitmap* bm, SkIRect bound) { in create()
DClipCacheTest.cpp107 const SkIRect& bound) { in check_state()
DClipStackTest.cpp417 SkRect bound; in test_rect_replace() local
524 SkRect bound; in test_rect_merging() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dutil.rb140 def bound( lower, upper=nil ) method in Integer
/external/bison/src/
Dlocation.c217 boundary_set_from_string (boundary *bound, char *loc_str) in boundary_set_from_string()
/external/lzma/C/
DBcj2.c62 UInt32 bound; in Bcj2_Decode() local
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h75 Index bound = (std::max)(Index(0),size-8) & 0xfffffffe; in run() local
/external/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c274 ipsec_dump_ipsecrequest(buf, len, xisr, bound, withports) in ipsec_dump_ipsecrequest() argument
/external/mesa3d/src/egl/main/
Deglsurface.c50 EGLint bound = surf->Config->MaxSwapInterval; in _eglClampSwapInterval() local
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DLetterQuad.java134 Rectangle bound = block.getTextBox(); in isInvalid() local
253 final Rectangle bound = getBound(block); in update() local
DLetters.java24 Letters(BitmapFont font, StringBlock bound, boolean rightToLeft) { in Letters()
/external/valgrind/auxprogs/
Dvalgrind-listener.c175 static int atoi_with_bound ( const char* str, int bound ) in atoi_with_bound()
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java304 @Nullable private TypeToken<? super T> boundAsSuperclass(Type bound) { in boundAsSuperclass()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c407 bool bound[PIPE_MAX_ATTRIBS] = {}; in si_vertex_buffer_update() local
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java1013 public FrustumIntersect contains(BoundingVolume bound) { in contains()
1058 public boolean containsGui(BoundingVolume bound) { in containsGui()
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c861 TyEnt* bound; in ML_() local
/external/libopus/celt/
Dcelt_decoder.c427 int bound = eBands[effEnd]<<LM; in celt_decode_lost() local
931 int bound = M*eBands[effEnd]; local

12