Searched refs:INFINITY (Results 1 – 16 of 16) sorted by relevance
/device/google/bonito/json-c/ |
D | math_compat.h | 25 #error This platform does not have INFINITY
|
D | configure.ac | 46 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
|
D | json_tokener.c | 374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex()
|
D | config.h.in | 9 /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
|
/device/google/crosshatch/json-c/ |
D | math_compat.h | 25 #error This platform does not have INFINITY
|
D | configure.ac | 46 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
|
D | json_tokener.c | 374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex()
|
D | config.h.in | 9 /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | math.h | 398 #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/ |
D | encoder.py | 31 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/ |
D | encoder.py | 30 INFINITY = float('inf') variable 237 _repr=FLOAT_REPR, _inf=INFINITY, _neginf=-INFINITY):
|
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | int_math.h | 35 #define CRT_INFINITY INFINITY
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | dqBase.decTest | 767 dqbas763 toSci "INFINITY" -> Infinity 771 dqbas767 toSci "+INFINITY" -> Infinity 775 dqbas771 toSci "-INFINITY" -> -Infinity 785 dqbast780 toEng "INFINITY" -> Infinity
|
D | dsBase.decTest | 746 dsbas763 toSci "INFINITY" -> Infinity 750 dsbas767 toSci "+INFINITY" -> Infinity 754 dsbas771 toSci "-INFINITY" -> -Infinity 764 dsbast780 toEng "INFINITY" -> Infinity
|
D | ddBase.decTest | 782 ddbas763 toSci "INFINITY" -> Infinity 786 ddbas767 toSci "+INFINITY" -> Infinity 790 ddbas771 toSci "-INFINITY" -> -Infinity 800 ddbast780 toEng "INFINITY" -> Infinity
|
D | base.decTest | 799 basx763 toSci "INFINITY" -> Infinity 803 basx767 toSci "+INFINITY" -> Infinity 807 basx771 toSci "-INFINITY" -> -Infinity 817 basx780 toEng "INFINITY" -> Infinity
|