Searched refs:sgn (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | gps.js | 122 var n, sgn = 1; 127 sgn = -1; 133 sgn = -1; 147 return sgn * (parseFloat(coord.slice(0, n)) + parseFloat(coord.slice(n)) / 60);
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | misc.h | 250 mp_float_uint_t sgn : 1; member 254 mp_float_uint_t sgn : 1; member
|
A D | mpprint.c | 130 STATIC int mp_print_int(const mp_print_t *print, mp_uint_t x, int sgn, int base, int base_char, int… in mp_print_int() argument 132 if (sgn) { in mp_print_int()
|
A D | objfloat.c | 89 if (u.p.sgn) { in mp_float_hash()
|
A D | mpz.c | 760 z->neg = u.p.sgn; in mpz_set_from_float()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modurandom.c | 192 u.p.sgn = 0; in yasmarang_float()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 89 Return @math{sgn(b) \lfloor a/{|b|} \rfloor} (Euclidian
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 2486 int shift, e, sgn; in bf_set_float64() local 2489 sgn = u.u >> 63; in bf_set_float64() 2496 bf_set_inf(a, sgn); in bf_set_float64() 2500 bf_set_zero(a, sgn); in bf_set_float64() 2523 a->sign = sgn; in bf_set_float64()
|
A D | quickjs.c | 47706 int sgn, res; in string_get_signed_field() local 47711 sgn = string_get(sp, *pp); in string_get_signed_field() 47712 if (sgn == '-' || sgn == '+') in string_get_signed_field() 47716 if (res == 0 && sgn == '-') in string_get_signed_field() 47760 int p, i, c, sgn; in js_Date_parse() local 47806 sgn = string_get(sp, p); in js_Date_parse() 47807 if (sgn == '+' || sgn == '-') { in js_Date_parse() 47813 if (sgn == '-') in js_Date_parse() 47816 } else if (sgn == 'Z') { in js_Date_parse() 47857 if (sgn == '+' || sgn == '-') { in js_Date_parse() [all …]
|
Completed in 119 milliseconds