Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtord.c36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod() argument
84 Long exp; local
DstrtorQ.c54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoQ() argument
108 Long exp; local
Dstrtof.c43 Long exp; local
Dgethex.c40 gethex(sp, fpi, exp, bp, sign) in gethex() argument
Dstrtodg.c178 (d, fpi, exp, bits, exact, rd, irv) in rvOK() argument
339 (s00, se, fpi, exp, bits) in strtodg() argument
Dstrtod.c170 Long exp; local
/bionic/libm/
Dfpmath.h45 unsigned int exp :8; member
58 unsigned int exp :11; member
70 unsigned int exp :15; member
/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypotl.c37 #define DESW(exp) (exp) /* delta expsign word */ argument
38 #define ESW(exp) (MAX_EXP - 1 + (exp)) /* expsign word */ argument
/bionic/libc/include/sys/
Dcdefs.h308 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
309 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
311 #define __predict_true(exp) (exp) argument
312 #define __predict_false(exp) (exp) argument
/bionic/libc/upstream-openbsd/lib/libc/net/
Dres_random.c113 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) in pmod()
/bionic/libc/include/
Dunistd.h220 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/bionic/tests/
Dmath_test.cpp532 TEST(math, exp) { in TEST() argument
1301 int exp; in TEST() local
1307 int exp; in TEST() local
1313 int exp; in TEST() local
1362 int exp; in TEST() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c1487 exponent(wchar_t *p0, int exp, int fmtch) in exponent()
Dvfprintf.c1521 exponent(char *p0, int exp, int fmtch) in exponent()