HomeSort by: relevance | last modified time | path
    Searched defs:raised (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_flag_operations.c 92 // and only the invalid and inexact flags are raised (set) then upon return
99 _IDEC_flags raised; local
100 // the raturn value raised is the logical OR of the flags
103 // only the invalid and inexact flags are raised (set) then the return value
104 // is raised = INVALID_EXCEPTION | INEXACT_EXCEPTION
105 raised = *pfpsf & (flagsmask & BID_IEEE_FLAGS);
106 return (raised);
117 // and only the invalid and inexact flags are raised (set) in *psavedflags
126 _IDEC_flags raised; local
127 // the raturn value raised is the logical OR of the flag
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_flag_operations.c 92 // and only the invalid and inexact flags are raised (set) then upon return
99 _IDEC_flags raised; local
100 // the raturn value raised is the logical OR of the flags
103 // only the invalid and inexact flags are raised (set) then the return value
104 // is raised = INVALID_EXCEPTION | INEXACT_EXCEPTION
105 raised = *pfpsf & (flagsmask & BID_IEEE_FLAGS);
106 return (raised);
117 // and only the invalid and inexact flags are raised (set) in *psavedflags
126 _IDEC_flags raised; local
127 // the raturn value raised is the logical OR of the flag
    [all...]
  /src/sys/dev/ic/
igpio.c 754 uint32_t raised; local
767 raised = bus_space_read_4(sc->sc_bst, bsh, is_reg);
774 pending = raised & enabled;
789 raised &= ~(1 << b);
797 bus_space_write_4(sc->sc_bst, bsh, is_reg, raised);

Completed in 13 milliseconds