Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ia64/fpu/
Dlibm_error.c297 #define INPUT_RESI64 (*(__INT_64__ *)retval) in __libm_error_support() macro
558 if ( INPUT_RESI64 == 0 ) ERRNO_RANGE; in __libm_error_support()
575 if ( (INPUT_RESI64 << 1) == 0 ) ERRNO_RANGE; in __libm_error_support()
592 if ( (INPUT_RESI64 << 33) == 0 ) ERRNO_RANGE; in __libm_error_support()