Searched refs:vf64 (Results 1 – 8 of 8) sorted by relevance
/third_party/ejdb/src/jbi/ |
D | jbi_util.c | 109 iwjson_ftoa(jqval->vf64, numbuf, &ikey->size); in jbi_jqval_fill_ikey() 122 *llv = (int64_t) jqval->vf64; in jbi_jqval_fill_ikey() 138 iwjson_ftoa(jqval->vf64, numbuf, &ikey->size); in jbi_jqval_fill_ikey() 186 iwjson_ftoa(node->vf64, numbuf, &ikey->size); in jbi_node_fill_ikey() 199 *llv = (int64_t) node->vf64; in jbi_node_fill_ikey() 216 iwjson_ftoa(node->vf64, numbuf, &ikey->size); in jbi_node_fill_ikey() 271 lv.vf64 = (double) iwatof(kbuf); in jbi_node_expr_matched()
|
/third_party/ejdb/src/jql/ |
D | jql.c | 195 qv->vf64 = val; in jql_set_f64() 541 qval->vf64 = vbinn->vfloat; in _jql_binn_to_jqval() 545 qval->vf64 = vbinn->vdouble; in _jql_binn_to_jqval() 574 qv->vf64 = jn->vf64; in _jql_node_to_jqval() 633 iwjson_ftoa(rv->vf64, nbuf, &osz); in _jql_cmp_jqval_pair() 647 return (double) lv->vi64 > rv->vf64 ? 1 : (double) lv->vi64 < rv->vf64 ? -1 : 0; in _jql_cmp_jqval_pair() 664 return lv->vf64 > rv->vf64 ? 1 : lv->vf64 < rv->vf64 ? -1 : 0; in _jql_cmp_jqval_pair() 666 return lv->vf64 > (double) rv->vi64 ? 1 : lv->vf64 < rv->vf64 ? -1 : 0; in _jql_cmp_jqval_pair() 669 return lv->vf64 > rval ? 1 : lv->vf64 < rval ? -1 : 0; in _jql_cmp_jqval_pair() 674 return lv->vf64 > (double) rv->vbool ? 1 : lv->vf64 < (double) rv->vbool ? -1 : 0; in _jql_cmp_jqval_pair() [all …]
|
D | jql_internal.h | 45 double vf64; member
|
/third_party/iowow/src/json/ |
D | iwbinn.c | 2079 int64 vf64 = 0; in copy_int_value() local 2082 vf64 = *(signed char*) psource; in copy_int_value() 2085 vf64 = *(short*) psource; in copy_int_value() 2088 vf64 = *(int*) psource; in copy_int_value() 2091 vf64 = *(int64*) psource; in copy_int_value() 2113 vf64 = vuint64; in copy_int_value() 2115 if (vf64 < 0) { in copy_int_value() 2118 vuint64 = (uint64) vf64; in copy_int_value() 2122 if ((vf64 < INT8_MIN) || (vf64 > INT8_MAX)) { in copy_int_value() 2125 *(signed char*) pdest = (signed char) vf64; in copy_int_value() [all …]
|
D | iwjser.c | 385 node->vf64 = iwstrtod(p, &pe); in _jbl_parse_value() 471 rc = _jbl_write_double(node->vf64, pt, op); in _jbl_node_as_json() 523 n->vf64 = src->vf64; in _jbl_clone_node_struct()
|
D | iwjson.c | 1519 .vf64 = fv in jbn_path_compare_f64() 1561 target->vi64 += (int64_t) value->vf64; in _jbl_increment_node_data() 1566 target->vf64 += value->vf64; in _jbl_increment_node_data() 1568 target->vf64 += (double) value->vi64; in _jbl_increment_node_data() 1722 n->vf64 = val; in jbn_add_item_f64() 2009 n->vf64 = bv->vdouble; in _jbl_create_node() 2257 iwjson_ftoa(n1->vf64, b1, &sz1); in _jbl_compare_nodes() 2258 iwjson_ftoa(n2->vf64, b2, &sz2); in _jbl_compare_nodes() 2491 binn_set_double(res, node->vf64); in _jbl_from_node_impl()
|
D | iwjson.h | 148 double vf64; member
|
/third_party/ejdb/src/jql/inc/ |
D | jqpx.c | 199 unit->json.jn.vf64 = strtod(text, &eptr); in _jqp_json_number()
|