Searched refs:FUNC1 (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Modules/ |
D | mathmodule.c | 790 #define FUNC1(funcname, func, can_overflow, docstring) \ macro 808 FUNC1(acos, acos, 0, 810 FUNC1(acosh, m_acosh, 0, 812 FUNC1(asin, asin, 0, 814 FUNC1(asinh, m_asinh, 0, 816 FUNC1(atan, atan, 0, 821 FUNC1(atanh, m_atanh, 0, 823 FUNC1(ceil, ceil, 0, 828 FUNC1(cos, cos, 0, 830 FUNC1(cosh, cosh, 1, [all …]
|
D | cmathmodule.c | 895 #define FUNC1(stubname, func) \ macro 900 FUNC1(cmath_acos, c_acos) in FUNC1() function 901 FUNC1(cmath_acosh, c_acosh) in FUNC1() 902 FUNC1(cmath_asin, c_asin) in FUNC1() 903 FUNC1(cmath_asinh, c_asinh) in FUNC1() 904 FUNC1(cmath_atan, c_atan) in FUNC1() 905 FUNC1(cmath_atanh, c_atanh) in FUNC1() 906 FUNC1(cmath_cos, c_cos) in FUNC1() 907 FUNC1(cmath_cosh, c_cosh) in FUNC1() 908 FUNC1(cmath_exp, c_exp) in FUNC1() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | local-static-block.m | 49 void FUNC1() function 65 // CHECK-LP64: @FUNC1.ArrayRecurs = internal global
|
/external/clang/test/CodeGenCXX/ |
D | apple-kext-indirect-call-2.cpp | 35 void FUNC1(Derived* p) { in FUNC1() function
|
/external/llvm/test/DebugInfo/Generic/ |
D | namespace.ll | 26 ; CHECK: [[FUNC1:.*]]: DW_TAG_subprogram 96 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[FUNC1]]})
|