Home
last modified time | relevance | path

Searched refs:fabs (Results 1 – 25 of 99) sorted by path

1234

/illumos-gate/usr/src/boot/include/
H A Dmath.h255 double fabs(double) __pure2;
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath113 "\001fabs", (Math_f)(uintptr_t)fabsl,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath113 "\001fabs", (Math_f)(uintptr_t)fabsl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath113 "\001fabs", (Math_f)(uintptr_t)fabsl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath113 "\001fabs", (Math_f)(uintptr_t)fabsl,
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h176 return (fabs((double)x - (double)y) <= AUDIO_MINFLOAT);
179 return (fabs((double)x - (double)y) <= AUDIO_MINFLOAT);
182 return (fabs((double)x - (double)y) <= AUDIO_MINFLOAT);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioGain.cc308 sum += fabs(*inptr); in process_instant()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c82 Dbg_bind_global(Rt_map *flmp, Addr fabs, Off foff, Xword pltndx, in Dbg_bind_global() argument
143 dbg_print(lml, MSG_INTL(MSG_BND_PLT), ffile, EC_ADDR(fabs), in Dbg_bind_global()
148 } else if ((fabs == 0) && (foff == 0)) { in Dbg_bind_global()
160 dbg_print(lml, MSG_INTL(MSG_BND_DEFAULT), ffile, EC_ADDR(fabs), in Dbg_bind_global()
183 Dbg_bind_weak(Rt_map *flmp, Addr fabs, Addr frel, const char *sym) in Dbg_bind_weak() argument
195 dbg_print(lml, MSG_INTL(MSG_BND_WEAK_2), ffile, EC_ADDR(fabs), in Dbg_bind_weak()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab21 f 1 fabs abs
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derf.c272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp();
292 s = fabs(x)-one;
330 double R,S,P,Q,s,ax,y,z,r,fabs(),__exp__D();
H A Dgamma.c311 z = fabs(x - y);
H A Dlgamma.c306 z = fabs(x + z); /* 0 < z <= .5 */ in neg_lgam()
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h80 extern double fabs(double);
89 #pragma does_not_read_global_data(ceil, fabs, floor, fmod)
94 #pragma does_not_write_global_data(ceil, fabs, floor, fmod)
99 #pragma no_side_effect(ceil, fabs, floor, fmod)
152 inline double abs(double __X) { return fabs(__X); } in abs()
167 inline float fabs(float __X) { return __fabsf(__X); } in fabs() function
200 inline long double fabs(long double __X) { return __fabsl(__X); } in fabs() function
/illumos-gate/usr/src/head/
H A Dmath.h48 using std::fabs;
H A Dtgmath.h72 #undef fabs
73 #define fabs(x) __tgmath_fabs(x) macro
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_base_il.S118 fabs /* Just let the FPU do its thing. */
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com146 fabs.o \
396 fabs.o \
928 ../common/C/fabs.c \
940 ../common/C/fabs.c \
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dacosl.S38 fabs / |x| , 1 , x
H A Dasinl.S38 fabs / |x| , 1 , x
H A Dfabsl.S36 fabs
H A Dlibm_inlines.h145 fabs(double d) in fabs() function
H A Dpowl.S288 fabs / |x| , y , x
298 fabs / |x| , y , x
H A Drndintl.S97 fabs / |x-[x]|,[x]
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c193 return (one / fabs(t)); in neg()
199 p = log(pi / (fabs(t) * z)) - __k_lgamma(z, signgamp); in neg()
H A D__rem_pio2.c74 t = fabs(x) - pio2_1; in __rem_pio2()
93 t = fabs(x); in __rem_pio2()

1234