Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 57) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/i386/
A Dfesetenv.c28 fenv_t temp; in libm_hidden_proto() local
44 temp.__eip = 0; in libm_hidden_proto()
45 temp.__cs_selector = 0; in libm_hidden_proto()
46 temp.__opcode = 0; in libm_hidden_proto()
47 temp.__data_offset = 0; in libm_hidden_proto()
48 temp.__data_selector = 0; in libm_hidden_proto()
54 temp.__eip = 0; in libm_hidden_proto()
55 temp.__cs_selector = 0; in libm_hidden_proto()
56 temp.__opcode = 0; in libm_hidden_proto()
57 temp.__data_offset = 0; in libm_hidden_proto()
[all …]
A Dfraiseexcpt.c56 fenv_t temp; in libm_hidden_proto() local
60 __asm__ __volatile__ ("fnstenv %0" : "=m" (*&temp)); in libm_hidden_proto()
63 temp.__status_word |= FE_OVERFLOW; in libm_hidden_proto()
66 __asm__ __volatile__ ("fldenv %0" : : "m" (*&temp)); in libm_hidden_proto()
77 fenv_t temp; in libm_hidden_proto() local
81 __asm__ __volatile__ ("fnstenv %0" : "=m" (*&temp)); in libm_hidden_proto()
84 temp.__status_word |= FE_UNDERFLOW; in libm_hidden_proto()
87 __asm__ __volatile__ ("fldenv %0" : : "m" (*&temp)); in libm_hidden_proto()
98 fenv_t temp; in libm_hidden_proto() local
102 __asm__ __volatile__ ("fnstenv %0" : "=m" (*&temp)); in libm_hidden_proto()
[all …]
A Dfeholdexcpt.c27 fenv_t temp; in feholdexcept() local
30 __asm__ ("fnstenv %0" : "=m" (temp)); in feholdexcept()
31 *envp = temp; in feholdexcept()
34 temp.__control_word |= 0x3f; in feholdexcept()
37 temp.__status_word &= ~0x3f; in feholdexcept()
39 __asm__ ("fldenv %0" : : "m" (temp)); in feholdexcept()
A Dfeupdateenv.c29 fexcept_t temp; in libm_hidden_proto() local
33 __asm__ ("fnstsw %0" : "=m" (*&temp)); in libm_hidden_proto()
40 temp = (temp | xtemp) & FE_ALL_EXCEPT; in libm_hidden_proto()
42 temp &= FE_ALL_EXCEPT; in libm_hidden_proto()
51 feraiseexcept ((int) temp); in libm_hidden_proto()
A Dfsetexcptflg.c27 fenv_t temp; in fesetexceptflag() local
31 __asm__ ("fnstenv %0" : "=m" (*&temp)); in fesetexceptflag()
33 temp.__status_word &= ~(excepts & FE_ALL_EXCEPT); in fesetexceptflag()
34 temp.__status_word |= *flagp & excepts & FE_ALL_EXCEPT; in fesetexceptflag()
39 __asm__ ("fldenv %0" : : "m" (*&temp)); in fesetexceptflag()
A Dfclrexcpt.c26 fenv_t temp; in feclearexcept() local
33 __asm__ ("fnstenv %0" : "=m" (*&temp)); in feclearexcept()
36 temp.__status_word &= excepts ^ FE_ALL_EXCEPT; in feclearexcept()
39 __asm__ ("fldenv %0" : : "m" (*&temp)); in feclearexcept()
A Dfgetexcptflg.c25 fexcept_t temp; in fegetexceptflag() local
28 __asm__ ("fnstsw %0" : "=m" (*&temp)); in fegetexceptflag()
30 *flagp = temp & excepts & FE_ALL_EXCEPT; in fegetexceptflag()
A Dftestexcept.c26 short temp; in fetestexcept() local
30 __asm__ ("fnstsw %0" : "=a" (temp)); in fetestexcept()
38 return (temp | xtemp) & excepts & FE_ALL_EXCEPT; in fetestexcept()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_jn.c51 double a, b, temp=0, di; in __ieee754_jn() local
99 temp = b; in __ieee754_jn()
101 a = temp; in __ieee754_jn()
112 temp = x*0.5; b = temp; in __ieee754_jn()
176 temp = b; in __ieee754_jn()
179 a = temp; in __ieee754_jn()
184 temp = b; in __ieee754_jn()
187 a = temp; in __ieee754_jn()
224 double a, b, temp=0; in strong_alias() local
268 temp = b; in strong_alias()
[all …]
/l4re-core-master/l4util/lib/src/
A Dbase64.c267 char *temp=malloc(in_size*2);//to be on the safe side; in base64_encode() local
268 if (!temp) in base64_encode()
294 temp[out_count++]=out[i]; in base64_encode()
298 temp[out_count]=0; //null-terminate string in base64_encode()
299 *outfile=temp; in base64_encode()
307 char *temp =malloc(in_size); //to be on the safe side; in base64_decode() local
308 if (!temp) in base64_decode()
346 temp[out_count++]=out[i]; in base64_decode()
350 temp[out_count]=0; in base64_decode()
351 *outfile=temp; in base64_decode()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dobstack.h161 } temp; /* Temporary for some macros. */ member
426 ( (h)->temp.tempint = (length), \
431 ( (h)->temp.tempint = (length), \
435 (h)->next_free += (h)->temp.tempint)
438 ( (h)->temp.tempint = (length), \
442 (h)->next_free += (h)->temp.tempint, \
467 ( (h)->temp.tempint = (length), \
470 obstack_blank_fast (h, (h)->temp.tempint))
485 (h)->temp.tempptr = (h)->object_base, \
493 (h)->temp.tempptr)
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Derand48_r.c25 union ieee754_double temp; in erand48_r() local
34 temp.ieee.negative = 0; in erand48_r()
35 temp.ieee.exponent = IEEE754_DOUBLE_BIAS; in erand48_r()
36 temp.ieee.mantissa0 = (xsubi[2] << 4) | (xsubi[1] >> 12); in erand48_r()
37 temp.ieee.mantissa1 = ((xsubi[1] & 0xfff) << 20) | (xsubi[0] << 4); in erand48_r()
40 *result = temp.d - 1.0; in erand48_r()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/sh/sh4/
A Dfeholdexcpt.c18 unsigned long int temp; in feholdexcept() local
21 _FPU_GETCW (temp); in feholdexcept()
22 envp->__fpscr = temp; in feholdexcept()
25 temp &= ~FE_ALL_EXCEPT; in feholdexcept()
26 _FPU_SETCW (temp); in feholdexcept()
A Dfesetenv.c22 unsigned long int temp = envp->__fpscr; in fesetenv() local
23 _FPU_SETCW (temp); in fesetenv()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/metag/
A Dfeupdateenv.c29 unsigned int temp; in libm_hidden_proto() local
32 __asm__ ("MOV %0,TXDEFR" : "=r" (temp)); in libm_hidden_proto()
34 temp >>= 16; in libm_hidden_proto()
35 temp &= FE_ALL_EXCEPT; in libm_hidden_proto()
41 feraiseexcept ((int) temp); in libm_hidden_proto()
A Dfsetexcptflg.c29 unsigned int temp; in fesetexceptflag() local
32 __asm__ ("MOV %0,TXDEFR" : "=r" (temp)); in fesetexceptflag()
37 temp &= ~excepts; in fesetexceptflag()
38 temp |= *flagp & excepts; in fesetexceptflag()
40 metag_set_fpu_flags(temp); in fesetexceptflag()
A Dfclrexcpt.c28 unsigned int temp; in feclearexcept() local
31 __asm__ ("MOV %0,TXDEFR" : "=r" (temp)); in feclearexcept()
38 temp &= ~excepts; in feclearexcept()
40 metag_set_fpu_flags(temp); in feclearexcept()
A Dftestexcept.c26 unsigned int temp; in fetestexcept() local
29 __asm__ ("MOV %0,TXDEFR" : "=r" (temp)); in fetestexcept()
31 return (temp >> 16) & excepts & FE_ALL_EXCEPT; in fetestexcept()
A Dfgetexcptflg.c25 unsigned int temp; in fegetexceptflag() local
28 __asm__ ("MOV %0,TXDEFR" : "=r" (temp)); in fegetexceptflag()
30 *flagp = temp & excepts & FE_ALL_EXCEPT; in fegetexceptflag()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Ddl-string.h224 char temp; in _dl_simple_ltoa() local
225 do_rem(temp, i, 10); in _dl_simple_ltoa()
226 *--p = '0' + temp; in _dl_simple_ltoa()
227 do_div_10(i, temp); in _dl_simple_ltoa()
241 char temp = i & 0xf; in _dl_simple_ltoahex() local
242 if (temp <= 0x09) in _dl_simple_ltoahex()
243 *--p = '0' + temp; in _dl_simple_ltoahex()
245 *--p = 'a' - 0x0a + temp; in _dl_simple_ltoahex()
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dmd5.c279 u_int32_t temp; in __md5_Transform() local
336 temp = a; in __md5_Transform()
339 temp += F(b,c,d); in __md5_Transform()
342 temp += G(b,c,d); in __md5_Transform()
345 temp += H(b,c,d); in __md5_Transform()
352 temp = ROTATE_LEFT(temp, ps[i&3]); in __md5_Transform()
353 temp += b; in __md5_Transform()
362 temp = d; d = c; c = b; b = a; a = temp; in __md5_Transform()
369 temp = d; d = c; c = b; b = a; a = temp; in __md5_Transform()
375 temp = d; d = c; c = b; b = a; a = temp; in __md5_Transform()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/sysvipc/
A Dmsgq.c61 struct new_msg_buf temp; in _syscall5()
63 temp.r_msgtyp = msgtyp; in _syscall5()
64 temp.oldmsg = msgp; in _syscall5()
65 return __syscall_ipc(IPCOP_msgrcv ,msqid ,msgsz ,msgflg ,&temp, 0); in _syscall5()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dmath_stubs_float.cc177 double result, temp; in modff() local
179 result = modf(x, &temp); in modff()
180 *iptr = (float) temp; in modff()
A Dmath_stubs_long_double.cc177 double result, temp; in modfl() local
179 result = modf((double) x, &temp); in modfl()
180 *iptr = temp; in modfl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dmath_stubs_float.cc177 double result, temp; in modff() local
179 result = modf(x, &temp); in modff()
180 *iptr = (float) temp; in modff()

Completed in 29 milliseconds

123