Searched refs:math (Results 26 - 50 of 299) sorted by relevance

1234567891011>>

/freebsd-13-stable/lib/msun/src/
H A Dimprecise.c32 #include <math.h>
H A Ds_copysignl.c31 #include <math.h>
H A Ds_cproj.c34 #include <math.h>
H A Ds_cprojf.c33 #include <math.h>
H A Ds_cprojl.c33 #include <math.h>
H A Ds_fdim.c32 #include <math.h>
H A Ds_isfinite.c31 #include <math.h>
H A Ds_signbit.c31 #include <math.h>
H A Dw_cabs.c13 #include <math.h>
H A Ds_isnormal.c31 #include <math.h>
H A Ds_lrint.c31 #include <math.h>
H A Ds_nearbyint.c33 #include <math.h>
H A Ds_fmaxf.c32 #include <math.h>
H A Ds_fmaxl.c32 #include <math.h>
H A Ds_fminf.c32 #include <math.h>
H A Ds_fminl.c32 #include <math.h>
H A Ds_frexpl.c32 #include <math.h>
H A Ds_lround.c32 #include <math.h>
H A Ds_scalbln.c32 #include <math.h>
H A Ds_scalbn.c2 #include <math.h>
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/include/
H A DMakefile.am8 math.shlib \
/freebsd-13-stable/lib/libc/gen/
H A Dfrexp.c31 #include <math.h>
H A Disnan.c31 #include <math.h>
47 * Because math.h defines __isnan and __isnanf as aliases for compatibility with
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dmath.h1 /*===---- openmp_wrapper/math.h -------- OpenMP math.h intercept ------ c++ -===
10 // If we are in C++ mode and include <math.h> (not <cmath>) first, we still need
12 // seen the declarations of the math.h functions when the system math.h includes
14 // overlay, e.g. CUDA, uses the math.h functions. Since we haven't declared them
15 // yet we get errors. CUDA avoids this by eagerly declaring all math functions
30 #include_next <math.h>
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dbench.py15 import math namespace
113 loops = int(f / math.sqrt(max(1, mid)))
121 scale = 10**int(math.log10(f) - 1)
126 loops = int(f / math.sqrt(max(1, b)))
148 steps = int(round(math.log(args.limit) / math.log(step)))

Completed in 177 milliseconds

1234567891011>>