Home
last modified time | relevance | path

Searched defs:absx (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A Dmsvc9.c86 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.c91 double absx = fabs(x); in _Py_asinh() local
133 double absx; in _Py_atanh() local
Dmathmodule.c233 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 Dsinhf.rs13 let absx = f32::from_bits(ix); in sinhf() localVariable
H A Dsinh.rs18 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 Dsinhf.rs13 let absx = f32::from_bits(ix); in sinhf() localVariable
H A Dsinh.rs18 let absx: f64; in sinh() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dsinhf.rs13 let absx = f32::from_bits(ix); in sinhf() localVariable
Dsinh.rs18 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 Dsinhf.rs13 let absx = f32::from_bits(ix); in sinhf() localVariable
H A Dsinh.rs18 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 Dsinhf.rs13 let absx = f32::from_bits(ix); in sinhf() localVariable
H A Dsinh.rs18 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 Dsinhf.rs13 let absx = f32::from_bits(ix); in sinhf() localVariable
H A Dsinh.rs18 let absx: f64; in sinh() localVariable
/aosp_15_r20/external/musl/src/math/
H A Dsinh.c11 double t, h, absx; in sinh() local
H A Dsinhf.c7 float t, h, absx; in sinhf() local
H A Dsinhl.c13 long double h, t, absx; in sinhl() local
H A Dmodfl.c22 long double absx; in modfl() local
/aosp_15_r20/external/trusty/musl/src/math/
Dsinhf.c7 float t, h, absx; in sinhf() local
Dsinh.c11 double t, h, absx; in sinh() local
Dsinhl.c13 long double h, t, absx; in sinhl() local
Dmodfl.c22 long double absx; in modfl() local
Dtgamma.c111 double absx, y; in tgamma() local
/aosp_15_r20/external/python/cpython2/Python/
Dpymath.c72 double absx, y; in round() local

12