Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/
Dtest-arith.c38 #define R_DOWN 8 macro
39 #define R_ALL (R_NEAREST|R_ZERO|R_UP|R_DOWN)
362 {__LINE__,B_ADD, 1,P_Z,P_Z, 0,P_Z,P_Z, R_ALL & ~R_DOWN,0, 0,P_Z,P_Z },
363 {__LINE__,B_ADD, 1,P_Z,P_Z, 0,P_Z,P_Z, R_DOWN,0, 1,P_Z,P_Z },
397 {__LINE__,B_ADD, 0,P_O0,P_Z, 0,P_O0,P_Z, R_ZERO | R_DOWN,
399 {__LINE__,B_ADD, 1,P_O0,P_Z, 1,P_O0,P_Z, R_NEAREST | R_DOWN,
403 {__LINE__,B_ADD, 0,P_O0,P_Z, 1,P_O0,P_Z, R_ALL & ~R_DOWN,
405 {__LINE__,B_ADD, 0,P_O0,P_Z, 1,P_O0,P_Z, R_DOWN,
546 case R_ZERO: case R_DOWN: in check_sqrt()