Home
last modified time | relevance | path

Searched refs:w2 (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ces/
Dutf-16.c136 ucs2_t w1, w2; in utf_16_convert_from_ucs() local
141 w2 = (ucs2_t)(in & 0x000003FF) | 0xDC00; in utf_16_convert_from_ucs()
147 *cp = ICONV_HTOLES (w2); in utf_16_convert_from_ucs()
151 *cp = ICONV_HTOBES (w2); in utf_16_convert_from_ucs()
155 *cp = w2; in utf_16_convert_from_ucs()
193 register ucs2_t w2; in utf_16_convert_to_ucs() local
246 w2 = ICONV_LETOHS (*cp); in utf_16_convert_to_ucs()
248 w2 = ICONV_BETOHS (*cp); in utf_16_convert_to_ucs()
250 if (w2 < 0xDC00 || w2 > 0xDFFF) in utf_16_convert_to_ucs()
254 res = (ucs4_t)(w2 & 0x03FF) | ((ucs4_t)(w1 & 0x03FF) << 10); in utf_16_convert_to_ucs()
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Dacosf4.h130 vec_float4 w2 = spu_madd(r,s,c); in _acosf4() local
135 vec_float4 result1 = spu_mul(two,spu_add(df,w2)); in _acosf4()
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld80/
De_lgammal_r.c190 w2 = -2.777777777750349603440E-3L, variable
414 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7)))))); in lgammal_r()
/picolibc-3.5.0-3.4.0/newlib/libm/math/
Dsrf_lgamma.c82 w2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
273 w = w0 + z * (w1 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * w6))))); in __math_lgammaf_r()
Dsr_lgamma.c150 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
341 w = w0 + z * (w1 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * w6))))); in __math_lgamma_r()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/aarch64/
Dstrcmp.S57 #define data1w w2