/frameworks/compile/libbcc/runtime/lib/ppc/ |
D | multc3.c | 36 DD real = { .ld = __gcc_qsub(ac,bd) }; in __multc3() 37 DD imag = { .ld = __gcc_qadd(ad,bc) }; in __multc3() 43 DD aDD = { .ld = a }; in __multc3() 44 DD bDD = { .ld = b }; in __multc3() 45 DD cDD = { .ld = c }; in __multc3() 46 DD dDD = { .ld = d }; in __multc3() 68 DD acDD = { .ld = ac }; in __multc3() 69 DD bdDD = { .ld = bd }; in __multc3() 70 DD adDD = { .ld = ad }; in __multc3() 71 DD bcDD = { .ld = bc }; in __multc3()
|
D | divtc3.c | 25 DD cDD = { .ld = c }; in __divtc3() 26 DD dDD = { .ld = d }; in __divtc3() 45 DD real = { .ld = __gcc_qdiv(realNumerator, denom) }; in __divtc3() 46 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) }; in __divtc3() 55 DD aDD = { .ld = a }; in __divtc3() 56 DD bDD = { .ld = b }; in __divtc3() 57 DD rDD = { .ld = denom }; in __divtc3()
|
D | floatditf.c | 30 DD result; in __floatditf()
|
D | floatunditf.c | 35 DD result; in __floatunditf()
|
D | DD.h | 12 }DD; typedef
|
D | fixunstfdi.c | 13 const DD x = { .ld = input }; in __fixunstfdi()
|
D | gcc_qmul.c | 15 DD dst = { .ld = x }, src = { .ld = y }; in __gcc_qmul()
|
D | gcc_qdiv.c | 15 DD dst = { .ld = a }, src = { .ld = b }; in __gcc_qdiv()
|
D | fixtfdi.c | 14 const DD x = { .ld = input }; in __fixtfdi()
|
D | gcc_qsub.c | 16 DD dst = { .ld = x }, src = { .ld = y }; in __gcc_qsub()
|
D | gcc_qadd.c | 16 DD dst = { .ld = x }, src = { .ld = y }; in __gcc_qadd()
|
/frameworks/compile/libbcc/runtime/test/Unit/ppc/ |
D | qadd_test.c | 107 DD a, b, c, r; in testEdgeCases() 118 DD c = { .ld = __gcc_qadd(a.ld, b.ld) }; in testEdgeCases() 130 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases() 1813 DD a, b, c, r; in testAccuracy() 1825 DD c = { .ld = __gcc_qadd(a.ld, b.ld) }; in testAccuracy()
|
D | qsub_test.c | 107 DD a, b, c, r; in testEdgeCases() 120 DD c = { .ld = computed }; in testEdgeCases() 132 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases() 1815 DD a, b, c, r; in testAccuracy() 1827 DD c = { .ld = __gcc_qsub(a.ld, b.ld) }; in testAccuracy()
|
D | qdiv_test.c | 107 DD a, b, c, r; in testEdgeCases() 118 DD c = { .ld = __gcc_qdiv(a.ld, b.ld) }; in testEdgeCases() 130 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases() 736 DD a, b, c, r; in testAccuracy() 748 DD c = { .ld = __gcc_qdiv(a.ld, b.ld) }; in testAccuracy()
|
D | floatunditf_test.c | 12 DD expected; in main() 13 DD computed; in main()
|
D | floatditf_test.c | 12 DD expected; in main() 13 DD computed; in main()
|
D | qmul_test.c | 107 DD a, b, c, r; in testEdgeCases() 118 DD c = { .ld = __gcc_qmul(a.ld, b.ld) }; in testEdgeCases() 130 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases() 734 DD a, b, c, r; in testAccuracy() 746 DD c = { .ld = __gcc_qmul(a.ld, b.ld) }; in testAccuracy()
|
D | DD.h | 12 } DD; typedef
|
D | fixtfdi_test.c | 457 DD input; in main()
|
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 120 const clang::DeclaratorDecl *DD) { in CreateFromDecl() argument 121 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl()
|
D | slang_rs_export_element.h | 67 const clang::DeclaratorDecl *DD);
|
D | slang_rs_export_type.cpp | 525 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { in GetTypeOfDecl() argument 526 if (DD) { in GetTypeOfDecl() 528 if (DD->getTypeSourceInfo()) in GetTypeOfDecl() 529 T = DD->getTypeSourceInfo()->getType(); in GetTypeOfDecl() 531 T = DD->getType(); in GetTypeOfDecl()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/ |
D | pvmp3_dct_9_gcc.s | 26 @ Who: Date: MM/DD/YYYY
|
D | pvmp3_dct_9_arm.s | 26 ; Who: Date: MM/DD/YYYY
|
D | pvmp3_polyphase_filter_window_gcc.s | 26 @ Who: Date: MM/DD/YYYY
|