/l4re-core-master/uclibc/lib/contrib/uclibc/libm/i386/ |
A D | fesetround.c | 24 fesetround (int round) in fesetround() argument 28 if ((round & ~0xc00) != 0) in fesetround() 34 cw |= round; in fesetround() 45 xcw |= round << 3; in fesetround()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/metag/ |
A D | fesetround.c | 24 fesetround (int round) in fesetround() argument 28 if ((round & ~0x3) != 0) in fesetround() 36 txmode |= (0x1 << 18 ) | (round << 16); in fesetround()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/powerpc/e500/fpu/ |
A D | fesetround.c | 23 fesetround (int round) in fesetround() argument 27 if ((unsigned int) round > 3) in fesetround() 31 fpescr = (fpescr & ~SPEFSCR_FRMC) | (round & 3); in fesetround()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/ |
A D | des.c | 378 int shifts, round; in des_setkey() local 422 for (round = 0; round < 16; round++) { in des_setkey() 425 shifts += key_shifts[round]; in des_setkey() 430 de_keysl[15 - round] = in des_setkey() 431 en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] in des_setkey() 440 de_keysr[15 - round] = in des_setkey() 441 en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] in des_setkey() 459 int round; in do_des() local 497 round = 16; in do_des() 529 } while (--round); in do_des()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _fpmaxtostr.c | 209 int round, o_exp; in _fpmaxtostr() local 401 round = preci; in _fpmaxtostr() 404 round += exp; in _fpmaxtostr() 405 if (round < -1) { in _fpmaxtostr() 408 round = -1; in _fpmaxtostr() 420 if (round < nd) { in _fpmaxtostr() 421 e = s + round + 2; in _fpmaxtostr() 457 if ((mode == 'g') && ((o_exp >= -4) && (o_exp <= round))) { in _fpmaxtostr() 459 preci = round - o_exp; in _fpmaxtostr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | specific.c | 140 int i, j, round, found_nonzero; in __pthread_destroy_specifics() local 144 for (round = 0, found_nonzero = 1; in __pthread_destroy_specifics() 145 found_nonzero && round < PTHREAD_DESTRUCTOR_ITERATIONS; in __pthread_destroy_specifics() 146 round++) { in __pthread_destroy_specifics()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/e1/bits/ |
A D | fenvinline.h | 67 #define fesetround(round) \ argument 75 tmp &= round; \ 84 :"l"(round) ); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_round.c | 26 round (double x) in round() function 89 libm_hidden_def(round)
|
A D | float_wrappers.c | 339 WRAPPER1(round) in WRAPPER1() argument
|
A D | ldouble_wrappers.c | 322 WRAPPER1(round) in WRAPPER1() argument
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | specific.c | 196 int i, j, round, found_nonzero; in strong_alias() local 200 for (round = 0, found_nonzero = 1; in strong_alias() 201 found_nonzero && round < PTHREAD_DESTRUCTOR_ITERATIONS; in strong_alias() 202 round++) { in strong_alias()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | specific.c | 184 int i, j, round, found_nonzero; in strong_alias() local 188 for (round = 0, found_nonzero = 1; in strong_alias() 189 found_nonzero && round < PTHREAD_DESTRUCTOR_ITERATIONS; in strong_alias() 190 round++) { in strong_alias()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-barrier4.c | 35 int round = 0; in tf() local 37 while (round++ < 30) in tf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test.inc | 51 round, lround, llround, 4167 START (round); 4169 TEST_f_f (round, 0, 0); 4171 TEST_f_f (round, 0.2L, 0.0); 4173 TEST_f_f (round, 0.5, 1.0); 4174 TEST_f_f (round, -0.5, -1.0); 4175 TEST_f_f (round, 0.8L, 1.0); 4176 TEST_f_f (round, -0.8L, -1.0); 4177 TEST_f_f (round, 1.5, 2.0); 4178 TEST_f_f (round, -1.5, -2.0); [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_create.c | 107 size_t round; in __nptl_deallocate_tsd() local 110 round = 0; in __nptl_deallocate_tsd() 163 while (__builtin_expect (++round < PTHREAD_DESTRUCTOR_ITERATIONS, 0)); in __nptl_deallocate_tsd()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | math.SUSv4.syms | 142 round
|
/l4re-core-master/l4sys/include/cxx/ |
A D | consts | 28 * \param order order (2^order) to round up to.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | tgmath.h | 359 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/ |
A D | math.h | 107 using std::round;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/ |
A D | math.h | 107 using std::round;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/ |
A D | math.h | 107 using std::round;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/ |
A D | math.h | 107 using std::round;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | mathcalls.h | 327 __MATHCALLX (round,, (_Mdouble_ __x), (__const__))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/ |
A D | math.h | 107 using std::round;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/ |
A D | math.h | 107 using std::round;
|