/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | StrongTypingTest.cpp | 64 auto f3 = f1; in TEST() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | depthwise_conv2d_per_channel.mod.py | 53 f3 = Parameter("op2", "TENSOR_QUANT8_SYMM_PER_CHANNEL", "{1, 2, 2, 4}", variable
|
H A D | conv2d_dilation.mod.py | 124 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [1, 2, 3, 4]) variable
|
H A D | depthwise_conv2d_v1_2.mod.py | 88 f3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 2}", [.25, 0, .25, 1, .25, 0, .25, 1]) variable
|
H A D | conv2d_v1_2.mod.py | 77 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 D | Main.java | 446 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 D | Main.java | 65 float f3 = 0.0f; in divFloatTest() local
|
/aosp12/bionic/tests/headers/posix/ |
H A D | tgmath_h.c | 41 float f1, f2, f3; in tgmath_h() local
|
/aosp12/art/test/178-app-image-native-method/ |
H A D | native_methods.cc | 32 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 D | function_ref_test.cpp | 38 EmptyFunc f3(fctr); in TEST() local
|
/aosp12/art/test/MyClassNatives/ |
H A D | MyClassNatives.java | 81 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 D | depthwise_conv2d_quant8_signed.mod.py | 202 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 D | conv2d_quant8_signed.mod.py | 124 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 D | EdgeEffect.java | 679 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 D | Bench.cpp | 62 float f3 = 0.f; in testWork() local
|
/aosp12/system/bt/embdrv/sbc/decoder/srce/ |
H A D | synthesis-sbc.c | 528 int32_t f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
|
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 2107 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 D | rsdRuntimeStubs.cpp | 1162 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 D | buffer_hub-test.cpp | 680 LocalHandle f3; in TEST_F() local
|
/aosp12/art/test/439-npe/src/ |
H A D | Main.java | 678 float f3 = 43.0f; in $opt$noinline$testRegisterRetrieval() local
|
/aosp12/system/bt/gd/crypto_toolbox/ |
H A D | aes.cc | 84 #define f3(x) (f2(x) ^ (x)) macro
|
/aosp12/system/bt/stack/crypto_toolbox/ |
H A D | aes.cc | 87 #define f3(x) (f2(x) ^ (x)) macro
|
/aosp12/art/test/623-checker-loop-regressions/src/ |
H A D | Main.java | 645 float f3 = 0; in $noinline$ensureSlowPathFPSpillFill() local
|
/aosp12/art/test/083-compiler-regressions/src/ |
H A D | Main.java | 5344 float f3 = 3; in largeFrameFloat() local
|