Searched refs:lasts (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Modules/_decimal/tests/ |
H A D | bench.py | 24 lasts, t, s, n, na, d, da = 0, 3.0, 3, 1, 0, 0, 24 25 while s != lasts: 26 lasts = s 36 lasts, t, s, n, na, d, da = D(0), D(3), D(3), D(1), D(0), D(0), D(24) 37 while s != lasts: 38 lasts = s 48 lasts, t, s, n, na, d, da = D(0), D(3), D(3), D(1), D(0), D(0), D(24) 49 while s != lasts: 50 lasts = s
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_expression_operation.py | 783 % for item in lasts: 786 ir_last_opcode = ir_quadop_${lasts[3].name} 817 lasts = [None, None, None, None] 820 if lasts[i] is None: 821 lasts[i] = item 824 lasts=lasts))
|
/third_party/python/Lib/test/ |
H A D | test_fractions.py | 773 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24 774 while abs(s - lasts) > F(1, 10**9): 775 lasts = s 786 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1 787 while abs(s - lasts) > F(1, 10**9): 788 lasts = s
|
/third_party/curl/lib/ |
H A D | ldap.c | 804 char *lasts; in split_str() local 819 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items; in split_str() 820 s = strtok_r(NULL, ",", &lasts), i++) in split_str()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 107 const char *lasts = (const char *)src + (len - 1); in usb_bcopy() local 110 *lastd-- = *lasts--; in usb_bcopy()
|
/third_party/tzdata/ |
H A D | zic.c | 404 static struct lookup const lasts[] = { variable 2236 if ((lp = byword(dp, lasts)) != NULL) { in rulesub() 3678 if (table == lasts && ciprefix("last", word) && word[4]) { in byword()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 359 static struct lookup const lasts[] = { variable 1505 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 358 static struct lookup const lasts[] = { variable 1504 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 42 milliseconds