Searched refs:num_val (Results 1 – 5 of 5) sorted by relevance
504 double num_val; in amf_parse_object() local510 num_val = 0; in amf_parse_object()518 num_val = av_int2double(avio_rb64(ioc)); in amf_parse_object()521 num_val = avio_r8(ioc); in amf_parse_object()599 s->duration = num_val * AV_TIME_BASE; in amf_parse_object()601 0 <= (int)(num_val * 1024.0)) in amf_parse_object()602 flv->video_bit_rate = num_val * 1024.0; in amf_parse_object()604 0 <= (int)(num_val * 1024.0)) in amf_parse_object()605 flv->audio_bit_rate = num_val * 1024.0; in amf_parse_object()612 flv->framerate = av_d2q(num_val, 1000); in amf_parse_object()[all …]
427 size_t num_val; in ossl_ec_wNAF_mul() local531 num_val = 0; in ossl_ec_wNAF_mul()538 num_val += (size_t)1 << (wsize[i] - 1); in ossl_ec_wNAF_mul()663 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0])); in ossl_ec_wNAF_mul()668 val[num_val] = NULL; /* pivot element */ in ossl_ec_wNAF_mul()681 if (!(v == val + num_val)) { in ossl_ec_wNAF_mul()717 || !group->meth->points_make_affine(group, num_val, val, ctx)) in ossl_ec_wNAF_mul()
141 ecma_number_t num_val = ecma_get_number_from_value (arg); in ecma_builtin_number_object_is_nan() local143 if (ecma_number_is_nan (num_val)) in ecma_builtin_number_object_is_nan()
859 jerry_value_t num_val = jerry_create_number (123); variable860 num_val = jerry_create_error_from_value (num_val, true);861 TEST_ASSERT (jerry_value_is_error (num_val));862 jerry_value_t num2_val = jerry_get_value_from_error (num_val, false);863 TEST_ASSERT (jerry_value_is_error (num_val));867 num2_val = jerry_get_value_from_error (num_val, true);
120 float num_val, den_val; in vif_statistic() local166 num_val = log2f(1.0f + g * g * sigma1_sq / (sv_sq + sigma_nsq)); in vif_statistic()170 num_val = den_val = 1.f; in vif_statistic()172 accum_inner_num += num_val; in vif_statistic()