Lines Matching full:double
37 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val);
39 double val, int source_count);
41 double val, int source_count, int aggr_nr);
50 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,
56 double expr_id_data__value(const struct expr_id_data *data);
57 double expr_id_data__source_count(const struct expr_id_data *data);
58 double expr_id_data__aggr_nr(const struct expr_id_data *data);
60 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
61 double expr__has_event(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id);
62 double expr__strcmp_cpuid_str(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id);