Home
last modified time | relevance | path

Searched defs:A7 (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_expl.h78 A7 = 1.9841269841269470e-4, /* 0x1.a01a01a019f91p-13 */ variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h57 enum : int32_t { A7 = 1 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h53 A7 = 1, enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2363 public static final int A7 = 1; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs309 pub const A7: i32 = 1; const