/external/OpenCL-CTS/test_common/harness/ |
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 …]
|
/external/python/cpython3/Modules/ |
D | _math.c | 102 double absx = fabs(x); in _Py_asinh() local 147 double absx; in _Py_atanh() local
|
D | mathmodule.c | 291 double absx, r, y, z, sqrtpow; in m_tgamma() local 393 double absx; in m_lgamma() local 636 double absx, absy, c, m, r; in m_remainder() local
|
/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
|
/external/rust/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
|
D | tgamma.rs | 135 let absx: f64; in tgamma() localVariable
|
/external/swiftshader/src/Reactor/ |
D | OptimalIntrinsics.cpp | 108 Float4 absx = Abs(x); in Asin_4_terms() local 126 Float4 absx = Abs(x); in Asin_8_terms() local 145 Float4 absx = Abs(x); in Atan() local
|
/external/python/cpython2/Python/ |
D | pymath.c | 72 double absx, y; in round() local
|
/external/python/cpython3/Python/ |
D | pymath.c | 74 double absx, y; in round() local
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 1103 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/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 348 Float4 absx = Abs(x); in arcsin() local 379 Float4 absx = Abs(x); in arctan() local
|
/external/wayland/cursor/ |
D | convert_font.c | 253 int absx = glyph->hotx + x; in get_glyph_pixel() local
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 364 Float4 absx = Abs(x); in arcsin() local 395 Float4 absx = Abs(x); in arctan() local
|