Home
last modified time | relevance | path

Searched refs:td (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/support/src/
Dmath_support.c42 __attribute__((weak)) double nexttoward(double d, long double td) { in nexttoward() argument
43 return nextafter(d, (double)td); in nexttoward()
46 __attribute__((weak)) float nexttowardf(float f, long double td) { in nexttowardf() argument
47 return nextafterf(f, (float)td); in nexttowardf()
50 __attribute__((weak)) long double nexttowardl(long double ld, long double td) { in nexttowardl() argument
51 return nextafter((double)ld, (double)td); in nexttowardl()
/ndk/docs/Additional_library_docs/renderscript/
Ddoxygen.css195 td.indexkey {
203 td.indexvalue {
314 td.tiny {
618 table.doxtable td, table.doxtable th {
645 .fieldtable td, .fieldtable th {
649 .fieldtable td.fieldtype, .fieldtable td.fieldname {
656 .fieldtable td.fielddoc {
661 .fieldtable tr:last-child td {