HomeSort by relevance Sort by last modified time
    Searched refs:temp_val (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.cc 177 int32_t temp_val = kAmpMultiplier * temp_val_low + (temp_val_high << 15); local
179 temp_val = (temp_val + 16384) >> 15;
182 static_cast<int16_t>((temp_val * amplitude_ + 8192) >> 14);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_vector.i 62 int temp_val, return_val;
63 return_val = Tcl_GetIntFromObj(interp, o, &temp_val);
64 *val = (Type) temp_val;
72 double temp_val;
73 return_val = Tcl_GetDoubleFromObj(interp, o, &temp_val);
74 *val = (Type) temp_val;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xc16x.c 259 long temp_val; local
260 temp_val=fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
262 return temp_val;
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 63 #define LPS22HB_CENTIGRADES(temp_val) (temp_val/100)
522 short temp_val; local
619 temp_val = ((ptr_samples[1] << 8) & 0xff00) | (ptr_samples[0]);
622 sample.fdata = LPS22HB_CENTIGRADES((float)temp_val);
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 46 #define SI7034_CENTIGRADES(temp_val) (((temp_val * 21875) >> 13) - 45000)
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 598 struct vtn_ssa_value *comp, temp_val; local
600 temp_val.def = nir_channel(&b->nb, (*inout)->def, i);
601 temp_val.type = glsl_scalar_type(base_type);
603 comp = &temp_val;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 2539 int temp_val = ctx->temp_reg; local
    [all...]

Completed in 167 milliseconds