HomeSort by relevance Sort by last modified time
    Searched refs:FLT_MIN (Results 1 - 25 of 42) sorted by null

1 2

  /external/adhd/cras/src/dsp/tests/
dsp_test_util.c 14 while (x >= FLT_MIN)
  /bionic/tests/
float_test.cpp 37 #if !defined(FLT_MIN)
38 #error FLT_MIN
  /bionic/tests/headers/posix/
float_h.c 64 MACRO(FLT_MIN);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 70 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */
  /external/skia/tests/
ScaleToSidesTest.cpp 41 FLT_MIN
FloatingPointTextureTest.cpp 72 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON,
80 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON,
PointTest.cpp 156 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
PDFPrimitivesTest.cpp 362 0.0f, -0.0f, 1.0f, -1.0f, SK_ScalarPI, 0.1f, FLT_MIN, FLT_MAX,
363 -FLT_MIN, -FLT_MAX, FLT_MIN / 16.0f, -FLT_MIN / 16.0f,
365 -FLT_MIN / 8388608.0
  /external/skqp/tests/
ScaleToSidesTest.cpp 41 FLT_MIN
FloatingPointTextureTest.cpp 72 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON,
80 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON,
PDFPrimitivesTest.cpp 362 0.0f, -0.0f, 1.0f, -1.0f, SK_ScalarPI, 0.1f, FLT_MIN, FLT_MAX,
363 -FLT_MIN, -FLT_MAX, FLT_MIN / 16.0f, -FLT_MIN / 16.0f,
365 -FLT_MIN / 8388608.0
PointTest.cpp 170 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
  /external/clang/lib/Headers/
float.h 66 # undef FLT_MIN
121 #define FLT_MIN __FLT_MIN__
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 156 #ifndef FLT_MIN
157 #error FLT_MIN not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 156 #ifndef FLT_MIN
157 #error FLT_MIN not defined
  /external/libcxx/include/support/win32/
limits_msvc_win32.h 35 #define __FLT_MIN__ FLT_MIN
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
min.pass.cpp 62 test<float>(FLT_MIN);
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_detector.cc 94 unbiased_data * unbiased_data / (last_second_moment_[i] + FLT_MIN);
100 unbiased_data * unbiased_data / (second_moments_[j - 1] + FLT_MIN);
  /external/libcxx/include/support/ibm/
limits.h 60 #define __FLT_MIN__ FLT_MIN
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 147 #define minFloat FLT_MIN
  /external/google-breakpad/src/common/mac/
GTMDefines.h 260 #define CGFLOAT_MIN FLT_MIN
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 145 DE_ASSERT(num > FLT_MIN * (float) ulp || num < FLT_MIN * (float) ulp);
  /external/python/cpython2/Lib/test/
test_getargs2.py 48 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX
349 for x in (FLT_MIN, -FLT_MIN, FLT_MAX, -FLT_MAX, INF, -INF):
354 if FLT_MIN > DBL_MIN:
    [all...]
  /external/skia/src/compute/skc/platforms/cl_12/
path_builder_cl_12.c 362 impl->wip.head->bounds = (union skc_path_bounds){ +FLT_MIN, +FLT_MIN, -FLT_MIN, -FLT_MIN };
    [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/
path_builder_cl_12.c 362 impl->wip.head->bounds = (union skc_path_bounds){ +FLT_MIN, +FLT_MIN, -FLT_MIN, -FLT_MIN };
    [all...]

Completed in 1139 milliseconds

1 2