Searched defs:exp (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtord.c | 36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod() argument 84 Long exp; local
|
D | strtorQ.c | 54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoQ() argument 108 Long exp; local
|
D | strtof.c | 43 Long exp; local
|
D | gethex.c | 40 gethex(sp, fpi, exp, bp, sign) in gethex() argument
|
D | strtodg.c | 178 (d, fpi, exp, bits, exact, rd, irv) in rvOK() argument 339 (s00, se, fpi, exp, bits) in strtodg() argument
|
D | strtod.c | 170 Long exp; local
|
/bionic/libm/ |
D | fpmath.h | 45 unsigned int exp :8; member 58 unsigned int exp :11; member 70 unsigned int exp :15; member
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_hypotl.c | 37 #define DESW(exp) (exp) /* delta expsign word */ argument 38 #define ESW(exp) (MAX_EXP - 1 + (exp)) /* expsign word */ argument
|
/bionic/libc/include/ |
D | unistd.h | 193 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
/bionic/libc/include/sys/ |
D | cdefs.h | 324 #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/ |
D | math_test.cpp | 538 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/ |
D | vfwprintf.c | 1488 exponent(wchar_t *p0, int exp, int fmtch) in exponent()
|
D | vfprintf.c | 1522 exponent(char *p0, int exp, int fmtch) in exponent()
|