Home
last modified time | relevance | path

Searched refs:MATH_ERRNO (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dmath.cxx23 assert((math_errhandling & (MATH_ERRNO | MATH_ERREXCEPT)) != 0); in err_pow()
55 if ((((math_errhandling & MATH_ERRNO) != 0) && (errno == EDOM || errno == ERANGE)) in power()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dmath.cxx23 assert((math_errhandling & (MATH_ERRNO | MATH_ERREXCEPT)) != 0); in err_pow()
55 if ((((math_errhandling & MATH_ERRNO) != 0) && (errno == EDOM || errno == ERANGE)) in power()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h17 #if math_errhandling & MATH_ERRNO
48 #if math_errhandling & MATH_ERRNO in testOneInput()
61 #if math_errhandling & MATH_ERRNO in testOneInput()
68 #if math_errhandling & MATH_ERRNO in testOneInput()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h18 #if math_errhandling & MATH_ERRNO
49 #if math_errhandling & MATH_ERRNO in testOneInput()
62 #if math_errhandling & MATH_ERRNO in testOneInput()
69 #if math_errhandling & MATH_ERRNO in testOneInput()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/
H A DRoundToIntegerTest.h17 #if math_errhandling & MATH_ERRNO
48 #if math_errhandling & MATH_ERRNO in testOneInput()
61 #if math_errhandling & MATH_ERRNO in testOneInput()
68 #if math_errhandling & MATH_ERRNO in testOneInput()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h17 #if math_errhandling & MATH_ERRNO
48 #if math_errhandling & MATH_ERRNO in testOneInput()
61 #if math_errhandling & MATH_ERRNO in testOneInput()
68 #if math_errhandling & MATH_ERRNO in testOneInput()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h18 #if math_errhandling & MATH_ERRNO
49 #if math_errhandling & MATH_ERRNO in testOneInput()
62 #if math_errhandling & MATH_ERRNO in testOneInput()
69 #if math_errhandling & MATH_ERRNO in testOneInput()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/math/
H A DRoundToIntegerTest.h17 #if math_errhandling & MATH_ERRNO
48 #if math_errhandling & MATH_ERRNO in testOneInput()
61 #if math_errhandling & MATH_ERRNO in testOneInput()
68 #if math_errhandling & MATH_ERRNO in testOneInput()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/
H A Dmath.h183 #ifndef MATH_ERRNO
184 # define MATH_ERRNO 1 macro
190 # define math_errhandling MATH_ERRNO
/dports/mail/p5-Email-Filter/Email-Filter-1.034/t/
H A Djosey-nofold39 > + errno is set to EDOM in MATH_ERRNO mode;
45 > + errno *may be* set to ERANGE in MATH_ERRNO mode;
51 > MATH_ERRNO mode yet the invalid exception raised in MAH_ERREXCEPT mode,
/dports/mail/p5-Email-Simple-FromHandle/Email-Simple-FromHandle-0.054/t/test-mails/
H A Djosey-fold48 > + errno is set to EDOM in MATH_ERRNO mode;
54 > + errno *may be* set to ERANGE in MATH_ERRNO mode;
60 > MATH_ERRNO mode yet the invalid exception raised in MAH_ERREXCEPT mode,
H A Djosey-nofold39 > + errno is set to EDOM in MATH_ERRNO mode;
45 > + errno *may be* set to ERANGE in MATH_ERRNO mode;
51 > MATH_ERRNO mode yet the invalid exception raised in MAH_ERREXCEPT mode,
/dports/mail/p5-Email-Simple/Email-Simple-2.216/t/test-mails/
H A Djosey-fold48 > + errno is set to EDOM in MATH_ERRNO mode;
54 > + errno *may be* set to ERANGE in MATH_ERRNO mode;
60 > MATH_ERRNO mode yet the invalid exception raised in MAH_ERREXCEPT mode,
H A Djosey-nofold39 > + errno is set to EDOM in MATH_ERRNO mode;
45 > + errno *may be* set to ERANGE in MATH_ERRNO mode;
51 > MATH_ERRNO mode yet the invalid exception raised in MAH_ERREXCEPT mode,
/dports/mail/p5-Email-Abstract/Email-Abstract-3.009/t/
H A Dsubclass.t87 > + errno is set to EDOM in MATH_ERRNO mode;
93 > + errno *may be* set to ERANGE in MATH_ERRNO mode;
99 > MATH_ERRNO mode yet the invalid exception raised in MAH_ERREXCEPT mode,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DNearestIntegerOperations.h18 #if math_errhandling & MATH_ERRNO
248 #if math_errhandling & MATH_ERRNO in roundedFloatToSignedInteger()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DNearestIntegerOperations.h18 #if math_errhandling & MATH_ERRNO
249 #if math_errhandling & MATH_ERRNO in roundedFloatToSignedInteger()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h18 #if math_errhandling & MATH_ERRNO
248 #if math_errhandling & MATH_ERRNO in roundedFloatToSignedInteger()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DNearestIntegerOperations.h18 #if math_errhandling & MATH_ERRNO
248 #if math_errhandling & MATH_ERRNO in roundedFloatToSignedInteger()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DNearestIntegerOperations.h18 #if math_errhandling & MATH_ERRNO
249 #if math_errhandling & MATH_ERRNO in roundedFloatToSignedInteger()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DNearestIntegerOperations.h18 #if math_errhandling & MATH_ERRNO
248 #if math_errhandling & MATH_ERRNO in roundedFloatToSignedInteger()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/
H A Dmath.h188 #ifndef MATH_ERRNO
189 # define MATH_ERRNO 1 macro
195 # define math_errhandling MATH_ERRNO
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/config/linux/
H A Dapi.td100 #define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT)
140 SimpleMacroDef<"MATH_ERRNO", "1">,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/config/linux/
H A Dapi.td97 #define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT)
137 SimpleMacroDef<"MATH_ERRNO", "1">,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/src/math/
H A Dmath_utils.h58 if (math_errhandling & MATH_ERRNO)

1234567