/external/libcxx/test/std/depr/depr.c.headers/ |
D | float_h.pass.cpp | 102 #ifndef FLT_MAX 103 #error FLT_MAX not defined
|
/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/pdfium/xfa/fxfa/parser/ |
D | xfa_layout_itemlayout.cpp | 175 bContainerWidthAutoSize ? FLT_MAX in RelocateTableRowCells() 264 if (fContentWidthLimit < FLT_MAX && in RelocateTableRowCells() 449 pPendingProcessor->DoLayout(false, FLT_MAX, FLT_MAX, nullptr); in InsertPendingItems() 672 bUseRealHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem() 673 bIsTransHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem() 685 fRealHeight = FLT_MAX; in InsertFlowedItem() 686 fAvailHeight = FLT_MAX; in InsertFlowedItem() 715 pOverflowLeaderProcessor->DoLayout(false, FLT_MAX, FLT_MAX, nullptr); in InsertFlowedItem() 1576 pProcessor->DoLayout(false, FLT_MAX, FLT_MAX, nullptr); in DoLayoutPageArea() 1666 pProcessor->DoLayout(false, FLT_MAX, FLT_MAX, pContext); in DoLayoutPositionedContainer() [all …]
|
/external/clang/lib/Headers/ |
D | float.h | 60 # undef FLT_MAX 113 #define FLT_MAX __FLT_MAX__ macro
|
/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/skia/tests/ |
D | FloatingPointTextureTest.cpp | 71 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 79 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ScaleToSidesTest.cpp | 38 FLT_MAX, in DEF_TEST()
|
D | PDFPrimitivesTest.cpp | 470 0.0f, -0.0f, 1.0f, -1.0f, SK_ScalarPI, 0.1f, FLT_MIN, FLT_MAX, in DEF_TEST() 471 -FLT_MIN, -FLT_MAX, FLT_MIN / 16.0f, -FLT_MIN / 16.0f, in DEF_TEST()
|
/external/valgrind/none/tests/s390x/ |
D | fpconv.c | 85 F2I(insn, FLT_MAX, float, type); \ 100 F2I(insn, FLT_MAX, double, type); \
|
/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/libopus/silk/ |
D | typedef.h | 37 # define silk_float_MAX FLT_MAX
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 218 FLT_MAX, 219 -FLT_MAX
|
/external/libcxx/include/ |
D | cfloat | 49 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/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/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
|
/external/opencv/cv/src/ |
D | cvsubdivision2d.cpp | 675 if( fabs( virt_point.x ) < FLT_MAX * 0.5 && in cvCalcSubdivVoronoi2D() 676 fabs( virt_point.y ) < FLT_MAX * 0.5 ) in cvCalcSubdivVoronoi2D() 696 if( fabs( virt_point.x ) < FLT_MAX * 0.5 && in cvCalcSubdivVoronoi2D() 697 fabs( virt_point.y ) < FLT_MAX * 0.5 ) in cvCalcSubdivVoronoi2D()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 145 return -FLT_MAX; in lp_const_min() 180 return FLT_MAX; in lp_const_max()
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 65 DE_INLINE int deFloatIsInf (float x) { return (x > FLT_MAX) - (x < -FLT_MAX); } in deFloatIsInf()
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 360 value = FLT_MAX; // nearest finite float. in FloatToDecimal() 363 value = -FLT_MAX; // nearest finite float. in FloatToDecimal()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | RTPjitter.cc | 183 if(time_vec[k].time < FLT_MAX && time_vec[k].ix < Npack){ in main()
|
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 37 double minDist = FLT_MAX; in nearPoint()
|