Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
Dplus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Ddivide_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Dminus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Dtimes_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register()
67 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
DUnwind_AppleExtras.cpp198 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack()