Lines Matching defs:yisint
83 let mut yisint: i32;
113 * yisint = 0 ... y is not an integer
114 * yisint = 1 ... y is an odd int
115 * yisint = 2 ... y is an even int
117 yisint = 0;
120 yisint = 2; /* even integer y */
125 yisint = 2 - (j & 1);
185 if ((ix - 0x3f800000) | yisint) == 0 {
187 } else if yisint == 1 {
196 if yisint == 0 {
201 if yisint == 1 {
648 * yisint = 0 ... y is not an integer
649 * yisint = 1 ... y is an odd int
650 * yisint = 2 ... y is an even int
652 let mut yisint: i32 = 0;
657 yisint = 2; /* even integer y */
665 yisint = 2 - (j & 1);
671 yisint = 2 - (j & 1);
738 if ((ix - 0x3ff00000) | yisint) == 0 {
740 } else if yisint == 1 {
751 if yisint == 0 {
756 if yisint == 1 {