Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 13 of 13) 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/
Dunistd.h193 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/bionic/libc/include/sys/
Dcdefs.h324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
327 #define __predict_true(exp) (exp) argument
328 #define __predict_false(exp) (exp) argument
/bionic/tests/
Dmath_test.cpp538 TEST(math, exp) { in TEST() argument
1233 int exp; in TEST() local
1239 int exp; in TEST() local
1245 int exp; in TEST() local
1294 int exp; in TEST() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c1488 exponent(wchar_t *p0, int exp, int fmtch) in exponent()
Dvfprintf.c1522 exponent(char *p0, int exp, int fmtch) in exponent()