Searched refs:shift_right (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dsreal.c60 static inline void shift_right (sreal *, int);
95 shift_right (sreal *x, int s) function
99 /* Exponent should never be so large because shift_right is used only by
371 shift_right (&tmp, dexp);
418 shift_right (&tmp, dexp);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2527 goto shift_right;
2562 shift_right:

Completed in 89 milliseconds