search for: _matherr

Displaying 6 results from an estimated 6 matches for "_matherr".

Did you mean: matherr
2013 Nov 24
1
[LLVMdev] [RFC] Identifying access to errno
...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 function will typically set only errno. However, programs which link dynamically against the MSVCRT are permitted to replace the function with whatever they want (this is documented behavior!); their _matherr might forward it's arguments to "fire_the_missiles". > > -H...
2013 Nov 24
0
[LLVMdev] [RFC] Identifying access to errno
----- Original Message ----- > From: "David Majnemer" <david.majnemer at gmail.com> > To: "Hal Finkel" <hfinkel 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 >
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: > >> ----- Original Message ----- >> > From: "Renato
2017 Aug 03
0
Wine release 2.14
...2f. msvcrt: Set errno in _logb(f) if x is 0. msvcrt: Don't set errno in _logb(f) if x is ±INF. msvcrt: Don't set errno in sinh(f), cosh(f), or atan2(f) if x is ±INF. msvcrt: Don't set errno in sqrt(f) if x is positive infinity. msvcrt: Set errno through the _matherr function. ucrtbase/tests: Add tests for math function errors. Alexandre Julliard (26): ntdll: Add an assembly wrapper to return correct values for the current thread in NtGetContextThread. ntdll: Get some values from the parent stackframe in RtlCaptureContext. ntdll: Use Rt...
2020 Aug 14
0
Wine release 5.15
...wind() on x64. ntdll: Fix unwind from call_consolidate_callback() for PE build on x64. ntdll: Support nested exceptions on x64. ntdll: Don't mind epilog in RtlVirtualUnwind() in case of zero op count on x64. Piotr Caban (17): ucrtbase: Support overriding return value in _matherr. msvcrt: Import sqrtf from musl. msvcrt: Import sqrt from musl. msvcrt: Return error on invalid character in mbstowcs. msvcrt: Avoid allocations in _write implementation. msvcrt: Use correct code page in _write when outputing to console. msvcrt: Import acosf from...
2019 Apr 12
0
Wine release 4.6
...igure: Also build msvcrt for Windows. configure: Add --with-mingw option and print a notice when not found. ntdll: Define IsBadStringPtr to handle exceptions in debug traces. kernel32: Validate handle before freeing a LOAD_LIBRARY_AS_DATAFILE module. msvcrt: Don't export _matherr(). winegcc: Use Wine's msvcrt for Windows builds. winmm/tests: Fix printf format warnings for the Windows build. winecrt0: Avoid using wine/port.h. makefiles: Don't link against wine_port when using msvcrt. configure: Check for supported warning flags also for...