Searched refs:xappr (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | erfcf4.h | 393 vec_float4 xappr = spu_sub(xabs, xoffset); in _erfcf4() local 400 result = spu_madd(xappr, result, coeff_13); in _erfcf4() 401 result = spu_madd(xappr, result, coeff_12); in _erfcf4() 402 result = spu_madd(xappr, result, coeff_11); in _erfcf4() 403 result = spu_madd(xappr, result, coeff_10); in _erfcf4() 404 result = spu_madd(xappr, result, coeff_09); in _erfcf4() 405 result = spu_madd(xappr, result, coeff_08); in _erfcf4() 406 result = spu_madd(xappr, result, coeff_07); in _erfcf4() 407 result = spu_madd(xappr, result, coeff_06); in _erfcf4() 408 result = spu_madd(xappr, result, coeff_05); in _erfcf4() [all …]
|
D | erff4.h | 363 vec_float4 xappr = spu_sub(xabs, xoffset); in _erff4() local 370 result = spu_madd(xappr, result, coeff_09); in _erff4() 371 result = spu_madd(xappr, result, coeff_08); in _erff4() 372 result = spu_madd(xappr, result, coeff_07); in _erff4() 373 result = spu_madd(xappr, result, coeff_06); in _erff4() 374 result = spu_madd(xappr, result, coeff_05); in _erff4() 375 result = spu_madd(xappr, result, coeff_04); in _erff4() 376 result = spu_madd(xappr, result, coeff_03); in _erff4() 377 result = spu_madd(xappr, result, coeff_02); in _erff4() 378 result = spu_madd(xappr, result, coeff_01); in _erff4() [all …]
|
D | lgammaf4.h | 426 vec_float4 xappr = spu_sub(xabs, xoffset); in _lgammaf4() local 429 xappr = spu_sel(xappr, inv_xsqu, (vector unsigned int)gt_r7start); in _lgammaf4() 437 result = spu_madd(xappr, result, coeff_10); in _lgammaf4() 438 result = spu_madd(xappr, result, coeff_09); in _lgammaf4() 439 result = spu_madd(xappr, result, coeff_08); in _lgammaf4() 440 result = spu_madd(xappr, result, coeff_07); in _lgammaf4() 441 result = spu_madd(xappr, result, coeff_06); in _lgammaf4() 449 result = spu_madd(xappr, result, coeff_05); in _lgammaf4() 450 result = spu_madd(xappr, result, coeff_04); in _lgammaf4() 451 result = spu_madd(xappr, result, coeff_03); in _lgammaf4() [all …]
|