Home
last modified time | relevance | path

Searched defs:d7 (Results 1 – 11 of 11) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Duuid.h25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Ditoa.h193 const uint32_t d7 = (c1 / 100) << 1; in u64toa() local
267 const uint32_t d7 = (c1 / 100) << 1; in u64toa() local
/aosp12/art/test/703-floating-point-div/src/
H A DMain.java41 double d7 = -0.0; in divDoubleTest() local
/aosp12/art/test/705-register-conflict/src/
H A DMain.java28 double d0 = 0, d1 = 0, d2 = 0, d3 = 0, d4 = 0, d5 = 0, d6 = 0, d7 = 0; in $opt$registerConflictTest() local
/aosp12/art/test/080-oom-throw/src/
H A DMain.java40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in Main.InstanceMemEater
/aosp12/art/test/178-app-image-native-method/src/
H A DMain.java450 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
469 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
488 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
504 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
523 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
542 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
838 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
/aosp12/art/test/178-app-image-native-method/
H A Dnative_methods.cc36 jint i7, jlong l7, jfloat f7, jdouble d7, in VerifyManyParameters()
65 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_Test_nativeMethodWithManyParameters()
95 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_TestFast_nativeMethodWithManyParameters()
124 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_TestCritical_nativeMethodWithManyParameters()
635 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
/aosp12/art/test/658-fp-read-barrier/src/
H A DMain.java61 double d7 = main.field7; in foo() local
/aosp12/art/test/439-npe/src/
H A DMain.java698 double d7 = 67.0; in $opt$noinline$testRegisterRetrieval() local
/aosp12/art/test/700-LoadArgRegs/src/
H A DMain.java273 …t i1, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8, doub… in testMore()
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java5353 double d7 = 7; in largeFrameFloat() local