Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_expl.h80 A9 = 2.7557324277411235e-6, /* 0x1.71de3ec75a967p-19 */ variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h59 enum : int32_t { A9 = 1 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h55 A9 = 1, enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2365 public static final int A9 = 1; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs311 pub const A9: i32 = 1; const