Home
last modified time | relevance | path

Searched defs:A (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/libs/
Dcfi_test_lib.cpp66 struct A { struct
81 A() { in A() argument
84 ~A() { in ~A() argument
Ddlext_test_library.cpp17 class A { class
/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrigl.c112 long double R, S, A; in do_hard_work() local
Dcatrig.c158 double R, S, A; /* A, B, R, and S are as in Hull et al. */ in do_hard_work() local
Dcatrigf.c93 float R, S, A; in do_hard_work() local
/bionic/tests/
Dfortify_test.cpp968 #define BUF_AND_SIZE(A) A, sizeof(A) argument
969 #define BUF_AND_CONTENTS(A) A, CONTENTS argument
970 #define BUF_AND_SIZE_AND_CONTENTS(A) A, sizeof(A), CONTENTS argument