Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/
A Darm_math_types.h535 #define F32_MAX ((float32_t)FLT_MAX)
540 #define F32_MIN (-FLT_MAX)
545 #define F32_ABSMAX ((float32_t)FLT_MAX)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/
A Darm_math_types.h535 #define F32_MAX ((float32_t)FLT_MAX)
540 #define F32_MIN (-FLT_MAX)
545 #define F32_ABSMAX ((float32_t)FLT_MAX)
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_svg.c65 #ifndef FLT_MAX
66 #define FLT_MAX 3.402823466e+38F macro
A Dnanosvg.h2834 bounds[0] = FLT_MAX; in nsvg__imageBounds()
2835 bounds[1] = FLT_MAX; in nsvg__imageBounds()
2836 bounds[2] = -FLT_MAX; in nsvg__imageBounds()
2837 bounds[3] = -FLT_MAX; in nsvg__imageBounds()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c460 return (float) (SDLTest_RandomUnitDouble() * 2.0 * (double)FLT_MAX - (double)(FLT_MAX)); in SDLTest_RandomFloat()
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_sdltest.c142 …>= (double)(-FLT_MAX) && dresult <= (double)FLT_MAX, "Verify result value, expected: [%e,%e], got:… in sdltest_randomNumber()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_dir.c160 if( val > FLT_MAX ) in TIFFClampDoubleToFloat()
161 return FLT_MAX; in TIFFClampDoubleToFloat()
162 if( val < -FLT_MAX ) in TIFFClampDoubleToFloat()
163 return -FLT_MAX; in TIFFClampDoubleToFloat()
A Dtif_dirwrite.c953 if( val > FLT_MAX ) in TIFFClampDoubleToFloat()
954 return FLT_MAX; in TIFFClampDoubleToFloat()
955 if( val < -FLT_MAX ) in TIFFClampDoubleToFloat()
956 return -FLT_MAX; in TIFFClampDoubleToFloat()
A Dtif_dirread.c641 if ((m > FLT_MAX) || (m < FLT_MIN)) in TIFFReadDirEntryFloat()
2514 if( val > FLT_MAX ) in TIFFReadDirEntryFloatArray()
2515 val = FLT_MAX; in TIFFReadDirEntryFloatArray()
2516 else if( val < -FLT_MAX ) in TIFFReadDirEntryFloatArray()
2517 val = -FLT_MAX; in TIFFReadDirEntryFloatArray()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dstl_emulation.h104 static float lowest() { return -FLT_MAX; } in lowest()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Darm_math.h403 #define F32_MAX ((float32_t)FLT_MAX)
406 #define F16_MAX ((float16_t)FLT_MAX)
410 #define F32_MIN (-FLT_MAX)
413 #define F16_MIN (-(float16_t)FLT_MAX)
417 #define F32_ABSMAX ((float32_t)FLT_MAX)
420 #define F16_ABSMAX ((float16_t)FLT_MAX)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3390 if ((v < -FLT_MAX || v > FLT_MAX)) { in SWIG_AsVal_float()

Completed in 52 milliseconds