Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_expl.h81 A10 = 2.7557333722375069e-7; /* 0x1.27e505ab56259p-22 */ variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h60 enum : int32_t { A10 = 1 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h56 A10 = 1, enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2366 public static final int A10 = 1; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs312 pub const A10: i32 = 1; const