Home
last modified time | relevance | path

Searched defs:d3 (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Ditoa.h62 const uint32_t d3 = (c / 100) << 1; in u32toa() local
98 const uint32_t d3 = (c / 100) << 1; in u32toa() local
157 const uint32_t d3 = (c / 100) << 1; in u64toa() local
184 const uint32_t d3 = (c0 / 100) << 1; in u64toa() local
258 const uint32_t d3 = (c0 / 100) << 1; in u64toa() local
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dlogistic_quant8_2.mod.py25 d3 = 1 #2 variable
Drelu_quant8_2.mod.py23 d3 = 2 variable
Dlogistic_float_2.mod.py25 d3 = 2 variable
Drelu1_float_2.mod.py23 d3 = 2 variable
Drelu1_quant8_2.mod.py23 d3 = 2 variable
Drelu6_float_2.mod.py23 d3 = 2 variable
Drelu6_quant8_2.mod.py23 d3 = 2 variable
Drelu_float_2.mod.py23 d3 = 2 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drelu1_float_2_relaxed.mod.py23 d3 = 2 variable
Dlogistic_float_2_relaxed.mod.py25 d3 = 2 variable
Drelu6_float_2_relaxed.mod.py23 d3 = 2 variable
Drelu_float_2_relaxed.mod.py23 d3 = 2 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drelu_v1_2.mod.py34 d3 = 2 variable
Drelu1_v1_2.mod.py34 d3 = 2 variable
Dlogistic_v1_2.mod.py42 d3 = 2 variable
Drelu6_v1_2.mod.py34 d3 = 2 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dlogistic_quant8_signed.mod.py45 d3 = 1 #2 variable
Drelu1_quant8_signed.mod.py49 d3 = 2 variable
Drelu6_quant8_signed.mod.py47 d3 = 2 variable
Drelu_quant8_signed.mod.py51 d3 = 2 variable
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java120 double d3 = 1.0 / 3.0; in solveSystem() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java356 double d3 = 1.0 / 3.0; in solveSystem() local
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) in db_gxx_gxy_gyy_row_s()