OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_max
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantized_bias_add_op.cc
65
float
total_max
;
variable
72
bias_max, &total_min, &
total_max
);
76
bias_min, bias_max, total_min,
total_max
,
81
input_max, bias, bias_min, bias_max, output, &total_min, &
total_max
);
90
output_max->flat<float>()(0) =
total_max
;
/external/adhd/cras/src/server/
cras_alsa_mixer.c
1029
long
total_max
= 0;
local
1034
total_max
+= c->max_volume_dB;
1038
total_max
+= mixer_input->max_volume_dB;
1040
return
total_max
;
/external/freetype/src/base/
ftdbgmem.c
845
FT_Long
total_max
= ft_strtol( p, NULL, 10 );
local
848
if (
total_max
> 0 )
851
table->alloc_total_max =
total_max
;
Completed in 308 milliseconds