Searched refs:p2 (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/musl/src/regex/ |
| A D | glob.c | 56 char* p2; in match_in_dir() local 63 if ((p2 = strchr(p, '/'))) { in match_in_dir() 65 pat[p2 - p] = 0; in match_in_dir() 66 for (; *p2 == '/'; p2++) in match_in_dir() 104 if (p2 && de->d_type && !S_ISDIR(de->d_type << 12) && !S_ISLNK(de->d_type << 12)) in match_in_dir() 113 if (p2) { in match_in_dir() 114 if ((error = match_in_dir(name, p2, flags, errfunc, tail))) { in match_in_dir()
|
| /third_party/ulib/musl/third_party/math/ |
| A D | lgammal.c | 221 long double t, y, z, nadj = 0.0, p, p1, p2, q, r, w; in __lgammal_r() local 287 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y)))); in __lgammal_r() 288 r += 0.5 * y + y * p1 / p2; in __lgammal_r() 292 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __lgammal_r() 293 p = tt + y * p1 / p2; in __lgammal_r() 298 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y))))); in __lgammal_r() 299 r += (-0.5 * y + p1 / p2); in __lgammal_r()
|
| A D | lgamma_r.c | 178 double_t t, y, z, nadj = 0.0, p, p1, p2, p3, q, r, w; in __lgamma_r() local 241 p2 = z * (a1 + z * (a3 + z * (a5 + z * (a7 + z * (a9 + z * a11))))); in __lgamma_r() 242 p = y * p1 + p2; in __lgamma_r() 249 p2 = t1 + w * (t4 + w * (t7 + w * (t10 + w * t13))); in __lgamma_r() 251 p = z * p1 - (tt - w * (p2 + y * p3)); in __lgamma_r() 256 p2 = 1.0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5)))); in __lgamma_r() 257 r += -0.5 * y + p1 / p2; in __lgamma_r()
|
| A D | lgammaf_r.c | 113 float t, y, z, nadj = 0.0, p, p1, p2, p3, q, r, w; in __lgammaf_r() local 176 p2 = z * (a1 + z * (a3 + z * (a5 + z * (a7 + z * (a9 + z * a11))))); in __lgammaf_r() 177 p = y * p1 + p2; in __lgammaf_r() 184 p2 = t1 + w * (t4 + w * (t7 + w * (t10 + w * t13))); in __lgammaf_r() 186 p = z * p1 - (tt - w * (p2 + y * p3)); in __lgammaf_r() 191 p2 = 1.0f + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5)))); in __lgammaf_r() 192 r += -0.5f * y + p1 / p2; in __lgammaf_r()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | math.h | 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; in pt_chi2() local 261 p2 = ch * (6.73 + ch * (6.66 + ch)); in pt_chi2() 263 * (13.32 + 3.0 * ch)) / p2; in pt_chi2() 265 c * aa) * p2 / p1) / t; in pt_chi2() 278 p2 = p - i_gamma(p1, xx, ln_gamma_df_2); in pt_chi2() 279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch)); in pt_chi2()
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | regcomp.c | 2244 tre_pos_and_tags_t* orig_p2 = p2; in tre_make_trans() 2250 p2 = orig_p2; in tre_make_trans() 2252 while (p2->position >= 0) { in tre_make_trans() 2255 p2++; in tre_make_trans() 2275 if (trans->state_id == p2->position) in tre_make_trans() 2319 if (p2->tags != NULL) in tre_make_trans() 2341 if (p2->tags != NULL) in tre_make_trans() 2357 p2++; in tre_make_trans() 2365 p2 = orig_p2; in tre_make_trans() 2366 while (p2->position >= 0) { in tre_make_trans() [all …]
|
Completed in 18 milliseconds