Home
last modified time | relevance | path

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

/external/bison/lib/
Dfpucw.h78 # define SET_FPUCW(word) \ macro
87 SET_FPUCW ((oldcw & ~FPU_PC_MASK) | FPU_PC_EXTENDED))
89 SET_FPUCW (oldcw)
100 # define SET_FPUCW(word) (void)(word) macro