Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/iconv/ces/
Dutf-16.c135 ucs2_t w1, w2; in utf_16_convert_from_ucs() local
140 w2 = (ucs2_t)(in & 0x000003FF) | 0xDC00; in utf_16_convert_from_ucs()
146 *cp = ICONV_HTOLES (w2); in utf_16_convert_from_ucs()
150 *cp = ICONV_HTOBES (w2); in utf_16_convert_from_ucs()
154 *cp = w2; in utf_16_convert_from_ucs()
192 register ucs2_t w2; in utf_16_convert_to_ucs() local
245 w2 = ICONV_LETOHS (*cp); in utf_16_convert_to_ucs()
247 w2 = ICONV_BETOHS (*cp); in utf_16_convert_to_ucs()
249 if (w2 < 0xDC00 || w2 > 0xDFFF) in utf_16_convert_to_ucs()
253 res = (ucs4_t)(w2 & 0x03FF) | ((ucs4_t)(w1 & 0x03FF) << 10); in utf_16_convert_to_ucs()
/picolibc-latest/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-latest/newlib/libm/ld/ld80/
De_lgammal_r.c190 w2 = -2.777777777750349603440E-3L, variable
418 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7)))))); in lgammal_r()
/picolibc-latest/newlib/libm/math/
Dsrf_lgamma.c82 w2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
276 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
344 w = w0 + z * (w1 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * w6))))); in __math_lgamma_r()
/picolibc-latest/newlib/libc/machine/aarch64/
Dstrcmp.S30 #define data1w w2
Dstrlen.S61 #define tmpw w2