Searched refs:fident (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/misc/math/float/ |
D | thread_code.c | 140 th_data->th_func.fident, in check_error() 199 th_data->th_func.fident, in compute_modf() 237 if (strcmp(th_data->th_func.fident, xinf) != 0) { in compute_frexp_lgamma() 244 th_data->th_func.fident, in compute_frexp_lgamma() 288 th_data->th_func.fident, in thread_code() 298 th_data->th_func.fident, in thread_code() 318 th_data->th_func.fident, in thread_code() 351 th_data->th_func.fident); in thread_code() 395 th_data->th_func.fident); in thread_code()
|
D | tfloat.h | 90 char fident[16]; member
|
D | main.c | 291 th_num, pcom->th_func.fident, pcom->th_nerror, in main() 296 th_num, pcom->th_func.fident, in main()
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 47 .. option:: -Qy, -fident
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 490 def : Flag<["-"], "fident">, Group<f_Group>, Alias<Qy>, Flags<[CC1Option]>;
|