/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexPolyhedron.cpp | 199 m_radius = FLT_MAX; in initialize() 209 btScalar MinX = FLT_MAX; in initialize() 210 btScalar MinY = FLT_MAX; in initialize() 211 btScalar MinZ = FLT_MAX; in initialize() 212 btScalar MaxX = -FLT_MAX; in initialize() 213 btScalar MaxY = -FLT_MAX; in initialize() 214 btScalar MaxZ = -FLT_MAX; in initialize() 279 minProj = FLT_MAX; in project() 280 maxProj = -FLT_MAX; in project()
|
D | btConvexHullShape.cpp | 212 minProj = FLT_MAX; in project() 213 maxProj = -FLT_MAX; in project()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btConvexHull.cpp | 881 btScalar bmin[3] = { FLT_MAX, FLT_MAX, FLT_MAX }; in CleanupVertices() 882 btScalar bmax[3] = { -FLT_MAX, -FLT_MAX, -FLT_MAX }; in CleanupVertices() 915 btScalar len = FLT_MAX; in CleanupVertices() 921 if ( len == FLT_MAX ) in CleanupVertices() 1047 btScalar bmin[3] = { FLT_MAX, FLT_MAX, FLT_MAX }; in CleanupVertices() 1048 btScalar bmax[3] = { -FLT_MAX, -FLT_MAX, -FLT_MAX }; in CleanupVertices() 1070 btScalar len = FLT_MAX; in CleanupVertices() 1076 if ( len == FLT_MAX ) in CleanupVertices()
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | cfloat.pass.cpp | 102 #ifndef FLT_MAX 103 #error FLT_MAX not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | float_h.pass.cpp | 102 #ifndef FLT_MAX 103 #error FLT_MAX not defined
|
/external/clang/lib/Headers/ |
D | float.h | 58 # undef FLT_MAX 106 #define FLT_MAX __FLT_MAX__ macro
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathLimits.h | 234 static float min() {return -FLT_MAX;} 235 static float max() {return FLT_MAX;}
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
D | d3d11tex.cpp | 81 sampd.MinLOD = -FLT_MAX; in init() 82 sampd.MaxLOD = FLT_MAX; in init()
|
/external/valgrind/none/tests/s390x/ |
D | fpconv.c | 85 F2I(insn, FLT_MAX, float, type); \ 100 F2I(insn, FLT_MAX, double, type); \
|
/external/opencv3/modules/imgproc/src/ |
D | undistort.cpp | 493 return i < maxiter ? Point2f((float)q[0], (float)q[1]) : Point2f(-FLT_MAX, -FLT_MAX); in invMapPointSpherical() 508 float xmin = FLT_MAX, xmax = -FLT_MAX, ymin = FLT_MAX, ymax = -FLT_MAX; in initWideAngleProjMap() 551 if( q.x <= -FLT_MAX && q.y <= -FLT_MAX ) in initWideAngleProjMap()
|
D | subdivision2d.cpp | 568 return Point2f(FLT_MAX, FLT_MAX); in computeVoronoiPoint() 604 if( fabs( virt_point.x ) < FLT_MAX * 0.5 && in calcVoronoi() 605 fabs( virt_point.y ) < FLT_MAX * 0.5 ) in calcVoronoi() 624 if( fabs( virt_point.x ) < FLT_MAX * 0.5 && in calcVoronoi() 625 fabs( virt_point.y ) < FLT_MAX * 0.5 ) in calcVoronoi()
|
/external/skia/tests/ |
D | ScaleToSidesTest.cpp | 38 FLT_MAX, in DEF_TEST()
|
/external/libopus/silk/ |
D | typedef.h | 37 # define silk_float_MAX FLT_MAX
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
D | APPRTCViewController.m | 159 [_logView setMaxSize:NSMakeSize(FLT_MAX, FLT_MAX)]; 163 NSSize containerSize = NSMakeSize(kContentWidth, FLT_MAX);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/ |
D | b2Settings.h | 37 #define b2_maxFloat FLT_MAX
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 218 FLT_MAX, 219 -FLT_MAX
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 57 test<float>(-FLT_MAX); in main()
|
D | max.pass.cpp | 57 test<float>(FLT_MAX); in main()
|
/external/libcxx/include/ |
D | cfloat | 49 FLT_MAX
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | limits.hpp | 112 __device__ __forceinline__ static float max() { return FLT_MAX; } in max()
|
/external/libcxx/include/support/win32/ |
D | limits_win32.h | 32 #define __FLT_MAX__ FLT_MAX
|
/external/clang/test/Modules/ |
D | cstd.m | 10 float getFltMax() { return FLT_MAX; }
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | limits.hpp | 112 __device__ __forceinline__ static float max() { return FLT_MAX; } in max()
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | click_annotate.cc | 90 value = FLT_MAX; in main()
|
/external/libcxx/include/support/ibm/ |
D | limits.h | 61 #define __FLT_MAX__ FLT_MAX
|