/openbsd/lib/libm/src/ |
H A D | s_csqrtf.c | 88 r = fabsf(y); in csqrtf() 98 if ((fabsf(x) > 4.0f) || (fabsf(y) > 4.0f)) { in csqrtf() 117 r = scale * fabsf((0.5f * y) / t); in csqrtf() 122 t = scale * fabsf((0.5f * y) / r); in csqrtf()
|
H A D | e_coshf.c | 36 t = expm1f(fabsf(x)); in coshf() 44 t = expf(fabsf(x)); in coshf() 49 if (ix < 0x42b17180) return half*expf(fabsf(x)); in coshf() 53 w = expf(half*fabsf(x)); in coshf()
|
H A D | s_ctanf.c | 92 x = fabsf(2.0f * crealf(z)); in _ctansf() 93 y = fabsf(2.0f * cimagf(z)); in _ctansf() 125 while (fabsf(t/d) > MACHEPF) in _ctansf() 138 if(fabsf(d) < 0.25f) in ctanf()
|
H A D | s_asinhf.c | 36 w = logf(fabsf(x))+ln2; in asinhf() 38 t = fabsf(x); in asinhf() 42 w =log1pf(fabsf(x)+t/(one+sqrtf(one+t))); in asinhf()
|
H A D | e_sinhf.c | 39 t = expm1f(fabsf(x)); in sinhf() 45 if (ix < 0x42b17180) return h*expf(fabsf(x)); in sinhf() 49 w = expf((float)0.5*fabsf(x)); in sinhf()
|
H A D | s_fabsf.c | 24 fabsf(float x) in fabsf() function 31 DEF_STD(fabsf);
|
H A D | s_tanhf.c | 43 t = expm1f(two*fabsf(x)); in tanhf() 46 t = expm1f(-two*fabsf(x)); in tanhf()
|
H A D | e_remainderf.c | 43 x = fabsf(x); in remainderf() 44 p = fabsf(p); in remainderf()
|
H A D | s_erff.c | 120 s = fabsf(x)-one; in erff() 128 x = fabsf(x); in erff() 175 s = fabsf(x)-one; in erfcf() 185 x = fabsf(x); in erfcf()
|
H A D | s_logbf.c | 25 if(ix==0) return (float)-1.0/fabsf(x); in logbf()
|
H A D | e_jnf.c | 47 x = fabsf(x); in jnf() 128 tmp = tmp*logf(fabsf(v*tmp)); in jnf()
|
H A D | s_ccosf.c | 62 if(fabsf(x) <= 0.5f) { in _cchshf()
|
H A D | s_csinf.c | 63 if(fabsf(x) <= 0.5f) { in cchshf()
|
H A D | s_casinf.c | 70 if(fabsf(x) > 1.0f) { in casinf()
|
H A D | s_atanf.c | 71 x = fabsf(x); in atanf()
|
H A D | e_atan2f.c | 80 else z=atanf(fabsf(y/x)); /* safe to do y/x */ in atan2f()
|
H A D | k_tanf.c | 48 if((ix|(iy+1))==0) return one/fabsf(x); in __kernel_tanf()
|
H A D | e_asinf.c | 60 w = one-fabsf(x); in asinf()
|
/openbsd/lib/libm/arch/sh/ |
H A D | s_fabsf.c | 10 fabsf(float f) in fabsf() function 17 DEF_STD(fabsf);
|
/openbsd/gnu/gcc/libstdc++-v3/libmath/ |
H A D | stubs.c | 39 fabsf(float x) in fabsf() function 263 float s = fabsf(x) + fabsf(y); in hypotf()
|
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/ |
H A D | stubs.c | 110 float s = fabsf(x) + fabsf(y); in hypotf()
|
/openbsd/gnu/gcc/fixincludes/tests/base/ |
H A D | math.h | 54 # define fabsf(x) ((float)fabs((double)(float)(x))) macro
|
/openbsd/regress/lib/libm/lgamma/ |
H A D | lgamma.c | 58 assert(fabsf(lgammaf(3.0F) - (float)M_LN2) < FLT_EPSILON && signgam == 1); in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ |
H A D | math.h | 46 # define fabsf(x) ((float)fabs((double)(float)(x))) macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 53 __DEVICE__ float fabs(float __x) { return ::fabsf(__x); } in fabs() 460 using ::fabsf;
|