Home
last modified time | relevance | path

Searched defs:t5 (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_internal/
H A Dadd_internal.mod.py32 t5 = Internal("t5", ("TENSOR_FLOAT32", [2])) variable
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_internal/
H A Dadd_internal.mod.py32 t5 = Internal("t5", ("TENSOR_FLOAT32", [2])) variable
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DDiffFieldsTest.java38 private static final Type t5 = Type.BYTE; field in DiffFieldsTest
/aosp12/art/test/567-checker-builder-intrinsics/src/
H A DTestMinMax.java625 int t5 = (x > y) ? x : y; in minmaxCSEScalar() local
661 int t5 = (x[0] > y[0]) ? x[0] : y[0]; in minmaxCSEArray() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgammaf_r.c51 t5 = -3.28450352e-02, /* 0xbd068884 */ variable
H A De_lgamma_r.c116 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
H A DRecentTasksControllerTest.java137 ActivityManager.RecentTaskInfo t5 = makeTaskInfo(5); in testGetRecentTasks_withPairs() local
/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc210 ReferenceTypeInfo t5(MergeTypes(StringType(), InvalidType())); in TEST_F() local
244 ReferenceTypeInfo t5(MergeTypes(ObjectType(false), ObjectType())); in TEST_F() local
/aosp12/packages/modules/StatsD/statsd/tests/utils/
H A DMultiConditionTrigger_test.cpp36 string t1 = "t1", t2 = "t2", t3 = "t3", t4 = "t4", t5 = "t5"; in TEST() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c77 t5 = -3.27885410884813055008502586863748063e-02L, variable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java116 float t5 = c1 - d1; in lineIntersect() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentTasksTest.java1040 Task t5 = createTaskBuilder("com.android.pkg3", ".Task5").build(); in testRemoveAllVisibleTasks() local