Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_expl.h79 A8 = 2.4801587301585286e-5, /* 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.h58 enum : int32_t { A8 = 1 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h54 A8 = 1, enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2364 public static final int A8 = 1; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs310 pub const A8: i32 = 1; const