HomeSort by relevance Sort by last modified time
    Searched refs:__infinity (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_infinity.c 24 ALIGN8 char __infinity[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f }; variable
26 ALIGN8 char __infinity[] = { 0x7f, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 68 extern const union __double_u __infinity;
97 #define HUGE_VAL __infinity.__val
397 #ifdef __INFINITY
398 #define INFINITY __INFINITY /**< float constant which overflows */
401 #endif /* __INFINITY */

Completed in 383 milliseconds