Searched refs:high_ok (Results 1 – 6 of 6) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_numconv.c | 655 duk_small_int_t high_ok; /* see algorithm */ member 718 nc_ctx->high_ok = 1; in duk__dragon4_prepare() 722 nc_ctx->high_ok = 0; in duk__dragon4_prepare() 732 nc_ctx->high_ok = 0; in duk__dragon4_prepare() 874 (long) nc_ctx->B, (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); in duk__dragon4_scale() 888 if (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)) { in duk__dragon4_scale() 918 if (duk__bi_compare(&nc_ctx->t2, &nc_ctx->s) <= (nc_ctx->high_ok ? -1 : 0)) { in duk__dragon4_scale() 979 (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); in duk__dragon4_generate() 1016 tc2 = (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)); in duk__dragon4_generate()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_numconv.c | 655 duk_small_int_t high_ok; /* see algorithm */ member 718 nc_ctx->high_ok = 1; in duk__dragon4_prepare() 722 nc_ctx->high_ok = 0; in duk__dragon4_prepare() 732 nc_ctx->high_ok = 0; in duk__dragon4_prepare() 874 (long) nc_ctx->B, (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); in duk__dragon4_scale() 888 if (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)) { in duk__dragon4_scale() 918 if (duk__bi_compare(&nc_ctx->t2, &nc_ctx->s) <= (nc_ctx->high_ok ? -1 : 0)) { in duk__dragon4_scale() 979 (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); in duk__dragon4_generate() 1016 tc2 = (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)); in duk__dragon4_generate()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 75656 duk_small_int_t high_ok; /* see algorithm */ member 75719 nc_ctx->high_ok = 1; 75723 nc_ctx->high_ok = 0; 75733 nc_ctx->high_ok = 0; 75875 (long) nc_ctx->B, (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 75889 if (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)) { 75919 if (duk__bi_compare(&nc_ctx->t2, &nc_ctx->s) <= (nc_ctx->high_ok ? -1 : 0)) { 75980 (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 76017 tc2 = (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1));
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 76058 duk_small_int_t high_ok; /* see algorithm */ member 76121 nc_ctx->high_ok = 1; 76125 nc_ctx->high_ok = 0; 76135 nc_ctx->high_ok = 0; 76277 (long) nc_ctx->B, (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 76291 if (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)) { 76321 if (duk__bi_compare(&nc_ctx->t2, &nc_ctx->s) <= (nc_ctx->high_ok ? -1 : 0)) { 76382 (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 76419 tc2 = (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1));
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 75771 duk_small_int_t high_ok; /* see algorithm */ member 75834 nc_ctx->high_ok = 1; 75838 nc_ctx->high_ok = 0; 75848 nc_ctx->high_ok = 0; 75990 (long) nc_ctx->B, (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 76004 if (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)) { 76034 if (duk__bi_compare(&nc_ctx->t2, &nc_ctx->s) <= (nc_ctx->high_ok ? -1 : 0)) { 76095 (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 76132 tc2 = (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1));
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 75943 duk_small_int_t high_ok; /* see algorithm */ member 76006 nc_ctx->high_ok = 1; 76010 nc_ctx->high_ok = 0; 76020 nc_ctx->high_ok = 0; 76162 (long) nc_ctx->B, (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 76176 if (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1)) { 76206 if (duk__bi_compare(&nc_ctx->t2, &nc_ctx->s) <= (nc_ctx->high_ok ? -1 : 0)) { 76267 (long) nc_ctx->low_ok, (long) nc_ctx->high_ok)); 76304 tc2 = (duk__bi_compare(&nc_ctx->t1, &nc_ctx->s) >= (nc_ctx->high_ok ? 0 : 1));
|