/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | msvc9.c | 86 float absx = fabsf(x); in rintf() local 101 double absx = fabs(x); in rint() local 116 double absx = fabs(x); in rintl() local 153 cl_ulong absx = u.u & CL_LONG_MAX; in ilogb() local 183 cl_uint absx = u.u & 0x7fffffff; in ilogbf() local 416 double absx = fabs(x); in trunc() local 429 float absx = fabsf(x); in truncf() local 442 double absx = fabs(x); in lround() local 461 float absx = fabsf(x); in lroundf() local 480 double absx = fabs(x); in round() local [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _math.c | 91 double absx = fabs(x); in _Py_asinh() local 133 double absx; in _Py_atanh() local
|
D | mathmodule.c | 233 double absx, r, y, z, sqrtpow; in m_tgamma() local 333 double r, absx; in m_lgamma() local 492 double absx, cf; in m_erf() local 510 double absx, cf; in m_erfc() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | sinhf.rs | 13 let absx = f32::from_bits(ix); in sinhf() localVariable
|
H A D | sinh.rs | 18 let absx: f64; in sinh() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | sinhf.rs | 13 let absx = f32::from_bits(ix); in sinhf() localVariable
|
H A D | sinh.rs | 18 let absx: f64; in sinh() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | sinhf.rs | 13 let absx = f32::from_bits(ix); in sinhf() localVariable
|
D | sinh.rs | 18 let absx: f64; in sinh() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | sinhf.rs | 13 let absx = f32::from_bits(ix); in sinhf() localVariable
|
H A D | sinh.rs | 18 let absx: f64; in sinh() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | sinhf.rs | 13 let absx = f32::from_bits(ix); in sinhf() localVariable
|
H A D | sinh.rs | 18 let absx: f64; in sinh() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | sinhf.rs | 13 let absx = f32::from_bits(ix); in sinhf() localVariable
|
H A D | sinh.rs | 18 let absx: f64; in sinh() localVariable
|
/aosp_15_r20/external/musl/src/math/ |
H A D | sinh.c | 11 double t, h, absx; in sinh() local
|
H A D | sinhf.c | 7 float t, h, absx; in sinhf() local
|
H A D | sinhl.c | 13 long double h, t, absx; in sinhl() local
|
H A D | modfl.c | 22 long double absx; in modfl() local
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | sinhf.c | 7 float t, h, absx; in sinhf() local
|
D | sinh.c | 11 double t, h, absx; in sinh() local
|
D | sinhl.c | 13 long double h, t, absx; in sinhl() local
|
D | modfl.c | 22 long double absx; in modfl() local
|
D | tgamma.c | 111 double absx, y; in tgamma() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | pymath.c | 72 double absx, y; in round() local
|