Home
last modified time | relevance | path

Searched refs:FLT_MAX (Results 1 – 25 of 70) sorted by relevance

123

/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp102 #ifndef FLT_MAX
103 #error FLT_MAX not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp102 #ifndef FLT_MAX
103 #error FLT_MAX not defined
/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp175 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/
Dfloat.h60 # undef FLT_MAX
113 #define FLT_MAX __FLT_MAX__ macro
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
Dd3d11tex.cpp81 sampd.MinLOD = -FLT_MAX; in init()
82 sampd.MaxLOD = FLT_MAX; in init()
/external/skia/tests/
DFloatingPointTextureTest.cpp71 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()
DScaleToSidesTest.cpp38 FLT_MAX, in DEF_TEST()
DPDFPrimitivesTest.cpp470 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/
Dfpconv.c85 F2I(insn, FLT_MAX, float, type); \
100 F2I(insn, FLT_MAX, double, type); \
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
DAPPRTCViewController.m159 [_logView setMaxSize:NSMakeSize(FLT_MAX, FLT_MAX)];
163 NSSize containerSize = NSMakeSize(kContentWidth, FLT_MAX);
/external/libopus/silk/
Dtypedef.h37 # define silk_float_MAX FLT_MAX
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c218 FLT_MAX,
219 -FLT_MAX
/external/libcxx/include/
Dcfloat49 FLT_MAX
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp57 test<float>(-FLT_MAX); in main()
Dmax.pass.cpp57 test<float>(FLT_MAX); in main()
/external/libcxx/include/support/win32/
Dlimits_win32.h32 #define __FLT_MAX__ FLT_MAX
/external/clang/test/Modules/
Dcstd.m10 float getFltMax() { return FLT_MAX; }
/external/webrtc/webrtc/modules/audio_processing/transient/
Dclick_annotate.cc90 value = FLT_MAX; in main()
/external/libcxx/include/support/ibm/
Dlimits.h61 #define __FLT_MAX__ FLT_MAX
/external/opencv/cv/src/
Dcvsubdivision2d.cpp675 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/
Dlp_bld_const.c145 return -FLT_MAX; in lp_const_min()
180 return FLT_MAX; in lp_const_max()
/external/deqp/framework/delibs/debase/
DdeMath.h65 DE_INLINE int deFloatIsInf (float x) { return (x > FLT_MAX) - (x < -FLT_MAX); } in deFloatIsInf()
/external/skia/src/pdf/
DSkPDFUtils.cpp360 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/
DRTPjitter.cc183 if(time_vec[k].time < FLT_MAX && time_vec[k].ix < Npack){ in main()
/external/skia/src/pathops/
DSkPathOpsCurve.cpp37 double minDist = FLT_MAX; in nearPoint()

123