VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/math

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96338   2 years vboxsync IPRT/nocrt: Implemented powf. bugref:10261
(edit) @96337   2 years vboxsync IPRT/nocrt: Split out the core of the pow() code into a common …
(edit) @96321   2 years vboxsync IPRT/nocrt: Implemented pow(). bugref:10261
(edit) @96298   2 years vboxsync IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
(edit) @96282   2 years vboxsync IPRT/nocrt: Implemented expf. bugref:10261
(edit) @96281   2 years vboxsync IPRT/nocrt: Implemented exp. [scm] bugref:10261
(edit) @96280   2 years vboxsync IPRT/nocrt: Implemented exp. bugref:10261
(edit) @96279   2 years vboxsync IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
(edit) @96278   2 years vboxsync IPRT/nocrt: Fixed div/0 bug in feraiseexcept. bugref:10261
(edit) @96276   2 years vboxsync IPRT/nocrt: log2 implementation. bugref:10261
(edit) @96273   2 years vboxsync IPRT/nocrt: tan + tanf testcase and code brushup. bugref:10261
(edit) @96242   2 years vboxsync IPRT/nocrt: Adapted the reworked sin and cos code for sinf and cosf; …
(edit) @96241   2 years vboxsync IPRT/nocrt: Forgot to remove rtNoCrtMathSinCore from sin.asm after …
(edit) @96240   2 years vboxsync IPRT/nocrt: Reworking the sin and cos code to take into account which …
(edit) @96238   2 years vboxsync IPRT/nocrt: Converted atan.asm and atanf.asm to SEH64 and adjusted …
(edit) @96220   2 years vboxsync IPRT/nocrt: log[f] tests and brushed up the code with SEH64 stuff. …
(edit) @96218   2 years vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96217   2 years vboxsync IPRT/nocrt: Corrected ldexp[fl] for 64-bit windows (registers …
(edit) @96216   2 years vboxsync IPRT/nocrt: fabs[f] tests and 64-bit code improvements. bugref:10261
(edit) @96215   2 years vboxsync IPRT/nocrt: lrint* returned the wrong sized long on 64-bit windows. …
(edit) @96214   2 years vboxsync IPRT/nocrt: l[l]round[fl] can now raise FE_INVALID as they ought to. …
(edit) @96213   2 years vboxsync IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
(edit) @96206   2 years vboxsync IPRT/nocrt: Removed old fenv code. bugref:10261
(edit) @96205   2 years vboxsync IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
(edit) @96203   2 years vboxsync IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and …
(edit) @96201   2 years vboxsync IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
(edit) @96197   2 years vboxsync IPRT/math.h: Define our own set of classification flags so we can test …
(edit) @96196   2 years vboxsync IPRT/nocrt: *round[fl] fixes. bugref:10261
(edit) @96182   2 years vboxsync IPRT/nocrt: exp2 and exp2f. bugref:10261
(edit) @96167   2 years vboxsync IPRT/nocrt: Simple atan, atanf, atan2 and atan2f implementations based …
(edit) @96126   2 years vboxsync IPRT/nocrt: scm fixes. bugref:10261
(edit) @96122   2 years vboxsync IPRT/nocrt: fmax, fmaxf and fmaxl. bugref:10261
(edit) @96121   2 years vboxsync IPRT/nocrt: rintf fix. bugref:10261
(edit) @96120   2 years vboxsync IPRT/nocrt: fmin, fminf and fminl. bugref:10261
(edit) @96119   2 years vboxsync IPRT/nocrt: l[l]round[lf] fixes. bugref:10261
(edit) @96118   2 years vboxsync IPRT/nocrt: llround, llroundf and llroundl. bugref:10261
(edit) @96117   2 years vboxsync IPRT/nocrt: lround, lroundf, lroundl, rint, rintf, round, roundf and …
(edit) @96112   2 years vboxsync IPRT/nocrt: very basic sqrt and sqrtf implementations. bugref:10261
(edit) @96108   2 years vboxsync IPRT/nocrt: fma and fmaf. bugref:10261
(edit) @96101   2 years vboxsync IPRT/nocrt: copysign, copysignf and copysignl. bugref:10261
(edit) @96098   2 years vboxsync IPRT/nocrt: Math constants: HUGH_VAL*, NAN, INFINITY. bugref:10261
(edit) @96093   2 years vboxsync IPRT/nocrt: Math classification functions. bugref:10261
(edit) @96080   2 years vboxsync IPRT/nocrt: llabs build fix. bugref:10261
(edit) @96074   2 years vboxsync IPRT/nocrt: abs, labs and llabs. bugref:10261
(edit) @96060   2 years vboxsync IPRT/nocrt: Make use of existing floating point assembly code, …
(edit) @96014   2 years vboxsync IPRT/common: Use RT_NOCRT_BEGINPROC more consistently. bugref:10261
(edit) @95981   2 years vboxsync IPRT/bignum-amd64-x86.asm: warning
(edit) @94511   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92799   3 years vboxsync iprt/asmdefs.h,IPRT//*asm: Added a RT_BEGINPROC macro that takes …
(edit) @89955   3 years vboxsync IPRT: Added a divmoddi4 implementation based on udivmoddi4 for gcc …
(edit) @84506   5 years vboxsync IPRT: Shut up gcc 10 about potentially uninitialized variables. bugref:9746
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78906   6 years vboxsync VBoxGuest/linux: Try speed up GA installation by combining the IPRT …
(edit) @77737   6 years vboxsync Runtime/common/math/bignum.cpp: Fixed two memory leaks
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75129   6 years vboxsync IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code …
(edit) @73665   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @69441   7 years vboxsync IPRT: scm updates
(edit) @69219   7 years vboxsync Runtime: scm cleanups
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67298   8 years vboxsync Runtime/common/math: try to make older gcc compilers happy
(edit) @67297   8 years vboxsync Runtime/common/math: another try to make older gcc compilers happy
(edit) @67296   8 years vboxsync Runtime/common/math: try to make older gcc compilers happy
(edit) @67291   8 years vboxsync Runtime: provide __udivmoddi4() required for 32-bit code generated by …
(edit) @67290   8 years vboxsync Runtime: provide __udivmoddi4() required for 32-bit code generated by …
(edit) @65813   8 years vboxsync gcc 7: fall thru
(edit) @65642   8 years vboxsync gcc 7: Runtime: fall thru
(edit) @63451   8 years vboxsync Runtime: warnings
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @60698   9 years vboxsync bignum-amd64-x86.asm: don't use SAHF/LAHF on AMD64 as ancient CPUs …
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59243   9 years vboxsync Several fixes to get RuntimeR3 building on SPARC again (required for …
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @52338   10 years vboxsync typo
(edit) @52335   10 years vboxsync RTBigNum: Added shift APIs, implemented a faster division algorithm, …
(edit) @52330   10 years vboxsync bugfix
(edit) @52291   10 years vboxsync RTBigNum: Forgot to add the assembly file. Oops.
(edit) @52290   10 years vboxsync RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use …
(edit) @52050   10 years vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @52018   10 years vboxsync IPRT: Make RTMemSafer use the SUPR3 page allocation if available to …
(edit) @51915   10 years vboxsync Drop electric fences before looking for leaks.
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @50661   11 years vboxsync GCC:/MSC: => gcc:/msc: like everywhere
(edit) @46548   12 years vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   16 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @16316   16 years vboxsync IPRT/math: use xSP and friends from asmdefs.mac instead of cooking our …
(edit) @16313   16 years vboxsync logl.asm: 64-bit darwin build fix.
(edit) @8256   17 years vboxsync rebranding, eol
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(copy) @5424   17 years vboxsync math -> common/math
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette