/third_party/boost/boost/numeric/interval/ |
D | hw_rounding.hpp | 55 : save_state<rounded_arith_opp<float> > 60 : save_state<rounded_arith_opp<double> > 65 : save_state<rounded_arith_opp<long double> >
|
D | rounding.hpp | 76 struct save_state: Rounding struct 79 save_state() { in save_state() function 83 ~save_state() { this->set_rounding_mode(mode); } in ~save_state() argument
|
/third_party/libsnd/src/ |
D | command.c | 285 int k, len, readcount, save_state ; in psf_calc_signal_max() local 298 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_signal_max() 321 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_signal_max() 331 int k, len, readcount, save_state ; in psf_calc_max_all_channels() local 341 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_max_all_channels() 367 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_max_all_channels()
|
/third_party/boost/libs/numeric/interval/examples/ |
D | transc.cpp | 56 typedef save_state<full_rounding> R;
|
D | findroot_demo.cpp | 160 policies<save_state<rounded_transc_opp<double> >, in main()
|
D | filter.cpp | 22 typedef save_state<rounded_arith_opp<double> > R;
|
/third_party/openssl/crypto/asn1/ |
D | asn_mime.c | 639 int len, state, save_state = 0; in STACK_OF() local 685 save_state = state; in STACK_OF() 692 state = save_state; in STACK_OF() 716 save_state = state; in STACK_OF()
|
/third_party/alsa-utils/alsactl/ |
D | alsactl.h | 54 int save_state(const char *file, const char *cardname);
|
D | alsactl.c | 443 res = save_state(cfgfile, cardname); in main()
|
D | daemon.c | 447 save_state(file, cardname); in state_daemon()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 69 struct save_state struct 358 struct save_state Save[MAX_META_OPS_DEPTH];
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 249 nvc0->screen->save_state = nvc0->state; in nvc0_destroy() 250 nvc0->screen->save_state.tfb = NULL; in nvc0_destroy() 501 nvc0->state = screen->save_state; in nvc0_create()
|
D | nvc0_screen.h | 73 struct nvc0_graph_state save_state; member
|
D | nvc0_state_validate.c | 877 ctx_to->state = ctx_to->screen->save_state; in nvc0_switch_pipe_context()
|
D | nvc0_screen.c | 1494 screen->save_state.patch_vertices = 3; in nvc0_screen_create()
|
/third_party/boost/libs/numeric/interval/test/ |
D | det.cpp | 63 typedef typename change_rounding<I_op, save_state<rounded_arith_std<T> > >::type I_sp;
|
D | add.cpp | 211 typedef boost::numeric::interval_lib::save_state<Rounding> my_rounding;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.h | 64 struct nv50_graph_state save_state; member
|
D | nv50_context.c | 189 nv50->screen->save_state = nv50->state; in nv50_destroy() 357 nv50->state = screen->save_state; in nv50_create()
|
D | nv50_state_validate.c | 456 ctx_to->state = ctx_to->screen->save_state; in nv50_switch_pipe_context()
|
/third_party/pulseaudio/src/utils/ |
D | qpaeq | 491 self.sync_timer.timeout.connect(self.save_state) 520 def save_state(self): member in FilterState 529 self.save_state()
|
/third_party/ffmpeg/libavcodec/ |
D | snowdec.c | 117 …ice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ in decode_subband_slice_buffered() 132 new_index = save_state[0]; in decode_subband_slice_buffered() 153 save_state[0] = new_index; in decode_subband_slice_buffered()
|
/third_party/boost/libs/wave/tool/ |
D | cpp.cpp | 506 save_state(po::variables_map const &vm, Context const &ctx) in save_state() function 1264 save_state(vm, ctx); // write the internal tables to disc in do_actual_work()
|
/third_party/pulseaudio/src/modules/ |
D | module-equalizer-sink.c | 942 static void save_state(struct userdata *u) { in save_state() function 1349 save_state(u); in pa__done() 2169 save_state(u); in equalizer_handle_save_state()
|
/third_party/ninja/src/ |
D | build_test.cc | 1260 State save_state; in TEST_F() local 1261 RebuildTarget("final.stamp", manifest, NULL, NULL, &save_state); in TEST_F() 1262 EXPECT_GE(save_state.LookupPool("some_pool")->current_use(), 0); in TEST_F()
|