Home
last modified time | relevance | path

Searched refs:c_base (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rappor/analysis/cpp/
H A Dfast_em.cc104 size_t c_base = m * entry_size; in PrintEntryVector() local
107 printf("%e ", cond_prob[c_base + i]); in PrintEntryVector()
159 size_t c_base = m * entry_size; in ExpectationMaximization() local
162 size_t c_index = c_base + i; in ExpectationMaximization()
287 size_t c_base = m * entry_size; in main() local
289 debug_sum += cond_prob[c_base + i]; in main()
/aosp_15_r20/external/libese/apps/weaver/
H A Dweaver.c248 tx[3].c_base = key; in ese_weaver_write()
250 tx[4].c_base = value; in ese_weaver_write()
302 tx[3].c_base = key; in ese_weaver_read()
307 tx[4].c_base = &maxResponse; in ese_weaver_read()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
Dcxx-pretty-print.h27 #define pp_c_base(PP) (&(PP)->c_base)
38 c_pretty_printer c_base; member
/aosp_15_r20/external/libese/apps/boot/
H A Dboot.c344 tx[3].c_base = data; in ese_boot_meta_append()
516 tx[2].c_base = &p1p2[0]; in ese_boot_rollback_index_write()
579 tx[2].c_base = &p1p2[0]; in ese_boot_rollback_index_read()
645 tx[4].c_base = testdata; in ese_boot_carrier_lock_test()
/aosp_15_r20/external/libese/libese/include/ese/
H A Dese_sg.h30 const uint8_t *c_base; member
/aosp_15_r20/external/libese/libese/
H A Dese_sg.c53 ese_memcpy(dst, buf->c_base + start_at, copy_len); in ese_sg_to_buf()
H A Dese.c89 .c_base = tx_buf, .len = tx_len, in ese_transceive()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_quantize.cpp1421 float c_base = a_base - color0.lane<0>(); in quantize_hdr_rgb() local
1422 float d0_base = a_base - b0_base - c_base - color0.lane<1>(); in quantize_hdr_rgb()
1423 float d1_base = a_base - b1_base - c_base - color0.lane<2>(); in quantize_hdr_rgb()
1483 …if (b0_base > b_cutoff || b1_base > b_cutoff || c_base > c_cutoff || fabsf(d0_base) > d_cutoff || … in quantize_hdr_rgb()
/aosp_15_r20/external/webp/src/enc/
H A Dquant_enc.c408 const double c_base = enc->config_->emulate_jpeg_size ? in VP8SetSegmentParams() local
415 const double c = pow(c_base, expn); in VP8SetSegmentParams()