Home
last modified time | relevance | path

Searched refs:PI (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dpthread-pi-defines.sym3 -- These PI macros are used by assembly code.
/l4re-core-master/lua/lib/contrib/src/
A Dlmathlib.c25 #undef PI
26 #define PI (l_mathop(3.141592653589793238462643383279502884)) macro
196 lua_pushnumber(L, luaL_checknumber(L, 1) * (l_mathop(180.0) / PI)); in math_deg()
201 lua_pushnumber(L, luaL_checknumber(L, 1) * (PI / l_mathop(180.0))); in math_rad()
753 lua_pushnumber(L, PI); in luaopen_math()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog10 Fix pthread_cond_timedwait with requeue-PI.
12 Fix pthread_cond_wait with requeue-PI.
48 is a non robust PI mutex, then use FUTEX_CMP_REQUEUE_PI.
51 is a non robust PI mutex, then use FUTEX_WAIT_REQUEUE_PI.
230 optimization of PI mutex handling.
256 is a PI mutex, then use FUTEX_CMP_REQUEUE_PI.
259 is a PI mutex, then use FUTEX_WAIT_REQUEUE_PI.
504 fast path here, for robust/PI/PP mutexes call
510 fast path here, for robust/PI/PP mutexes call
2913 notification of PI mutex. Add ENQUEUE_MUTEX_PI.
[all …]

Completed in 13 milliseconds