Home
last modified time | relevance | path

Searched refs:math (Results 1 – 25 of 161) sorted by relevance

1234567

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def863 // Builtin math library functions
864 LIBBUILTIN(atan2, "ddd", "fne", "math.h", ALL_LANGUAGES)
865 LIBBUILTIN(atan2f, "fff", "fne", "math.h", ALL_LANGUAGES)
866 LIBBUILTIN(atan2l, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
872 LIBBUILTIN(copysign, "ddd", "fnc", "math.h", ALL_LANGUAGES)
873 LIBBUILTIN(copysignf, "fff", "fnc", "math.h", ALL_LANGUAGES)
874 LIBBUILTIN(copysignl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
876 LIBBUILTIN(fabs, "dd", "fnc", "math.h", ALL_LANGUAGES)
877 LIBBUILTIN(fabsf, "ff", "fnc", "math.h", ALL_LANGUAGES)
878 LIBBUILTIN(fabsl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
[all …]
HDLangOptions.def118 LANGOPT(NoMathBuiltin , 1, 0, "disable math builtin functions")
125 LANGOPT(MathErrno , 1, 1, "errno support for math functions")
186 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/NextBSD/contrib/libstdc++/
DChangeLog-19987 * math/cpowl.c: Fix header typo with last change.
429 * math/Makefile.am: Likewise.
455 * math/mathconf.h: Include sys/machine.h, machine/param.h and fp.h
461 * math/Makefile.am (EXTRA_LTLIBRARIES): Renamed from
472 * math/clog10l.c: Add ugly hack around bug in Irix 6.2 header until
474 * math/clogl.c: Likewise.
475 * math/csqrtl.c: Likewise.
476 * math/mycabsl.c: Likewise.
478 * math/mathconf.h: Include machine/endian.h if possible. If no
537 * math/clog10.c: Fix typo (FP_INIFITE_P -> INFINITE_P).
[all …]
Dlinkage.m46 dnl Check to see if the (math function) argument passed is
8 dnl ASSUMES argument is a math function with ONE parameter
17 AC_TRY_COMPILE([#include <math.h>
48 dnl Check to see if the (math function) argument passed is
57 dnl ASSUMES argument is a math function with ONE parameter
85 AC_TRY_COMPILE([#include <math.h>],
98 AC_TRY_COMPILE([#include <math.h>],
113 dnl Check to see if the (math function) argument passed is
115 dnl ASSUMES argument is a math function with TWO parameters
124 AC_TRY_COMPILE([#include <math.h>],
[all …]
DChangeLog-19991189 * math/mathconf.h: include bits/c++config.h, not config.h.
1201 * math/complex-stub.h: Change.
1202 * math/c_log10*.c: Change back to clog10*.c.
1206 * math/Makefile.am: Change.
1210 * math/Makefile.am: Fix, for real.
1212 * math/clog.c: Move to c_log.c.
1213 * math/clog*: Ditto.
1214 * math/c_log10l.c (c_log10l): Change function name.
1215 * math/c_log10f.c (c_log10f): Change function name.
1216 * math/c_log10.c (c_log10): Change function name.
[all …]
DChangeLog-20002127 Change math to libmath.
2128 * math: Move to libmath, delete.
2201 * math/Makefile.am (INCLUDES): Append /include.
2202 * math/Makefile.in: Regenerate.
2295 * shadow/math.h: Add in float and long declarations, as per ISO C9X.
2915 * math/Makefile.in: Regenerate.
3065 * math/clog10l.c (clog10l): Use M_PIl if defined.
3066 * math/c_logl.c (c_logl): Likewise.
3067 * math/signbitl.c (__signbitl): Adapt for IEEE quad long doubles.
3068 * math/mathconf.h (ieee_quad_double_shape_type): New type.
[all …]
/NextBSD/contrib/top/
HDConfigure473 set math = `grep MATH: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
499 if ("$math" == "") then
500 set math="-lm"
501 else if ("$math" == "none") then
502 set math=""
526 -e "s|%math%|$math|" \
/NextBSD/usr.bin/sed/tests/
HDMakefile10 FILES+= math.sed
25 FILES+= regress.math.out
HDregress.sh72 REGRESSION_TEST(`math', `echo "4+7*3+2^7/3" | sed -f ${SRCDIR}/math.sed')
HDmath.sed5 # $Id: math.sed,v 2.5 1998/08/02 13:23:34 ksb Exp ksb $
12 # for unary +. Don't depend on signed math working all the time. -- ksb
/NextBSD/contrib/groff/contrib/mom/examples/
HDelvis_syntax23 color math like cursor
27 color reg_string like math
75 font math + - * / = == < > <= >= <? >? %
HDelvis_syntax.new38 color math like cursor
42 color reg_string like math
90 font math + - * / = == < > <= >= <? >? %
/NextBSD/contrib/llvm/patches/
HDpatch-06-llvm-r248439-fdiv-hoisting.diff46 Index: test/Transforms/SimplifyCFG/speculate-math.ll
48 --- test/Transforms/SimplifyCFG/speculate-math.ll
49 +++ test/Transforms/SimplifyCFG/speculate-math.ll
/NextBSD/contrib/ntp/sntp/m4/
HDntp_lib_m.m42 dnl What do we need for math libraries?
/NextBSD/crypto/openssh/
HDaclocal.m420 /* Some math to catch -ftrapv problems in the toolchain */
57 /* Some math to catch -ftrapv problems in the toolchain */
94 /* Some math to catch -ftrapv problems in the toolchain */
/NextBSD/contrib/llvm/include/llvm/Support/
HDDataTypes.h.in37 #include <math.h>
88 #include <math.h>
/NextBSD/contrib/gcc/config/i386/
HDi386.opt104 mfancy-math-387
122 Use IEEE math for fp comparisons
143 mno-fancy-math-387
/NextBSD/contrib/ntp/sntp/libevent/test/
HDcheck-dumpevents.py6 import math
/NextBSD/contrib/libstdc++/include/c/
Dstd_cmath.h41 #include_next <math.h>
/NextBSD/contrib/gcc/doc/
HDimplement-c.texi231 For conversion to a type of width @math{N}, the value is reduced
232 modulo @math{2^N} to be within range of the type; no signal is raised.
261 functions in @code{<math.h>} and @code{<complex.h>} that return floating-point
306 @option{-funsafe-math-optimizations} or @option{-ffast-math} are used.
313 @option{-frounding-math} is used in which case it is ``on''.
326 contracted if @option{-funsafe-math-optimizations} or
327 @option{-ffast-math} are used. This is subject to change.
HDlibgcc.texi224 @cindex math library
253 that is, @w{@math{@var{a} - @var{b}}}.
268 @w{@math{@var{a} / @var{b}}}.
393 These functions calculate @math{a <=> b}. That is, if @var{a} is less
481 These functions return the product of @math{@var{a} + i@var{b}} and
482 @math{@var{c} + i@var{d}}, following the rules of C99 Annex G@.
489 These functions return the quotient of @math{@var{a} + i@var{b}} and
490 @math{@var{c} + i@var{d}} (i.e., @math{(@var{a} + i@var{b}) / (@var{c}
515 that is, @w{@math{@var{a} - @var{b}}}.
528 @w{@math{@var{a} / @var{b}}}.
/NextBSD/lib/libc/tests/resolv/
HDmach7 chur.math.ntnu.no
/NextBSD/contrib/gcc/
HDcommon.opt428 ffast-math
431 ffinite-math-only
598 Set errno after built-in math functions
762 frounding-math
929 ; Zero means that floating-point math operations cannot generate a
932 ftrapping-math
1047 ; Nonzero means that unsafe floating-point math optimizations are allowed
1051 funsafe-math-optimizations
1053 Allow math optimizations that may violate IEEE or ISO standards
/NextBSD/contrib/file/magic/Magdir/
HDmaple6 # Maple V release 4, a multi-purpose math program
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDCC1Options.td37 HelpText<"Which unit to use for fp math">;
213 def menable_unsafe_fp_math : Flag<["-"], "menable-unsafe-fp-math">,
214 HelpText<"Allow unsafe floating-point math optimizations which may decrease "
622 def cl_finite_math_only : Flag<["-"], "cl-finite-math-only">,
626 def cl_unsafe_math_optimizations : Flag<["-"], "cl-unsafe-math-optimizations">,
628 def cl_fast_relaxed_math : Flag<["-"], "cl-fast-relaxed-math">,
629 …HelpText<"OpenCL only. Sets -cl-finite-math-only and -cl-unsafe-math-optimizations, and defines __…

1234567