Home
last modified time | relevance | path

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

123

/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp102 #ifndef FLT_MAX
103 #error FLT_MAX not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp102 #ifndef FLT_MAX
103 #error FLT_MAX not defined
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c254 FLT_MAX,
255 -FLT_MAX
287 FLT_MAX,
288 -FLT_MAX
/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/valgrind/none/tests/s390x/
Dfpconv.c85 F2I(insn, FLT_MAX, float, type); \
100 F2I(insn, FLT_MAX, double, type); \
/external/skia/tests/
DFloatingPointTextureTest.cpp81 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
89 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.cpp473 0.0f, -0.0f, 1.0f, -1.0f, SK_ScalarPI, 0.1f, FLT_MIN, FLT_MAX, in DEF_TEST()
474 -FLT_MIN, -FLT_MAX, FLT_MIN / 16.0f, -FLT_MIN / 16.0f, in DEF_TEST()
/external/libopus/silk/
Dtypedef.h37 # define silk_float_MAX FLT_MAX
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
DAPPRTCViewController.m159 [_logView setMaxSize:NSMakeSize(FLT_MAX, FLT_MAX)];
163 NSSize containerSize = NSMakeSize(kContentWidth, 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/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dconstants.ll114 ; Generated from FLT_MAX in <float.h>
118 ; Generated from -FLT_MAX in <float.h>
/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/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPjitter.cc183 if(time_vec[k].time < FLT_MAX && time_vec[k].ix < Npack){ in main()
/external/swiftshader/third_party/subzero/crosstest/
Dtest_arith.def81 10.0, FLT_MIN, FLT_MAX, \
/external/skia/src/pdf/
DSkPDFUtils.cpp363 value = FLT_MAX; // nearest finite float. in FloatToDecimal()
366 value = -FLT_MAX; // nearest finite float. in FloatToDecimal()
/external/python/cpython2/Lib/test/
Dtest_getargs2.py47 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX
348 for x in (FLT_MIN, -FLT_MIN, FLT_MAX, -FLT_MAX, INF, -INF):
350 if FLT_MAX < DBL_MAX:

123