OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BINS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/build/make/
Makefile
305
BINS
=$(call enabled,
BINS
)
306
.
bins
: $(
BINS
)
309
INSTALL-
BINS
=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-
BINS
)
311
INSTALL-
BINS
+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-
BINS
)
313
.install-
bins
: .
bins
$(addprefix $(DIST_DIR)/,$(INSTALL-BINS)
[
all
...]
/hardware/invensense/mlsdk/mllite/
ml.h
225
/* Gyroscope Temperature Compensation
bins
*/
227
#define
BINS
(25)
231
#define TEMP_PER_BIN ((MAX_TEMP - MIN_TEMP) /
BINS
)
344
float x_gyro_temp_data[
BINS
][PTS_PER_BIN];
345
float y_gyro_temp_data[
BINS
][PTS_PER_BIN];
346
float z_gyro_temp_data[
BINS
][PTS_PER_BIN];
347
float temp_data[
BINS
][PTS_PER_BIN];
348
int temp_ptrs[
BINS
];
349
long temp_valid_data[
BINS
];
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java
699
final int
BINS
= SignalStrength.NUM_SIGNAL_STRENGTH_BINS;
701
for (int i = 0; i <
BINS
; i++) {
[
all
...]
Completed in 2257 milliseconds