Home
last modified time | relevance | path

Searched refs:sx (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_bi_math.c137 duk_small_int_t cx, cy, sx; in duk__pow_fixed() local
140 DUK_UNREF(sx); in duk__pow_fixed()
156 sx = (duk_small_int_t) DUK_SIGNBIT(x); in duk__pow_fixed()
157 if (sx == 0) { in duk__pow_fixed()
Dduk_js_ops.c493 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); in duk__js_samevalue_number() local
495 return (sx == sy); in duk__js_samevalue_number()
521 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); in duk__js_samevalue_number()
523 return (sx == sy); in duk__js_samevalue_number()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_math.c137 duk_small_int_t cx, cy, sx; in duk__pow_fixed() local
140 DUK_UNREF(sx); in duk__pow_fixed()
156 sx = (duk_small_int_t) DUK_SIGNBIT(x); in duk__pow_fixed()
157 if (sx == 0) { in duk__pow_fixed()
Dduk_js_ops.c493 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); in duk__js_samevalue_number() local
495 return (sx == sy); in duk__js_samevalue_number()
521 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); in duk__js_samevalue_number()
523 return (sx == sy); in duk__js_samevalue_number()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c32413 duk_small_int_t cx, cy, sx; local
32416 DUK_UNREF(sx);
32432 sx = (duk_small_int_t) DUK_SIGNBIT(x);
32433 if (sx == 0) {
70236 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); local
70238 return (sx == sy);
70264 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0);
70266 return (sx == sy);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c32690 duk_small_int_t cx, cy, sx; local
32693 DUK_UNREF(sx);
32709 sx = (duk_small_int_t) DUK_SIGNBIT(x);
32710 if (sx == 0) {
70607 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); local
70609 return (sx == sy);
70635 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0);
70637 return (sx == sy);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c32483 duk_small_int_t cx, cy, sx; local
32486 DUK_UNREF(sx);
32502 sx = (duk_small_int_t) DUK_SIGNBIT(x);
32503 if (sx == 0) {
70348 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); local
70350 return (sx == sy);
70376 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0);
70378 return (sx == sy);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c32620 duk_small_int_t cx, cy, sx; local
32623 DUK_UNREF(sx);
32639 sx = (duk_small_int_t) DUK_SIGNBIT(x);
32640 if (sx == 0) {
70495 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0); local
70497 return (sx == sy);
70523 duk_small_int_t sx = (DUK_SIGNBIT(x) ? 1 : 0);
70525 return (sx == sy);