Searched defs:absx (Results 1 – 11 of 11) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | msvc9.c | 77 float absx = fabsf(x); in rintf() local 92 double absx = fabs(x); in rint() local 107 double absx = fabs(x); in rintl() local 140 cl_ulong absx = u.u & CL_LONG_MAX; in ilogb() local 169 cl_uint absx = u.u & 0x7fffffff; in ilogbf() local 398 double absx = fabs(x); in trunc() local 411 float absx = fabsf(x); in truncf() local 424 double absx = fabs(x); in lround() local 445 float absx = fabsf(x); in lroundf() local 466 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 | 290 double absx, r, y, z, sqrtpow; in m_tgamma() local 392 double absx; in m_lgamma() local 635 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/python/cpython3/Python/ |
D | pymath.c | 74 double absx, y; in round() local
|
/external/python/cpython2/Python/ |
D | pymath.c | 72 double absx, y; in round() local
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 1071 double absx = reference_fabs(x); in reference_round() local 1160 double absx = reference_fabs(x); in reference_asinh() local 2955 long double absx = reference_fabsl(x); in reference_roundl() local 3150 long double absx = reference_fabsl(x); in reference_asinhl() local 5098 long double absx = reference_fabsl(x); in reference_ceill() local 5435 long double absx = reference_fabsl(x); in reference_floorl() local
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 336 Float4 absx = Abs(x); in arcsin() local 367 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 | 350 Float4 absx = Abs(x); in arcsin() local 381 Float4 absx = Abs(x); in arctan() local
|