Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DStrongTypingTest.cpp64 auto f3 = f1; in TEST() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Ddepthwise_conv2d_per_channel.mod.py53 f3 = Parameter("op2", "TENSOR_QUANT8_SYMM_PER_CHANNEL", "{1, 2, 2, 4}", variable
H A Dconv2d_dilation.mod.py124 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [1, 2, 3, 4]) variable
H A Ddepthwise_conv2d_v1_2.mod.py88 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 2}", [.25, 0, .25, 1, .25, 0, .25, 1]) variable
H A Dconv2d_v1_2.mod.py77 f3 = Parameter("op2", "TENSOR_FLOAT32", "{3, 1, 1, 3}", [0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.… variable
/aosp12/art/test/178-app-image-native-method/src/
H A DMain.java446 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
465 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
484 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
500 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
519 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
538 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
559 int i, long l, float f1, float f2, float f3, float f4, double d); in nativeILFFFFD()
570 long l, int i, float f1, float f2, float f3, float f4, double d); in nativeLIFFFFD()
581 float f1, long l, int i, float f2, float f3, float f4, double d); in nativeFLIFFFD()
834 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
/aosp12/art/test/703-floating-point-div/src/
H A DMain.java65 float f3 = 0.0f; in divFloatTest() local
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c41 float f1, f2, f3; in tgmath_h() local
/aosp12/art/test/178-app-image-native-method/
H A Dnative_methods.cc32 jint i3, jlong l3, jfloat f3, jdouble d3, in VerifyManyParameters()
61 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_Test_nativeMethodWithManyParameters()
91 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_TestFast_nativeMethodWithManyParameters()
120 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_TestCritical_nativeMethodWithManyParameters()
143 jfloat f3, in Java_CriticalSignatures_nativeILFFFFD()
161 jfloat f3, in Java_CriticalSignatures_nativeLIFFFFD()
179 jfloat f3, in Java_CriticalSignatures_nativeFLIFFFD()
631 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
/aosp12/system/libbase/
H A Dfunction_ref_test.cpp38 EmptyFunc f3(fctr); in TEST() local
/aosp12/art/test/MyClassNatives/
H A DMyClassNatives.java81 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters()
129 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst()
133 native static void stackArgsFloatsFirst(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst()
138 native static void stackArgsMixed(int i1, float f1, int i2, float f2, int i3, float f3, int i4, in stackArgsMixed()
209 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters_Fast()
257 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst_Fast()
261 native static void stackArgsFloatsFirst_Fast(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst_Fast()
266 …native static void stackArgsMixed_Fast(int i1, float f1, int i2, float f2, int i3, float f3, int i… in stackArgsMixed_Fast()
299 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst_Critical()
303 … native static void stackArgsFloatsFirst_Critical(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst_Critical()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Ddepthwise_conv2d_quant8_signed.mod.py202 f3 = Parameter("op2", "TENSOR_QUANT8_SYMM_PER_CHANNEL", "{1, 2, 2, 4}", variable
444 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 2}", [.25, 0, .25, 1, .25, 0, .25, 1]) variable
H A Dconv2d_quant8_signed.mod.py124 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [1, 2, 3, 4]) variable
267 f3 = Parameter("op2", "TENSOR_FLOAT32", "{3, 1, 1, 3}", [0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.… variable
/aosp12/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java679 private float min(float f1, float f2, float f3, float f4) { in min()
685 private float max(float f1, float f2, float f3, float f4) { in max()
/aosp12/frameworks/base/tests/JankBench/app/src/main/jni/
H A DBench.cpp62 float f3 = 0.f; in testWork() local
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c528 int32_t f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc2107 jfloat f3 = bit_cast<jfloat, jint>(13); in StackArgsIntsFirstImpl() local
2177 jfloat f3 = bit_cast<jfloat, jint>(13); in StackArgsFloatsFirstImpl() local
2246 jfloat f3 = bit_cast<jfloat, jint>(13); in StackArgsMixedImpl() local
/aosp12/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1162 void rsDebug(const char *s, float f1, float f2, float f3) {
1166 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
1175 void rsDebug(const char *s, const float3 *f3) {
1198 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) {
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub-test.cpp680 LocalHandle f3; in TEST_F() local
/aosp12/art/test/439-npe/src/
H A DMain.java678 float f3 = 43.0f; in $opt$noinline$testRegisterRetrieval() local
/aosp12/system/bt/gd/crypto_toolbox/
H A Daes.cc84 #define f3(x) (f2(x) ^ (x)) macro
/aosp12/system/bt/stack/crypto_toolbox/
H A Daes.cc87 #define f3(x) (f2(x) ^ (x)) macro
/aosp12/art/test/623-checker-loop-regressions/src/
H A DMain.java645 float f3 = 0; in $noinline$ensureSlowPathFPSpillFill() local
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java5344 float f3 = 3; in largeFrameFloat() local