Home | History | Annotate | Download | only in info

Lines Matching full:angle

6391      This implies that the choice of angle brackets or double quotes in
17677 asm ("fsinx %1,%0" : "=f" (result) : "f" (angle));
17679 Here `angle' is the C expression for the input operand while `result'
17706 asm ("fsinx %[angle],%[output]"
17708 : [angle] "f" (angle));