Home
last modified time | relevance | path

Searched refs:INFINITY (Results 1 – 16 of 16) sorted by relevance

/device/google/bonito/json-c/
Dmath_compat.h25 #error This platform does not have INFINITY
Dconfigure.ac46 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
Djson_tokener.c374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex()
Dconfig.h.in9 /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
/device/google/crosshatch/json-c/
Dmath_compat.h25 #error This platform does not have INFINITY
Dconfigure.ac46 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
Djson_tokener.c374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex()
Dconfig.h.in9 /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
/device/linaro/bootloader/edk2/StdLib/Include/
Dmath.h398 #define INFINITY __INFINITY /**< float constant which overflows */ macro
400 #define INFINITY HUGE_VALF /**< positive infinity */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Dencoder.py31 INFINITY = float('1e66666') variable
231 _repr=FLOAT_REPR, _inf=INFINITY, _neginf=-INFINITY):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Dencoder.py30 INFINITY = float('inf') variable
237 _repr=FLOAT_REPR, _inf=INFINITY, _neginf=-INFINITY):
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_math.h35 #define CRT_INFINITY INFINITY
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdqBase.decTest767 dqbas763 toSci "INFINITY" -> Infinity
771 dqbas767 toSci "+INFINITY" -> Infinity
775 dqbas771 toSci "-INFINITY" -> -Infinity
785 dqbast780 toEng "INFINITY" -> Infinity
DdsBase.decTest746 dsbas763 toSci "INFINITY" -> Infinity
750 dsbas767 toSci "+INFINITY" -> Infinity
754 dsbas771 toSci "-INFINITY" -> -Infinity
764 dsbast780 toEng "INFINITY" -> Infinity
DddBase.decTest782 ddbas763 toSci "INFINITY" -> Infinity
786 ddbas767 toSci "+INFINITY" -> Infinity
790 ddbas771 toSci "-INFINITY" -> -Infinity
800 ddbast780 toEng "INFINITY" -> Infinity
Dbase.decTest799 basx763 toSci "INFINITY" -> Infinity
803 basx767 toSci "+INFINITY" -> Infinity
807 basx771 toSci "-INFINITY" -> -Infinity
817 basx780 toEng "INFINITY" -> Infinity