search for: _doserrno

Displaying 5 results from an estimated 5 matches for "_doserrno".

2013 Nov 23
3
[LLVMdev] [RFC] Identifying access to errno
Oh, and I forgot a third "_doserrno" for which no amount of documentation lends itself to a consistent description of its behavior. On Sat, Nov 23, 2013 at 12:28 PM, David Majnemer <david.majnemer at gmail.com>wrote: > On Sat, Nov 23, 2013 at 9:59 AM, Hal Finkel <hfinkel at anl.gov> wrote: > >> ----- O...
2013 Nov 24
0
[LLVMdev] [RFC] Identifying access to errno
...finkel at anl.gov> > Cc: "Renato Golin" <renato.golin at linaro.org>, "LLVM" <llvmdev at cs.uiuc.edu> > Sent: Saturday, November 23, 2013 2:37:52 PM > Subject: Re: [LLVMdev] [RFC] Identifying access to errno > > > Oh, and I forgot a third "_doserrno" for which no amount of > documentation lends itself to a consistent description of its > behavior. Are all of these things possibly set by cos(double) and friends? -Hal > > > > On Sat, Nov 23, 2013 at 12:28 PM, David Majnemer < > david.majnemer at gmail.com >...
2013 Nov 24
1
[LLVMdev] [RFC] Identifying access to errno
...: "Renato Golin" <renato.golin at linaro.org>, "LLVM" < > llvmdev at cs.uiuc.edu> > > Sent: Saturday, November 23, 2013 2:37:52 PM > > Subject: Re: [LLVMdev] [RFC] Identifying access to errno > > > > > > Oh, and I forgot a third "_doserrno" for which no amount of > > documentation lends itself to a consistent description of its > > behavior. > > Are all of these things possibly set by cos(double) and friends? > Math functions are special! :) In error cases, they call a function call _matherr. This functio...
2013 Nov 23
0
[LLVMdev] [RFC] Identifying access to errno
On Sat, Nov 23, 2013 at 9:59 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Renato Golin" <renato.golin at linaro.org> > > To: "Hal Finkel" <hfinkel at anl.gov> > > Cc: "LLVM" <llvmdev at cs.uiuc.edu> > > Sent: Saturday, November 23, 2013 10:53:09 AM > > Subject: Re:
2013 Nov 23
2
[LLVMdev] [RFC] Identifying access to errno
----- Original Message ----- > From: "Renato Golin" <renato.golin at linaro.org> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM" <llvmdev at cs.uiuc.edu> > Sent: Saturday, November 23, 2013 10:53:09 AM > Subject: Re: [LLVMdev] [RFC] Identifying access to errno > > > > > On 23 November 2013 14:14, Hal Finkel <