HomeSort by: relevance | last modified time | path
    Searched defs:d_x (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/gen/
t_fpsetmask.c 105 static volatile double d_x; variable
120 d_x = d_one / d_zero;
135 d_x = d_zero / d_zero;
164 d_x = d_huge * d_huge;
186 d_x = d_tiny * d_tiny;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 5203 tree d_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
5221 ASSERT_EQ (model.get_rvalue (c_x, NULL), model.get_rvalue (d_x, NULL));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 7932 tree d_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
7950 ASSERT_EQ (model.get_rvalue (c_x, NULL), model.get_rvalue (d_x, NULL));

Completed in 35 milliseconds