Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
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 …]
/external/python/cpython3/Modules/
D_math.c102 double absx = fabs(x); in _Py_asinh() local
147 double absx; in _Py_atanh() local
Dmathmodule.c293 double absx, r, y, z, sqrtpow; in m_tgamma() local
395 double absx; in m_lgamma() local
638 double absx, absy, c, m, r; in m_remainder() local
/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
/external/rust/crates/libm/src/math/
Dsinhf.rs13 let absx = f32::from_bits(ix); in sinhf() localVariable
Dsinh.rs18 let absx: f64; in sinh() localVariable
Dtgamma.rs135 let absx: f64; in tgamma() localVariable
/external/musl/src/math/
Dsinh.c11 double t, h, absx; in sinh() local
Dsinhf.c7 float t, h, absx; in sinhf() 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
/external/python/cpython3/Python/
Dpymath.c74 double absx, y; in round() local
/external/python/cpython2/Python/
Dpymath.c72 double absx, y; in round() local
/external/swiftshader/src/Pipeline/
DShaderCore.cpp226 Float4 absx = Abs(x); in Asin_4_terms() local
244 Float4 absx = Abs(x); in Asin_8_terms() local
270 Float4 absx = Abs(x); in Atan() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp1103 double absx = reference_fabs(x); in reference_round() local
1174 double absx = reference_fabs(x); in reference_asinh() local
3251 long double absx = reference_fabsl(x); in reference_roundl() local
3404 long double absx = reference_fabsl(x); in reference_asinhl() local
5330 long double absx = reference_fabsl(x); in reference_ceill() local
5695 long double absx = reference_fabsl(x); in reference_floorl() local
/external/wayland/cursor/
Dconvert_font.c253 int absx = glyph->hotx + x; in get_glyph_pixel() local